/* CSS Document */

/* Definición de enlaces */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FF00FF;
	font-family: "Lucida Sans";
	text-decoration: none;
}

a:hover {
	color: #AB00AB;
	text-decoration: underline;
	font-family: "Lucida Sans";
}

a.estilo:link {color:#666666;}
a.estilo:visited {color:#ab00ab;}


/* Cuerpo de la página */
.body {
	background-image: url(../imagenes/fondo_gris.gif);
	font-family: "Lucida Sans";
	font-size: 10px;
	font-style: normal;
	position: absolute; 
	width:1000px;
	height: 600px;
	top: 50%; 
	left: 50%;
	margin-top: -290px; 
	margin-left: -500px;
} 


/* Especificaciones de TEXTO*/
.texto {
	font-family: "Lucida Sans";
	font-size: 10px;
	font-style: normal;
	text-align:justify;
	text-decoration: none;
	color:#000000;
}

/* Especificaciones estilo ROSA*/
.style1 {
	font-family:"Lucida Sans";
	font-size: 10px;
	font-weight: bold;
	color: #AB00AB;
	text-align: left;
}

/* Especificaciones  estilo GRIS*/
.style2 {
	font-family:"Lucida Sans"; 
	font-size: 10px; 
	font-weight: bold; 
	color: #666666;
	text-align:center; }
	
/* Especificaciones estilo BLANCO*/
.style3 {
	font-family:"Lucida Sans";
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	text-align:center;
	font-style: normal;
	text-align:center;
}

/* Especificaciones de la tabla principal*/
table.contenido_afiti {
	width:1000px;
	height: 600px;
	cellpadding:0;
	cellspacing:0;
	background-position: center;
	background-image: url(../images/portada_afiti_eng.gif);
	background-repeat: no-repeat;
	z-index: 0;
	left: 7px;
		}

/* Especificaciones de la tabla principal*/
table.contenido_afiti_linea {
	width:1000px;
	height: 600px;
	cellpadding:0;
	cellspacing:0;
	background-position: center;
	background-image: url(../images/portada_afiti_eng.jpg);
	background-repeat: no-repeat;
	z-index: 0;
	left: 7px;
		}

/* Especificaciones tabla superior teléfono*/
table.superior {
	width:800px;
	font-family: "Lucida Sans";
	font-size: 10px;
	top: 0px;
	margin-bottom: 30px;
	margin-top: 15px;
	}

/* Especificaciones tabla teléfono*/
table.telefono {
	width:100%;
	cellpadding:0;
	cellspacing:0;
	font-family: "Lucida Sans";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-align:center;
	align:right;
	background-color: #AB00AB;
	border-top-color: #AB00AB;
	border-right-color: #AB00AB;
	border-bottom-color: #AB00AB;
	border-left-color: #AB00AB;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-weight: bold;
	top: 0px;
	color:#ab00ab;	
}

/* Especificaciones tabla formulario*/
table.formulario {	
	width:100%;
	height: 29px;
	cellpadding:0;
	cellspacing:0;
	border:thin solid #ddd;
	background-color: #888888;
	color: #FFFFFF;
	border: thin solid #ddd;
	font-weight: bold;
	top: 0px;
}

/* Especificaciones tabla botones*/
table.botones {
	width:80%;
	height: 20px;
	cellpadding:1;
	cellspacing:1;
	top: 0px;
	padding: 1px;
	background-color: #FFFFFF;
	border: thin solid #999;
	margin-left: 25px;
}

.celda_botones {
	background-color: #888888;
	font-family: "Lucida Sans";
	font-size: 9px;
	font-weight: bold;	
	font-style: normal;
	text-align:center;
	color: #AB00AB;
}

#telefono {
	position:absolute;
	left:601px;
	top:10px;
	width:350px;
	height:21px;
	z-index:8;
	visibility: visible;
}


/* Especificaciones tabla submenus*/
TD.submenus {
	width:100px;
	border-top-color: #CE00CE;
	border-right-color: #CE00CE;
	border-bottom-color: #CE00CE;
	border-left-color: #CE00CE;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-weight: bold;
	border: 1;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}

/* Especificaciones MENU AFITI*/

#INICIO {	
	left:120px;
	top:65px;
	width:52px;
	height:24px;
	position:absolute;
	z-index:1;
	visibility: visible;
}
#AFITI {
	position:absolute;
	left:177px;
	top:65px;
	width:115px;
	height:24px;
	z-index:12;
	visibility: visible;
	right: 1px;
}
#MenuAFITI {	
	position:absolute;
	left:0px;
	top:0px;
	width:115px;
	height:130px;
	z-index:12;
	visibility: hidden;
}

#SERVICIOS {
	position:absolute;
	left:287px;
	top:65px;
	width:105px;
	height:24px;
	z-index:3;
	visibility: visible;
	right: 1px;
}
#MenuServicios {
	position:absolute;
	left:0px;
	top:0px;
	width:145px;
	height:130px;
	z-index:3;
	visibility: hidden;
}

#ACTUAL {
	position:absolute;
	left:507px;
	top:65px;
	width:105px;
	height:24px;
	z-index:5;
	visibility: visible;
	right: 1px;
}
#MenuActual {	
	position:absolute;
	left:0px;
	top:0px;
	width:105px;
	height:58px;
	z-index:5;
	visibility: hidden;
}
#DOCUMENT {
	position:absolute;
	left:397px;
	top:65px;
	width:105px;
	height:24px;
	z-index:4;
	visibility: visible;
	right: 1px;
}
#MenuDocument {	
	position:absolute;
	left:0px;
	top:0px;
	width:105px;
	height:58px;
	z-index:4;
	visibility: hidden;
}

#LINKS {
	position:absolute;
	left:617px;
	top:65px;
	width:105px;
	height:24px;
	z-index:10;
	visibility: visible;
	right: 1px;
}
#MenuLink {	
	position:absolute;
	left:0px;
	top:0px;
	width:105px;
	height:58px;
	z-index:10;
	visibility: hidden;
}

#PRIVADO {
	position:absolute;
	left:727px;
	top:65px;
	width:105px;
	height:24px;
	z-index:9;
	visibility: visible;
	right: 1px;
}
#MenuPRIVADO {	
	position:absolute;
	left:0px;
	top:0px;
	width:105px;
	height:58px;
	z-index:9;
	visibility: hidden;
}

#FAQ {
	position:absolute;
	left:837px;
	top:65px;
	width:52px;
	height:24px;
	z-index:9;
	visibility: visible;
	right: 1px;
}


/* Diseño GIF portada */

#GIF {
	position:absolute;
	left:435px;
	top:375px;
	width:448px;
	height:141px;
	z-index:11;
	visibility: visible;
	background-image: url(../imagenes/acreditaciones.gif);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: visible;
}

/* Diseño GIF portada einglés */

#GIF_eng {
	position:absolute;
	left:416px;
	top:376px;
	width:447px;
	height:140px;
	z-index:9;
	visibility: visible;
	background-image: url(../imagenes/acreditaciones.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


/* Diseño solicitud servicios */
#c_ensayos{
	position:absolute;
	left:54px;
	top:408px;
	width:263px;
	height:71px;
	z-index:2;	
	}
/* video presentacion */
#video_eng {
	position:absolute;
	left:39px;
	top:137px;
	width:248px;
	height:201px;
	z-index:0;
	overflow: visible;
	visibility: visible;
}
/* Especificaciones de la tabla ERROR_eng*/
table.error_eng {
	width:1000px;
	height: 600px;
	cellpadding:0;
	cellspacing:0;
	background-position: center;
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	z-index: 0;
	left: 7px;
		}

