@charset "utf-8";
/* CSS Document */
html{
	overflow:hidden;
}

#contenedor{
	position:relative;
	left:0px;
	top:0px;
	height:600px;
	width:750px;
	overflow:hidden;
}
#contenedordcha{
	position:relative;
	left:100%;
	margin-left:-750px;
	top:0px;
	height:600px;
	width:750px;
	overflow:hidden;

}

#imgelequipo{
	position:absolute;
	top:20px;
	left:15px;
	margin-left:0px;
}
#imgelequipodcha{
	position:absolute;
	top:20px;
	left:100%;
	margin-left:-658px;
}

#txtcontenido{
	position:absolute;
	left:270px;
	width:470px;
	top:100px;
	font-family: 'Pontano Sans', sans-serif;
	font-size:0.8em;
	text-align:justify;
		
}

#txtdatoscontacto{
	position:absolute;
	left:15px;
	width:470px;
	top:100px;
	font-family: 'Pontano Sans', sans-serif;
	font-size:0.8em;
	text-align:justify;
	font-weight:bold;
		
}
#btenviar{
	position:relative;
	left:312px;
	
}

#btenviardcha{
	position:relative;
	left:280px;
	
}

#condiciones{
	display:none;
	border-width:1px;
	border-color:#CCC;
	border-style:solid;
	padding:2px;
	font-size:0.7em;
}
.letrapeq{
	position:relative;
	top:0px;
	left:5px;
}

#datos{
position:absolute;
left:270px;
top:120px;
width:420px;
height:340px;
border-color:#666;
border-style:dashed;
border-width:1px;
font-family: 'Pontano Sans', sans-serif;
font-size:0.9em;
}
#datosdcha{
position:absolute;
left:270px;
top:120px;
width:400px;
height:340px;
border-color:#666;
border-style:dashed;
border-width:1px;
font-family: 'Pontano Sans', sans-serif;
font-size:0.9em;
}


#datosinfo{
padding:10px;
position:absolute;
left:15px;
top:120px;
width:220px;
height:320px;
border-color:#666;
border-style:dashed;
border-width:1px;
font-family: 'Pontano Sans', sans-serif;
font-size:0.9em;
}
.titdatoinfo{
	position:relative;
	background:#F0F0F0;
	font-weight:bold;
	color:#333;
	border-style:none;
}

#datosinfo a{
	color:#000;
	text-decoration:none;
	border-style:none;
	border-width:0px;
}
#datosinfo ul{
	position:relative;
	left:-40px;
	top:-10px;
	border-style:none;
	border-width:0px;
}
#datosinfo li{
	position:relative;
	display:inline;
	top:0px;
	list-style:none;
	overflow:hidden;
	cursor:pointer;
	border-style:none;
	border-width:0px;
}

#datosinfo img{
	border-style:none;
	border-width:0px;
}

#frmcontacto{
	padding:10px;
	font-family: 'Pontano Sans', sans-serif;

}
#frmcontacto img{
	margin-left:5px;
}
input{
	position:relative;
	left:10px;
	border-color:#666;
	border-width:1px;
	border-style:solid;
	color:#333;
	font-family: 'Pontano Sans', sans-serif;
}
#chkacepto{
	position:relative;
	left:0px;
}
select{
	position:relative;
	left:10px;
	border-color:#666;
	border-width:1px;
	border-style:solid;
	color:#333;
	font-family: 'Pontano Sans', sans-serif;
}
#etinstitucion{
	position:relative;
	width:250px;
}
#etnombre{
	position:relative;
	width:250px;
}
#etapellidos{
	position:relative;
	width:250px;
}

#etcontacto{
	position:relative;
	width:250px;
}
#etmensaje{
	position:relative;
	left:10px;
	border-color:#666;
	border-width:1px;
	border-style:solid;
	color:#333;
	font-family: 'Pontano Sans', sans-serif;
	width:250px;
}
#etmail{
	position:relative;
	width:250px;
}
#ettelefono{
	position:relative;
	width:250px;
}

form a{
color:#333;
}
.texto{
	font-family: 'Pontano Sans', sans-serif;
	font-size:1em;
	text-align:justify;
}

.txtpeq{
	font-size:0.7em;
}

.negrita{
	font-family:"Bevan",Arial,Helvetica,sans-serif;
	font-size:1em;
	text-align:justify;
}

.negrita02{
	font-size:1em;
	text-align:justify;
	font-weight:bold;
}
.tipovalidacion{
	position:absolute;
	left:10px;
	top:280px;
	width:400px;
	height:20px;
	background:#FFF;
	display:none;
	text-align:center;
	border:#F00;
	border-style:solid;
	border-width:1px;
	color:#F00;
}
#validacion{
		width:380px;
}
.tipoloader{
	position:absolute;
	height:26px;
	width:26px;
	background:url(../imagenes/loader.gif);
}
#gifloader{
	left:280px;
	display:none;
}
#gifloaderdcha{
	left:250px;
	display:none;
}