@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

/* FIN CSS INICIAL */

html, body {
	height:100%;
	margin:0;
}
body {
	position:relative;
	min-width:1024px;
	min-height:830px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:15px;
	background-color:#eeeeee;
}

.txtDestacado{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#7b7b7b;
	padding:2px;
}

.txtDestacadoRojo
{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#ee0a09;
	padding:2px;
}

.txtBold{
	font-weight:bold;
}


#wrapper {
	position:absolute;
	width:1024px;
	min-height:830px;
	top:50%;
	left:50%;
	margin-left:-512px;
	margin-top:-415px;	
	text-align:center;
	background-color:#eeeeee;
	background:url(../img/img_EN/rellenoFondo.gif) repeat-y;
	overflow:hidden;
}

#contentSup{
	min-height:700px;
	width:1024px;
	overflow:auto;
}

	#menu{
		float:left;
		width:270px;
		min-height:425px;
		background:url(../img/img_EN/fondoMenu.jpg) no-repeat;
		padding-top:25px;
		padding-left:190px;
		text-align:left;
	}

		#men1, #men2, #men3, #men4, #men5, #men6, #men7, #men8, #men9{
			width: 200px;
			height: 50px;
			float: left;
			margin-bottom:10px;
		}	
	
		#men1{background:url(../img/img_EN/men1.png) no-repeat;}
		#men2{background:url(../img/img_EN/men2.png) no-repeat;}
		#men3{background:url(../img/img_EN/men3.png) no-repeat;}
		#men4{background:url(../img/img_EN/men4.png) no-repeat;}
		#men5{background:url(../img/img_EN/men5.png) no-repeat;}
		#men6{background:url(../img/img_EN/men6.png) no-repeat;}		
		#men7{background:url(../img/img_EN/men7.png) no-repeat;}
		#men8{background:url(../img/img_EN/men8.png) no-repeat;}
		#men9{background:url(../img/img_EN/men9.png) no-repeat;}				
		
		#men1:hover, #men2:hover, #men3:hover, #men4:hover, #men5:hover, #men6:hover, #men7:hover, #men8:hover, #men9:hover{
			background-position: -200px 0px;
		}	
	
	#cabecera{
		float:left;
		width:560px;
		height:195px;
	}
	
		.logo1{
			float:left;
			margin-top:25px;			
			margin-left:10px;
			margin-right:20px;
		}
		.logo2{
			float:left;
			margin-top:45px;
			margin-left:10px;
			margin-right:20px;
		}
		#menuIdiomas{
			float:left;
			width:130px;
			height:68px;
			margin-top:20px;
			margin-left:10px;
			margin-right:20px;
		}

			dl {
				float:left;
				width:132px;
			}
			
			dl dt {
				float:left;
				clear:left;
				width:63px;
				margin:0.5px;
			}
			
			dl dd {
				width:62px;
				float: left;
				clear: right;
				margin:0.5px;
			}
			
			
			#idioma1, #idioma2, #idioma3, #idioma4, #idioma5, #idioma6, #idioma7, #idioma8, #idioma9{
				width: 63px;
				height: 20px;
				float:left;
			}	
			
			#idioma1{background:url(../img/img_ES/idES.gif) no-repeat;}
			#idioma2{background:url(../img/img_ES/idGE.gif) no-repeat;}
			#idioma3{background:url(../img/img_ES/idFR.gif) no-repeat;}
			#idioma4{background:url(../img/img_ES/idIT.gif) no-repeat;}
			#idioma5{background:url(../img/img_ES/idIN.gif) no-repeat;}
			#idioma6{background:url(../img/img_ES/idNL.gif) no-repeat;}
			
			#idioma7{background:url(../img/img_ES/idSW.gif) no-repeat;}	
			#idioma8{background:url(../img/img_ES/idDA.gif) no-repeat;}
			#idioma9{background:url(../img/img_ES/idNO.gif) no-repeat;}									
			

			#idioma1:hover, #idioma2:hover, #idioma3:hover, #idioma4:hover, #idioma5:hover, #idioma6:hover, #idioma7:hover, #idioma8:hover, #idioma9:hover{
				background-position: -63px 0px;
			}			
		

	#contenido{
		float:left;
		width:400px;
		min-height:505px;
		text-align:left;
	}

