/**
 * public.css
 * CSS file for public page
 */

body {
	background-color:#40a9de; /*#40a9de*/
	background-image: url(publicImages/bg_body.png);
	background-repeat: repeat-x;
	background-position: top left;
	
	margin-top: 0px;
}

/**
 * Page style (includes hacks for IEx)
 */
#page {
	width: 950px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	float: left;
	background-image: url(publicImages/bg_content.gif);
	background-repeat: repeat-y;
	background-position: bottom left;
}

#content-wrapper {
	width: 950px;
	
	margin: 0 auto;
}

/**
 * Header style
 */
#header {
	width: 950px;
	height: 377px;
	float: left;
}
#header a img {
	border:0;
}
#header hr {
	display: none;
}
#header h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font: normal bold 15px Verdana;
	color: #000;
	background-color: transparent;
}

#header h1 a {
	text-decoration: none;
	display: block;
/*	width: 321px;
	height: 88px;*/
	margin: 0px 0px 0px 0px;
	background-image: url(publicImages/logo.png);
	background-repeat: no-repeat;
}

#header h1 a span {
	display: none;
}
#header #areaflash{
	background-image: url(publicImages/header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 688px;
	height: 382px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#flcontent {
	width: 638px;
	height: 378px;
	float: right;
}
#video {
	width: 950px;
	height: 250px;
	background-color: #ffffff;
	position: relative;
}
#header #areaflash #btnvideo{
/*	width:113px;
	height:16px;*/
	margin: 0px 0px 0px 408px;
/*	background-image: url(publicImages/btnvideo.gif);
	background-repeat: no-repeat;*/
}
#header #areaflash #btnvideo h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#header #areaflash #btnvideo h2 a{
	padding: 0px 0px 0px 0px;
	font: normal bold 11px Arial;
	color: #000;
	display: block;
	background-image: url(publicImages/btnvideo.gif);
	background-repeat: no-repeat;
	width:113px;
	height:16px;
	margin: 0px;
}
#header #areaflash #btnvideo h2 a span{
	display: none;
}
#header #content_header{
	float:left;
	width:262px;
	height: 382px;
	background-image: url(publicImages/bgcontent_header.gif);
	background-repeat:no-repeat;
	background-position: top left;
	margin: 0px;
	padding: 0px;
} 
#header #content_header #topMenu{
	margin: 50px 0px 0px 0px;
}
#calendar{
	padding: 20px 0px 0px 0px;
}
#calendar h3{
	color:#da251d;
	font: normal bold 12px  Arial, Verdana, Helvetica;
	border-bottom: 1px solid #0093dd;
	width: 156px;
	margin: 0px 0px 5px 10px;
	_margin: 0px 0px 5px 5px;
	float: none;
	*float: left;


}
/*
#headerLanguages {
	float: left;
	padding: 5px 0px 5px 0px;
}
#headerLanguages h2 {
	display: none;
}
#headerLanguages ul {
	margin: 0px 0px 0px 35px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
#headerLanguages ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
#headerLanguages ul li a {
	font: normal bold 11px Verdana, Arial, Helvetica;
	color: #c46988;
	text-decoration: none;
	display: block;
	width: 50px;
	height: 18px;
	padding: 0px 0px 0px 0px;
}
*/

/**
 * Footer style
 */
#footer {
	font: normal normal 11px Arial, Verdana, Helvetica;
	color: #0093dd;
	width: 843px;
	margin: 0px 0px 0px 54px;
	_margin: 0px 0px 0px 27px;
	float:left;
	text-align: center;
	background-image: url(publicImages/footer_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer a{
	font: normal normal 11px Arial, Verdana, Helvetica;
	color: #0093dd;
	text-decoration: none;
}
#footer a:hover{
	font: normal normal 11px Arial, Verdana, Helvetica;
	color: #0093dd;
	text-decoration: underline;
}
#footer hr {
	display: none;
}
#footer img {
}

#links_footer {
	height: 180px;
	margin: 15px 0px 20px 4px;
}
#links_footer img {
}
.ad-img-bottom {
	height: 85px;
	float: left;
}
#footer #columna {
	float:left;
}

#footer #columna  img{
}

#links_footer img{
	margin: 5px 0px 5px 8px;
	_margin:4px 0px 0px 8px;
}

#links_footer a img{
	border: 0px;
}

a#neurange {
	float: left;
	margin-left: 350px;
	margin-top: 5px;
}
a#neurange img {
	border: 0;
}

#taglist {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #e75115;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#taglist p {
	margin: 9px 0px 9px 0px;
	font: normal bold 12px Verdana, Arial, Helvetica;
	color: #535353;
}
#taglist p a {
	font: normal normal 12px Verdana, Arial, Helvetica;
	color: #e75115;
	text-decoration: underline;
	margin-bottom: 20px;
}