@charset "utf-8";
body {
	margin-top: 0px;
	background-image: url(images/fondo.gif);
	background-repeat: repeat-x;
	background-color: #46151A;
}
a:link {
	color: #E1DED5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E1DED5;
}
a:hover {
	text-decoration: none;
	color: #38352D;
}
a:active {
	text-decoration: none;
	color: #E1DED5;
}
/* CSS Document */

.texto {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D2D0D0;
}
.marcofoto {
	padding:3px;
	background-color: #D2D0D0;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
.bordepuntos {
	border: 1px dotted #D2D0D0;
}
