
 * {
	padding: 0;
	margin: 0;
}



body {font-size:0.85vw;
	position: relative;
	margin: auto;
	background:#ebebeb;
	font-family: century gothic; sans-serif;
	font-variant: small-caps;}

h2	{text-aling:left;
	color: #ffffff;
	margin-bottom:4%;
	font-family: century gothic; sans-serif;
	font-weight:lighter;	
}

#exterior {width: 100%;
	   	height: auto;
		margin:auto;}

#contenedor {
	width:100%; /*ancho total de la pagina*/
	margin: auto; /*auto a los lados, para los navegadores nuevos es suficiente para centrar la pagina*/
	text-align: center; /*aqui alineamos todo de nuevo al centro, pero dentro del contenedor*/
	/*clear: both;*/
	float:left;}



#contenidoIndex 	{width:90%;
			min-height:745px;
		 	float:left;
		 	/*background: #ffffff;*/
		 	/*border: 1px #999999 dashed;*/
		 	background: url("images/index.jpg") top center no-repeat;
		 	background-size: 85%;
			/*background: 1134px 567px;*/
			margin:5% 5% 0% 5%;}


#contenido 	{width:90%;
		min-height:745px;
		float:left;
		/*background: #ffffff;*/
		/*border: 1px #999999 dashed;*/
		background: url("images/login.jpg") top center no-repeat;
		background-size: 85%;
		margin:5% 5% 0% 5%;;
}

.content_formu	{width:100%; 
		 height: auto;
		 float:left; 
		 /*border: 1px #ff00ff solid; */
}
			
			
.formulario	{position:absolute;
		 margin-top:17.5%;
		 margin-left:56%;
		 width:26%;
		 height:15%;
		 text-align:left;
		 /*border:1px #E7E511 solid;*/
}	

.formulario .texto {width:31%;
		   float:left;
		   font-size: 110%;
		   font-weight: lighter;
		   color: #ffffff;
		   text-align:left;
		   line-height:1.5;
		   /*border: 1px #ff00ff solid;*/
}
			 
.formulario input	{width:69%;
			min-height: 25px;
			float:left;
			/*border: 1px #ff00ff solid;*/
			margin-bottom: 1%;
			font-size:105%;
			font-weight:lighter;
			padding-left:1%;
 }	
					 
input.boton		{width:25%;
			background-color:#f9efb4;
			padding:0.3% 1%;
			margin-top:1%;
			margin-left:3%;
			font-variant:small-caps;
			text-align: center;
			color: #333333;
			letter-spacing: 1px;
			float:right;
			font-size:95%;
			cursor: pointer;
			border-radius: 2pt;
			border:none;
} 

.textoDatos	{font-size:95%;
		 color: #ffffff;
		 margin:37% 10% 2% 10%;
		 text-align:center;
		 text-shadow: 2px 3px 3px #000000;
}
			
.textoDatos a	{color:#ffffff;
		 text-shadow: 2px 3px 3px #000000;
		 text-decoration:none;}


#pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	float: left;
	height: 25px;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	padding-top: 15px;
	color: #666666;
	background-color: transparent;
	text-decoration: none;}