body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:center;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-color:#F8F8F8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*estilos en el texto*/
.txts-cuerpo, .txts-cuerpo-grises{
	color:#AAAAAA;
	font-size:9px;
}
.txts-cuerpo-grises{
	font-weight: bold;
}
.txts-cuerpo-titulos{
	color:#00788A;
	font-size:9px;
}

a:link, a:visited {
	color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size:10px;
}
a:hover, a:active{
	color:#AAAAAA;
	}

/*caja central*/

.top {
	margin:auto;
	background-image: url(img/fondo-web-top.gif);
	background-repeat: no-repeat;
	width: 990px;
	height: 23px;
}
.mid {
	margin:auto;
	background-image: url(img/fondo-web-mid.gif);
	background-repeat:repeat-y;
	width: 990px;
}
.bottom {
	margin:auto;
	background-image: url(img/fondo-web-bottom.gif);
	background-repeat: no-repeat;
	width: 990px;
	height: 24px;
}

/*caja izquierda*/

.top-izquierda {
	margin-top:auto;	
	margin:auto;
	background-image: url(img/izquierda-panel-top.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 24px;
}
.mid-izquierda {
	margin:auto;
	background-image: url(img/izquierda-panel-mid.gif);
	background-repeat:repeat-y;
	width: 200px;
}
.bottom-izquierda {
	margin:auto;
	background-image: url(img/izquierda-panel-bottom.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 24px;
}

/*caja contactos*/
.top-central {
	background-image: url(img/contactos-top.gif);
	background-repeat: no-repeat;
	width: 533px;
	height: 22px;
}
.mid-central {
	background-image: url(img/contactos-middle.gif);
	background-repeat:repeat-y;
	width: 533px;
}
.bottom-central {
	background-image: url(img/contactos-bottom.gif);
	background-repeat: no-repeat;
	width: 533px;
	height: 23px;
}

/*Validacion*/

#validaciones {
	width: 250px;
	margin:auto;
}

#validaciones ul{
   list-style-type: none;
   text-align: center;
} 

#validaciones li{
	float:left;
	display: inline;
	text-align: center;
}