body {
	background: url(../img/fd_gral.jpg) #DFE5E3 repeat-y center top;
	margin: 0px auto;
	text-align:center;
}

/*MENU*/

.tdMenuTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.divMenuTop1 {
	float:left; 
	text-align: left;
	padding-right: 7px;
}
.fdDestacados {
	background-image: url(../img/fd_destacados.gif);
	background-repeat:  repeat-x;
}


.divMenuTop2 {
	float:right;
	text-align: right;
}

.divMenuTop3{
	float:left;
	margin-top:15px;
}


.linkMenuTop {
	color: #174582;
	text-decoration: none;	
}

.linkMenuTop:hover {
	color: #000000;
	text-decoration: none;	
}

.fdMenuDesp {
	background-color: #003F7C;
	filter: alpha(opacity=80);
	opacity: .8;
	width: 251px;
	heigth:287px;
}
.botonesHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #174582;
	text-decoration: none;
}
.botonesHome:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


/*FOOTER*/

.footer {
	background-image: url(../img/fd_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.footer02{
	background-image: url(../img/fd_footer02.jpg);
	background-repeat: no-repeat;
}
.footerDerechos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #174582;
	text-decoration: none;
}
.footerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #174582;
	text-decoration: none;
}
.footerLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/*CUADROS*/

.fdRegistracion {
	background-image: url(../img/cuadros/fd_registrate.gif);
	background-repeat: no-repeat;
}

.camposRegistro{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF;	
	border: none;
	/*overflow:auto;*/
	width:235px;
}

.camposRecomendar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF;	
	border: none;
	/*overflow:auto;*/
}

.camposContacto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF;	
	border: none;
	/*overflow:auto;*/
	width:310px;
}

.camposRegistroFecha{
	width:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF;
	border: none;
}

.camposRegistroAnio{
	width:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF;
	border: none;
}

.registroError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
}

.msjError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
}

.fdGracias {
	background-image: url(../img/cuadros/fd_registrate_gracias.gif);
	background-repeat: no-repeat;
}

.textGracias{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #174582;
	text-decoration: none;
	padding-left:32px;
}

.textGracias2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #174582;
	text-decoration: none;
	padding-left:22px;
}

.fdSesion01n{
	background-image: url(../img/cuadros/fd_sesion01.gif);
	background-repeat: no-repeat;
}

.fdSesion02{
	background-image: url(../img/cuadros/fd_sesion02.gif);
	background-repeat: no-repeat;
}

.fdSesion03{
	background-image: url(../img/cuadros/fd_sesion03.gif);
	background-repeat: no-repeat;
}

.fdSesion04{
	background-image: url(../img/cuadros/fd_sesion04.gif);
	background-repeat: no-repeat;
}
.fdNewsletter{
	background-image: url(../img/cuadros/fd_newsletter.gif);
	background-repeat: no-repeat;
}

.fdNewsletterGracias{
	background-image: url(../img/cuadros/fd_newsletter_gracias.gif);
	background-repeat: no-repeat;
}

.fdContacto{
	background-image: url(../img/cuadros/fd_contactanos.gif);
	background-repeat: no-repeat;
}

.fdContactoGracias{
	background-image: url(../img/cuadros/fd_contactanos_gracias.gif);
	background-repeat: no-repeat;
}

.fdMsjAmigos{
	background-image: url(../img/cuadros/fd_msj_amigos.gif);
	background-repeat: no-repeat;
}

/*PARA EL LOGIN*/

#overlay{ 
	background: #000000;    
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 750px;
    opacity:.85;
  	filter:alpha(opacity=85);
  	-moz-opacity:.85;
}

* html #overlay{
    background: #000000;    
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 750px;
    opacity:.7;
  	filter:alpha(opacity=70);
  	-moz-opacity:.7;
}

#box{
}

#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}

.logRegistra{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00264B;
	text-decoration: none;
	font-weight:bold;
}
.logRegistra:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00264B;
	text-decoration: underline;
	font-weight:bold;
}

/*PREHOME*/
.fdPrehome {
	background-image: url(../img/fd_prehome.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.fdPrehome02 {
	background-image: url(../img/fd_prehome02.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.textFooterMedida {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.campoPrehome1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #8796AA;
	height: 40px;
	width: 52px;
	border: none;
	background:none;
	text-align: center;

}
.campoPrehome2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #8796AA;
	height: 40px;
	width: 110px;
	border: none;
	background:none;
	text-align: center;
}

.prehomeTextError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.linktextAzul12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004283;
	text-decoration: none;
}
.linktextAzul12:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