#contentPie{
	height:130px;
	width:760px;
	left:20%;
	padding-left:265px;
	padding-top:50px;
}

/*	#pieInf{
		position:absolute;
		width:490px;
		left:20%;
		margin-left:-245;
		margin-top:35px;
	}*/

	#contentPie img{
		float:left;
		margin-right:65px;
	}

	#pieInfPolitica{
		float:left;
		width125px;
		margin-top:27px;
	}
	
	#pieInfSeparador{
		float:left;
		margin-left:25px;
		margin-right:25px;
		color:#b2b2b2;
		margin-top:27px;				
	}
	
	#pieInfMail{
		float:left;
		width155px;
		margin-top:27px;				
	}
	
	a.enlacePie{
		font-family: Tahoma, Arial, Helvetica;
		font-size:11px;
		color:#b2b2b2;
	}

	a.enlacePie:hover{
		color:#ee0a09;
	}

.imgTitulo{
	margin-top:25px;
	margin-left:10px;
	margin-bottom:35px;
}


/* HOME */
	#btnHomeAlta{
		width:236px;
		height:120px;
		float:left;
		margin-left:83px;
		margin-top:25px;
	}	

	#btnHomeAlta{background:url(../img/img_EN/homebotonAlta.gif) no-repeat;}
	
	#btnHomeAlta:hover{
		background-position: -236px 0px;
	}	


/* SECCION 1 */

#secIncluyeTextGen{
	width:365px;
	padding-left:10px;
}

#secIncluyeTextGen #num1, #secIncluyeTextGen #num2, #secIncluyeTextGen #num3{
	padding-left:20px;
	padding-bottom:10px;
}

#secIncluyeTextGen #num1{background:url(../img/img_EN/num1.gif) no-repeat;}
#secIncluyeTextGen #num2{background:url(../img/img_EN/num2.gif) no-repeat;}
#secIncluyeTextGen #num3{background:url(../img/img_EN/num3.gif) no-repeat;}

#secIncluyeCaja{
	width:352px;
	height:42px;
	background:url(../img/img_EN/sec1FondoText.gif) no-repeat;
	padding:24px;
	margin-top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	font-style:italic;
	line-height:11px;
}

/* SECCION 2 */

#secFuncionaTextGen{
	width:340px;
	padding-left:10px;
}

#secFuncionaMail{
	width: 331px;
	height: 36px;
	float:left;
	background:url(../img/img_EN/sec2Mail.gif) no-repeat;
	margin-bottom:30px;
}

#secFuncionaMail:hover{
	background-position: -331px 0px;
}	

#secFuncionaTextGen #num1, 
#secFuncionaTextGen #num2, 
#secFuncionaTextGen #num3, 
#secFuncionaTextGen #num4, 
#secFuncionaTextGen #num5, 
#secFuncionaTextGen #num6,
#secFuncionaTextGen #num7,
#secFuncionaTextGen #num8,
#secFuncionaTextGen #num9
{
	margin-top:7px;
	padding-left:20px;
	padding-bottom:5px;
	padding-top:3px;
}

#secFuncionaTextGen #num1{background:url(../img/img_EN/sec2num1.gif) no-repeat;}
#secFuncionaTextGen #num2{background:url(../img/img_EN/sec2num2.gif) no-repeat;}
#secFuncionaTextGen #num3{background:url(../img/img_EN/sec2num3.gif) no-repeat;}
#secFuncionaTextGen #num4{background:url(../img/img_EN/sec2num4.gif) no-repeat;}
#secFuncionaTextGen #num5{background:url(../img/img_EN/sec2num5.gif) no-repeat;}
#secFuncionaTextGen #num6{background:url(../img/img_EN/sec2num6.gif) no-repeat;}
#secFuncionaTextGen #num7{background:url(../img/img_EN/sec2num7.gif) no-repeat;}
#secFuncionaTextGen #num8{background:url(../img/img_EN/sec2num8.gif) no-repeat;}
#secFuncionaTextGen #num9{background:url(../img/img_EN/sec2num9.gif) no-repeat;}

	#formularioWeb{
		background:url(../img/img_EN/btnFormularioWeb.gif) no-repeat;
		width:116px;
		height:33px;
		float:left;
	}
	
	#formularioWeb:hover{
		background-position: -116px 0px;
	}
	
	#btnVolver{
		background:url(../img/img_EN/btnVolver.gif) no-repeat;
		width:89px;
		height:40px;
		float:left;
	}
	
	#btnVolver:hover{
		background-position: -89px 0px;
	}	
	
	


