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

body{
	/*background:#069;*/
	background-image:url(../imagenes/jpg/fondo.jpg);
	background-position:center;
	background-size:100%;
	background-attachment:fixed;
	margin:0
}

#superior{
	background:#000;
	min-height:40px;
	width:1200px;
	margin:0 auto;

}

#supizq{
	color:#FFF;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	float:left;
	padding:8px 25px 8px 50px;

}


#supder{
	color:#FFF;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	float:right;
	padding:8px 50px 8px 25px;


}
	
header{
	background:#3CC;
	width:1200px;
	height:128px;
	margin:0 auto;
}

#horizontal{
	background:#36F;
	width:1200px;
	margin:0 auto;
	
}

#horizontal2{
	width:850px;
	margin:0 auto;
}


#banner{
	background:#093;
	width:1200px;
	height:450px;
	margin:0 auto;

}


#contenedor{
	background:#00F;
	width:1200px;
	height:700px;
	margin:0 auto;

}

#izq{
	width:500px;
	height:700px;
	background:#00F;
	float:left;
}

#der{
	width:700px;
	height:700px;
	background:#FFF;
	float:right;
	
}

#titulo{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:36px;
	text-align:center;
	padding:22px;

}

#conte{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	text-align:justify;
	padding:22px;
	height:550px;
	overflow:auto;
	
}

#footer1{
	width:1200px;
	height:60px;
	margin:0 auto;
	background:#033;
	overflow:hidden;
}

#logofoot{
	float:left;
	padding:8px 25px 8px 45px;
}

#godaddy{
	float:right;
	padding:8px 50px 8px 25px;
}

footer{
	background:#000;
	width:1200px;
	height:128px;
	margin:0 auto;
	overflow:auto;
}



#foottitle{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	text-align:center;
	color:#FFF;
	padding:5px;

}

#footconte{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#FFF;
	padding:10px;


}