@charset "utf-8";
body {
	margin: 0px;
	background-image: url(../imgs/interfaz/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #26a5d8;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #124C8B;
}

#cabeza {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
}
#menuarriba {
	background-image: url(../imgs/interfaz/menu-fondo.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	height: 30px;
	overflow: visible;
	clear: both;
	text-align: center;
}
#submenu {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(../imgs/interfaz/submenu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: right;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 13px;
}
#contenido {
	min-height:500px;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 50px;
}
#contenido2 {
	width: 530px;
	float: left;
	min-height: 400px;
	font-size: 14px;
	background-image: url(../imgs/interfaz/contenido2.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#contenido2 h2 {
	margin-top: 1px;
	margin-left: -9px;
	width: 548px;
	background-image: url(../imgs/interfaz/h2detalles.jpg);
	background-position: left bottom;
	background-color: #67C2FE;
	color: #FFFFFF;
}

#contenido2 h3 {
	width: 530px;
	font-size: 18px;
	color: #1189D0;
	font-family: "Courier New", Courier, monospace;
	display: block;
	line-height: 25px;
	text-align: center;
	margin-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
}



#bannerInicio {
	width: 800px;
	height: auto;
	margin-top: 15px;
}
.lateral1 {
	float: left;
	width: 229px;
	margin-left: 20px;
	height: auto;
	min-height:200px;
	font-size: 12px;
	margin-bottom: 10px;
	background-image: url(../imgs/interfaz/lateral.jpg);
	background-repeat: no-repeat;
}

.lateral1 h2 {
	width: 226px;
	margin-left: 1px;
}



h1 {
	font-size: 25px;
	color: #1189D0;
	vertical-align: middle;
	font-family: "Courier New", Courier, monospace;
	display: block;
	line-height: 30px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 20px;
	color: #1189D0;
	font-family: "Courier New", Courier, monospace;
	display: block;
	background-image: url(../imgs/interfaz/h2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 30px;
	text-align: center;
	margin-top: 1px;
}

a {
	color: #06f;
}
a:hover {
	color: #E44281;
}

ul.gota {
	padding-left: 20px;
	list-style-image: url(../imgs/interfaz/bullet-gota.gif);
	margin-left: 10px;
}

ul.gota li {
	margin-bottom: 20px;
}
.gota img {
	margin-left: 10px;
	display: inline;
	float: right;
	margin-right: 10px;
	border: 3px solid #B8E1F8;
}
ul.star {
	padding-left:20px;
	list-style-image: url(../imgs/interfaz/bullet_star.gif);
	margin-left: 10px;
}
ul.star li {
	margin-bottom: 5px;
}
.fecha {
	color: #996600;
}
#pie {
	width: 800px;
	min-height:161px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgs/interfaz/pie.jpg);
	background-repeat: no-repeat;
	clear: left;
	padding-top: 60px;
	height: auto;
	text-align: center;
}

/* IE6 Only */

* html ul.gota {
	padding-left: 0px;
	margin-left: 20px;
}

* html .lateral1 {
	margin:0;
}

* html #contenido2{
	height:auto !important; 
	height: 400px;
}
