html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: left;
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
.clear {
	clear: both;
}
body, h1, h2, h3, form {
	font: 12px arial;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}
body {
	background: url(imagenes/header_bg.jpg) repeat-x;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 774px;
}
#header {
	height: 203px;
	position: absolute;
}
#header h1 {
	margin-top: 14px;
}
#header h1 img {
	display: block;
}
#nav {	
	margin-top: 7px;
}
#nav a {	
	color: #ffffff;
}
#nav p {	
	color: #ffffff;
}
#nav img {
	float: left;
}
#headline {
	padding-top: 205px;
}
#photo {
	float: left;
	width: 624px;
}
#photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}
#photo img {
	display: block;
}
#search-news {
	float: right;
	width: 140px;
}
#search-news div {
	padding: 3px 0;
	margin: 0;
}
#search-news #q {
	width: 140px;
	border: 1px solid #859D31;
}
#search-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
#search-news h3 {
	background: url(imagenes/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
#search-news p {
	padding-left: 15px;
	padding-right: 2px;
	margin: 0.1em 0;
}

#search-des {
        float: right;
	width: 190px;
}

#search-des h3 {
	background: url(imagenes/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}

a {
	font-weight: bold;
	color: #5C5C5C;
}
#body {
	padding-top: 2em;
	text-align: justify;
}
#body-left {
	float: left;
	width: 408px;
}
#body-left ul.plussbullets {
	margin-top: 45px;
	margin-left: 120px;
	padding: 0;
	font-weight: bold;
}
#body-left ul.plussbullets li {
	background: top left url(imagenes/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}
#body-right {
	float: right;
	width: 330px;
}
#body-right p {
	margin-right: 2em;
}
#body h2, #body p {
	margin: 0.3em 0;
}
#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}
#gallery img {
	float: left;
}
#footer {
	color: #FFFFFF;
	background: #42453D url(imagenes/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding: 0;
}
table {
        background-color: #D9ECFF;
        padding: 0px; margin: 0px; border: 0px; border-collapse: collapse;
}

table td{
        text-align: center;
}

tbody td, tbody th {
        border:1px solid #CFD0D0;
        padding: 0.4em 0.4em 0.4em 0.4em;
}

.centrar-imagen {
	text-align: center;
}
#mensaje {
 color: #FF0000;
}
