@import url('reset.css');
@import url('layout.css');


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 110%;
}

.clear {
	clear: both;
}

.clear_l {
	clear: left;
}

.clear_r {
	clear: right;
}

/***----------------------------------- HEADER ---------------------------------------***/

#header {
	position: relative;
	background: white;
	color: black;
}

/* LOGO */

#header #logo {
	background-image: url(../images/bg_fondo-header.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3B9FD8;
}

#header #logo h1 {
	
}

/* TOOLS */

#header #tools form.b_search {
	background-color: #ccc;
}

#header #tools form.b_search input.btn_go, #header #tools form.b_lang input.btn_go {
	height: 1.9em;
	width: 1.9em;
	display: block;
	background: transparent url(../images/btn_go.gif) no-repeat top left;
	border: none;
	text-indent: -50em;
	margin: 0 0.2em;
}

#header #tools form.b_search input.btn_calendar {
	text-indent: -50em;
	width: 1.5em;
	height: 1.3em;
	border: none;
	display: block;
	cursor: pointer;
	cursor: hand;
	margin: 0 0.2em;
	background: transparent url(../images/btn_calendar.gif) no-repeat top left;
}

/* NAVI */

#header #navi ul {
	font-size: 10px;
	line-height: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

#header #navi ul li {

}

#header #navi ul li.last {
	border-right: none;
}

#header #navi ul li a {
	width: 140px;
	background: transparent url(../images/navi_bkgon2.gif) repeat-x left top;
	color: #0069D2;
}

#header #navi ul li a:hover {
	background: transparent url(../images/navi_bkgon.gif) repeat-x left top;
}

#header p#datetime {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 67px;
	width: 167px;
}

#header p#datetime2 {
	position: absolute;
	right: 5px;
	top: 155px;
	height: 110px;
	width: 150px;
}


/***----------------------------------- CONTENT ---------------------------------------***/

#content {
	background-color: white;
	color: black;
}

#content #sidebar .sidebox {
	background: white url(../images/sidebox_bkg.gif) no-repeat top left;
}

#content #sidebar .sidebox h3 {
	text-align: center;
	color: #6d8f1e;
	border-bottom: 1px dashed #6d8f1e;
}

#content #sidebar .sb_banner {
	background: transparent;
}

#content #sidebar .sb_noticias h3 {
	background: transparent url(../images/sidebox_noticias.gif) top right no-repeat;
}

#content #sidebar .sb_info h3 {
	background: transparent url(../images/sidebox_info.gif) top right no-repeat;
}

#content #sidebar .sb_intralinks {
	background: transparent;
}

#content #sidebar .sb_calendar {
	background-image: none;
	background-color: #eee;
}

#content #sidebar .sb_calendar h3 {
	background: transparent url(../images/sidebox_events.gif) top right no-repeat;
	margin-right: 0.3em;
	margin-top: 0.3em;
	border: none;
	color: black;
}

#content #sidebar .sb_bulletin {
	background-image: none;
	background-color: #eee;
	text-align: center;
}

#content #sidebar .sb_bulletin h3 {
	border: none;
	margin-top: 0.4em;
	background: white;
	color: black;
	font-weight: bold;
	width: 80%;
}

#content #sidebar .sb_bulletin input[type="text"] {
	height: 1.1em;
	line-height: 1.1em;
	font-size: 1em;
	color: #8b9c36;
}

#content #sidebar .sb_bulletin input.btn_suscribir {
	text-indent: -50em;
	background: transparent url(../images/btn_suscribir.gif) no-repeat top left;
	border: none;
	height: 1.3em;
	width: 4.8em;
	display: block;
	cursor: pointer;
	cursor: hand;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.4em;
}

/***------------------------------------ FOOTER ---------------------------------------***/

#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#footer #banners ul {
	background: white;
	border: 1px solid #ccc;
}

#footer #banners ul li a {
	background-color: #ccc;
}

#footer #info {
	border: 1px solid #ccc;
	background: white;
	color: black;
}

#footer #info dl dt {
	font-weight: bold;
	text-transform: uppercase;
}

#footer #info dl dd a {
	text-decoration: none;
	color: #399;
}

div.registro{
	background: transparent url(../images/boletines2.gif) no-repeat 1px 0;
	height: 70px;
	width: 160px;
	float: right;	
	padding-top: 11px;
	margin-top: 5px;
	}
	
div.registro p{
	font-size: 9px;
	color: #000;
	text-align: center;
	font-weight: bold;
	}
	
div.registro p span{
	color: #990000;	
	}
	
div.registro input.imageButton{
	border: 0;
	vertical-align: bottom;
	margin-top: 1px;
	}
	
div.registro input.inputbox{
	margin-left: 28px;
	height: 17px;
	margin-top: 1px;
	border: none;
	}
	
span.dstkFlecha{
	background: url(../images/separador2.gif) no-repeat transparent 1px 1px;
	padding-left: 10px;
	font-size: 12px;
	}
