html, body {height:100%;}

body {
	margin: 0px;
	padding: 0;
	text-align: center;
	min-width: 600px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
}

#centered {
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto;
	width: 770px;
	min-height: 100%;
	height:auto;
	text-align: left;
	background: #9A0000;
	background-image: url(images/Fondo_Aquarel.png);
	background-repeat: no-repeat;
}

* html #centered {height: 100%;}

#div1 {
  position: absolute;
  left: 0;
  top: 50px;
  width: 180px;
  background-color: #CCC;
  padding: 5px;
}
#div2 {
  position: absolute;
  left: 210px;
  top: 10px;
  width: 380px;
  background-color: #CCC;
  padding: 5px;
}
.pull {
  width: 100px;
  float: right;
  margin: 0 0 5px 5px;
  padding: 5px;
  background-color: #FFF;
}
#logo {
	height: 123px;
	width: 190px;
}
#conts {
	padding: 5px 30px;
}



/* ---Menu CSS--- */

#menu {
	margin: 0 0 0 60px;
	padding: 0;
	font-weight: bold;
	height: 30px;
	clear:both;
}

#menu * {
	cursor : pointer;
	margin : 0;
	padding : 0;
	white-space : nowrap;
}
#menu ul {
	list-style : none;
}
#menu li {
	display : block;
	float : left;
	padding-left: 2px;
	text-align: center;
}
#menu li a {
	background-color: #AE0000;
	color: #FFFFFF;
	display : block;
	overflow : hidden;
	padding: 4px 0px;
	text-decoration : none;
	width: 105px;
}
#menu li:hover a,#menu #active a {
	background-color: #000;
	color: #FFFFFF;
}
#menu dl {
	background : #DDD;
	color : black;
	border : 2px solid #000;
	position : absolute;
	top : -2000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	filter:alpha(opacity=90);
	opacity: 1;
	-moz-opacity:0.95;
}
#menu li:hover dl,#menu #active dl {
	top : auto;
}
#menu dt {
	cursor : default;
	font-weight : bold;
	padding : 3px;
}
#menu dd {
	display : block;
	overflow : hidden;
}
#menu li:hover dd a,#menu #active dd a {
	background : #F6F6F6;
	color : black;
	display : block;
	padding : 4px 15px 4px 15px;
	text-decoration : none;
}
#menu dd a:hover,#menu #active dd a:hover {
	background : #A00;
	color : white;
}
#menu li a:active,#menu li a:focus { background : #4F697F !important; color : white !important; }
#menu #old_active a { background-color : #8FA9BF; color : white; }

#menu2 dl { display : none; }
#menu2 li:hover dl,#menu2 #active dl { display : block; }


















#conts td {
	font-size: 12px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC00;
	margin: 0px;
	padding: 0px;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px 0px 20px;
	padding: 0px;
}
#infoadd a,#conts a {
	color: #FFCC00;
}
.borde {
	border: 1px solid #FFFFFF;
}


.columnata {
  overflow: hidden;
  width: 100%
}
.columnata .columnax2 {float:left;width:49.9%;}
.columnata .columnax5 {
	float:left;
	width:19.9%;
	height: 230px;
	margin-bottom: 15px;
	text-align: center;

}

.columnax5 img {margin-bottom:5px;}

img {
	border: none;
}


.destac {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;

}
.txtsecund {
	color: #FFC1C1;
}
.minitxt {
	font-size: 11px;
}

ol.minitxt li {margin-bottom:5px;}

#infoadd {
position:absolute;
top:10px;
right:1em;
width:600px;
text-align:right;
}

