a:link {font-family: Verdana; font-size: 10px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: underline}
a:hover {font-family: Verdana; font-size: 10px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: underline}
a:press {font-family: Verdana; font-size: 10px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: underline}
a:visited {font-family: Verdana; font-size: 10px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: underline}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/fondo.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	background-position:top;
	/*Esta propiedad hace que la imagen del fondo no se desplace a la hora de usar el srollbar vertical*/
	background-attachment:fixed;
}
.textos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-align: center;
}

