@charset "utf-8";
/* CSS Document */

body {
background:url(../images/wrapOla.jpg) repeat-x scroll center top #10335e;
margin-top:0px;
margin-left:0px;
margin-right:0px;
width:100%;
background-color:#10335e;
padding-bottom:0px;
margin-bottom:0px;
}


#wrapContent {
/*background:url(../images/suelo.jpg) repeat-x scroll center bottom;*/
display:table;
width:100%;
/*border-bottom:1px dotted #fff;*/
padding-bottom:30px;
}


#container {
width:980px;
margin:0px auto 0px auto;
}

	#header{
	width:100%;
	height:200px;
	float:left;
	}
	
	#contenido{
	width:100%;
	float:left;
	margin:40px auto auto auto;
	}
	
	.textoContenido{
	float:left;
	margin:16px auto auto 240px;
	color:#FFFFFF;
	}
	
		.textoContenido h1{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:1.6em;
		color:#FFFFFF;
		}
		
			.textoContenido h1 span{
			color:#4C5A85;
			font-size:1.3em;
			font-size-adjust:none;
			font-weight:bolder;
			}
			
			
		.textoContenido2{
		float:left;
		width:100%;
		margin:0px auto auto auto;
		color:#FFFFFF;
		text-align:center;
		}
		
			.textoContenido2 h1{
			font-family:Geneva, Arial, Helvetica, sans-serif;
			font-size:1.2em;
			color:#FFFFFF;
			}
		
		
	
	#logoBig{
	width:100%;
	float:left;
	margin:10px auto 10px auto;
	text-align:center;
	color:#FFFFFF;
	}