@charset "utf-8";
/* CSS Document */
a:link {font-family: Verdana; font-size: 12px; font-style: normal; font-weight: normal; color: #0000b1; text-decoration: underline}
a:hover {font-family: Verdana; font-size: 12px; font-style: normal; font-weight: normal; color: #0000b1; text-decoration: underline}
a:press {font-family: Verdana; font-size: 12px; font-style: normal; font-weight: normal; color: #0000b1; text-decoration: underline}
a:visited {font-family: Verdana; font-size: 12px; font-style: normal; font-weight: normal; color: #0000b1; text-decoration: underline}

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#dfdcb5;
	background-image:url(../images/fondo.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.tabla_inferior{
	border: 0px;
	background-color: #dfd4b5;
	padding:10px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #715f36;
	text-align: center;
}
.textosbuscador{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #57453a;
	text-align: left;
}
.textos{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #57453a;
	text-align: justify;
}
.textosderecha{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #57453a;
	text-align: right;
}
