@charset "UTF-8";
/* CSS Document */
body{
	font-family:"Myriad Pro","Myriad Pro Cond","Myriad Pro Light";
	color:#526B8C;
	text-align:center;
	background-color:#DCDCDC;
	color:#666;
	margin-top:0;
	}
#flashContent{
	text-align:center;
	width:100%;
	height:100%;
	margin:0 auto 0 auto;
	background-color:#FFF;
	}

#contenidoForm{
	margin:0 auto 0 auto;
	width:620px;
	height:auto;
	background-image:url(Images/fondoFormLinea.jpg);
	background-repeat:repeat-y;
	}
	
#abajoForm{
	margin:0 auto 0 auto;
	width:620px;
	height:50px;
	background-image:url(Images/fondoFormAbajo.jpg);
	background-repeat:no-repeat;
	}
	
#formularioContacto{
	margin:0 auto 0 auto;
	/*
	background-image:url(Images/fondoFormLinea.jpg);
	background-repeat:repeat-y;
	*/
	width:620px;
	height:500px;
	color:#526B8C;
	}

#intranet{
	text-align:center;
	margin:0 auto 0 auto;
	/*
	background-image:url(Images/fondoFormLinea.jpg);
	background-repeat:repeat-y;
	*/
	width:620px;
	height:250px;
	color:#526B8C;
	}

logoImagen{
	margin:0 auto 0 auto;
	background-image:url(Images/fondoFormLinea.jpg);
	background-repeat:repeat-y;
	width:620px;
	height:auto;
	}

form{
	color:#526B8C;
	height:auto;
	}

.barraInf{
	top:450px;
	position:relative;
	width:100%;
	height:300px;
	background-color:#526B8C;
	border-top:10px solid #999;
	z-index:2;
	color:#FFF;
	}
.barraSup{
	top:0;
	position:realtive;
	width:100%;
	height:15px;
	
	background-color:#526B8C;
	border-bottom:2px solid #999;
	/*
	background-image:url(Images/barraSup.jpg);
	background-repeat:repeat-x;
	*/
	z-index:3;
	color:#FFF;
	}
	
.direccionA{
	text-align:center;
	float:left;
	width:50%;
	}

.direccionS{
	text-align:center;
	float:left;
	width:50%;
	}
	/*
.direccionC{
	text-align:center;
	float:left;
	width:33%;
	}
	*/
