*{
	margin: 0px;
	padding: 0px;
}
html{
	height: 100%;
}
body{
	height: 100%;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:12px;
	padding: 0px;
	margin: 0px;
	background-image:url('../images/fondobody.jpg'); 
	background-repeat:repeat-x;
	background-position:top;	
}
ul{
	list-style:none;
		margin: 0px;
		padding: 0px;
		display:block;
	}

a{
	color:#BB0F00;
}
#main{
	width: 990px;
	margin-left:auto;
	margin-right:auto;	
	
}
h1{
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	width:990px;
	text-align:right;
	padding-top:10px;
}
h1,h2,h3,h4{
		font-family:Georgia;
		color:#B90B00;
}
h2{
	font-size:25px;
}
#cabecera{
margin-bottom:35px;
}
#cabecera img{
	border: 0px;
}
#cabecera div{
	background-color:red;
	float:right;
	width:auto;
	text-align:right;
	font-size:15px;
	margin-top:50px;
	padding:5px;
	color:white;
}
#prueba{
	position:absolute;
	background-color:red;
	height:45px;
	width:795px;
	left:15px;
}
#menu{
position:absolute;
height:45px;
width:995px;
background-image:url('../images/fondomenuoff.jpg'); 
background-repeat:repeat-x;
background-position:top;	
top:85px;
*margin-left:-360px;
}
#menu span{
	height:45px;
	float:left;
	background-image:url('../images/fondomenuoffi.jpg'); 
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	width:5px;

}
#menu ul{
	width:990px;
	float:left;
	background-image:url('../images/fondomenuoffd.jpg'); 
	background-repeat:no-repeat;
	background-position:top right;
}
#menu ul li{
	float:left;
	padding:13px;
	border-left:1px solid #00C4E0;
	border-right:1px solid #0096AE;
}
#menu ul li:hover{
	background-image:url('../images/fondomenuon.jpg'); 
	background-repeat:repeat-x;
	background-position:top;

}
#menu ul li.on{
	background-image:url('../images/fondomenuon.jpg'); 
	background-repeat:repeat-x;
	background-position:top;

}
#menu ul li a{
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
}
#contenido{
	float:left;
	width:990px;
	margin-top:0px;


}

#derecha{
	float:right;
	width:600px;
}

#izquierda{
	float:left;
	margin-top:10px;
	padding-top:10px;
	width:360px;
	padding-top:0px;
	background-color:#FDFDFD;
}
/*.imagenprincipal{
	float:right;
}*/
#bajo{
	float:left;
	width:100%;
background-color: #EEE;
color:#B90B00;
border-top: 1px dotted #B90B00;
padding-top:20px;
min-height: 50px;
margin-top:15px;
}
#bajo div{
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.separacion{
	display:block;
	width:100%;
	margin-bottom:15px;
	border-top:1px solid #999;
	margin-top:15px;
}
.imagenprincipal{
padding-left:115px;
float:right;

}
.txt{
	border:2px solid gray;
	padding:5px;
	width:500px;
	font-size:15px;
	font-family:Arial,Helvetica,Sans-serif;
}