/* SECCION 3 */
#secConfidenciaTextGen{
	width:340px;
	padding-left:10px;
}


/* SECCION 4 */
#secServicioTextGen{
	width:375px;
	padding-left:10px;
}

/* SECCION 5 */
#secPerdidaTextGen{
	width:375px;
	padding-left:10px;
}

#secRecuperarTextGen{
	width:410px;
	padding-left:10px;
}

	#btnEnviarRecupera{
		background:url(../img/img_EN/btnEnviar.gif) no-repeat;
		width:75px;
		height:40px;
		float:right;
	}
	
	#btnEnviarRecupera:hover{
		background-position: -75px 0px;
	}
	
	.fondoCelda1{
		background:url(../img/img_EN/fondoForm1.gif) no-repeat top left;
		border:none;
		padding:2px;
		width:248px;
		height:26px;
	}
	
	.error{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
		color:#CC3300;
		margin-bottom:8px;
	}

	.fondoCelda2{
		background:url(../img/img_EN/fondoForm2.gif) no-repeat;
	}
	
	.fondoCelda3{
		background:url(../img/img_EN/fondoForm3.gif) no-repeat;
		width:395px;
		height:101px;
	}
	
	span.checkbox {
		width: 24px;
		height: 24px;
		background: url(../img/img_EN/checkbox.gif) no-repeat;
		display: block;
	}	

	#secRecuperarTextGen .textArea {
		border: 0;
		margin:2px;
		width:391px;
		height:97px;
	}		
	
	#secRecuperarTextGen .txtGris {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#999999;
		font-style:italic;
		margin-left:35px;
		margin-bottom:22px;
		margin-top:22px;
		margin-right:20px;
	}


/* SECCION 7 */
#secConsejosTextGen{
	width:375px;
	padding-left:10px;
}
.asterisco{
	background:url(../img/img_EN/asterisco.gif) no-repeat top left;
	width:380px;
	padding-left:20px;
	margin-bottom:15px;
}

/* SECCION 7 */
#secAltaSistemaTextGen{
	width:420px;
	padding-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
	
	#secAltaSistemaTextGen .textArea {
		border: 0;
		margin:2px;
		width:391px;
		height:97px;
	}		
	
	#secAltaSistemaTextGen .txtGris {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#999999;
		font-style:italic;
		margin-left:35px;
		margin-bottom:22px;
		margin-top:22px;
		margin-right:20px;
	}

	#btnAltaSistema{
		background:url(../img/img_EN/btnDateAlta.gif) no-repeat;
		width:125px;
		height:40px;
		float:right;
	}
	
	#btnAltaSistema:hover{
		background-position: -125px 0px;
	}


/* CONTACTO */
#secContacto{
	width:350px;
	height:320px;
	padding-left:50px;
	padding-right:50px;
	padding-top:130px;
}

	#btnContacto{
		background:url(../img/img_EN/btnEnviar.gif) no-repeat;
		width:88px;
		height:40px;
		float:right;
		border:none;
	}
	
	#btnContacto:hover{
		background-position: -88px 0px;
	}
	
	.fondoConctacto1{
		background:url(../img/img_EN/fondoContactoCamp1.gif) no-repeat top left;
		border:none;
		padding:2px;
		width:272px;
		height:26px;
	}
	
	.fondoConctacto2{
		background:url(../img/img_EN/fondoContactoCamp2.gif) no-repeat top left;
		border:none;
		padding:2px;
		width:272px;
		height:146px;
	}
		

	#secRecuperarTextGen .textArea {
		border: 0;
		margin:2px;
		width:391px;
		height:97px;
	}		
	
	#secRecuperarTextGen .txtGris {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#999999;
		font-style:italic;
		margin-left:35px;
		margin-bottom:22px;
		margin-top:22px;
		margin-right:20px;
	}



