html{
background:#ff9700;
}

body {
	margin:auto;
	font:normal 10px/13px Arial,sans-serif;
	background-color:#ffffff;
	width:739px;
	height:600px;
	margin-top:5px
}

#contenedor{
	float:left;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:thin;
	width:739px;
	height:600px;
	position:relative;
	margin:auto;
	background:#fff
}

#cabezal1{
	width:216px;
	height:284px;
	position:absolute;
	margin:auto;
	left: 0px;
	top: 0px;
	z-index:0
}
#cabezal2{
	float:left;
	width:495px;
	height:284px;
	position:absolute;
	margin:auto;
	background:url(../imagenes/cabezal2.jpg) no-repeat;
	left:244px;
	top: 0px;
}
.hfoto{
	float:left;
	width:376px;
	height:250px;
	position:absolute;
	margin:auto;
	top: 320px;
	left: 14px;
	background:url(../imagenes/foto-home.jpg) no-repeat
}

.ctxt2{
	position:absolute;
	margin:auto;
	background-color:transparent;
	width:296px;
	height:202px;
	padding:10px 1px 30px;
	top: 333px;
	left: 402px;
}

#menu{
	width:739px;
	height:30px;
	position:absolute;
	background-color:#0063b1;
	margin:284px 0;
	z-index: 30
}
	
#menu li{	
	margin: 1px;
	padding: 4px 10px;
	list-style: none;
	float: left;
	font: bold 12px arial;
	color: #fff
}
		
#menu li a{	
	display: block;
	margin: 1px 0px;
	padding: 4px 10px;
	width: 60px;
	background: #0063b1;
	color: #fff;
	text-align: center;
	text-decoration: none
}
			
#menu li a:hover{	
	background: #49A3FF
}
		
#menu div{
	position: absolute;
	visibility: hidden;
	margin: 2px;
	padding:0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
}
	
#menu div a{
	position: relative;
	display: block;
	margin: 1px;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 12px arial;
}
			
#menu div a:hover{	
	background: #49A3FF;
	color: #FFF
}
#cpie {
	width:737px;
	height:30px;
	top:570px;
	position:absolute;
	margin:auto;
	background-color:#0063b1;
	color: #fff;
	font:10px arial;
	left: 2px;
}

.cpie {
	position:absolute;
	margin:auto;
	background-color:transparent;
	padding: 8px 80px;
	color: #fff;
	font:10px arial;
	left: 33px;
	top: 1px;
	width: 516px;
	height: 12px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
}
.Estilo5 {font-size: 13px}
*+html .floatFix {height:1%}
* html .floatFix {height:1%}
.floatFix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}

