/* CSS Document */



/*básicos html*/

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#fff;
	margin:0;
	padding:0;
	height:100%;
	background:#000026;
}
div {
	margin:0;
	padding:0;
	border:none;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#fff;
	line-height:125%;
	margin: 2px 0 10px 0;
	padding:0 5px;
	text-align:justify;
}
fieldset {
	padding: 5px;
	border-bottom:1px solid #bbb;
	border-top:none;
	border-left:none;
	border-right:none;
	margin-bottom:10px;
}
/*divs-cajones*/



#wrapper {
	width:1000px;
	position:relative;
	margin:0 auto;
	padding:0 0 5px 0;
	background:url(../images/bk-set10.jpg) top center no-repeat;
	
}
#wrapper2 {
	width:1000px;
	padding:0;
	margin:0 auto;
	position:relative;
	text-align:center;
	background:url(../images/bk-footer.jpg) bottom center no-repeat;
}
#wrapper3 {
	width:1000px;
	padding:0;
	margin:0 auto;
	position:relative;
	text-align:center;
	background:url(../images/bk-gen.jpg) top center repeat-y;
}
/*#wrapper4 {

	width:1000px;

	padding:0;

	margin:0 auto;

	position:relative;

	text-align:center;

	background:url(../images/bk-gen2.gif) top center repeat-y;

}*/



#wrapper-footer {
	width:100%;
	margin:0 auto;
	padding:0;
	/*height:60px;*/

	border-top:0px solid #fff;
}
.ol li {
	color:#353535;
}
#mainmenu {
	width:100%;
	height:25px;
	background:#231F20;
	text-align:right;
}
#container {
	width:785px!important;
	width/**/:815px;
	position:relative;
	float:right;
	padding-right:13px;
}
#header {
	width:785px;
	float:right;
	margin-top:0px;
	padding-right:13px;
}
/*dentro del header estan*/



#logo {
	width:160px;
	float:right;
	margin-right:5px;
}
#menu-img {
	width:605px;
	height:175px;
	padding:0 8px 0 0;
	float:right;
	text-align:left;
}
/*dentro de container estan*/

#left {
	width:150px!important;
	float:right;
	margin:0 15px 0 5px;
}
#right {
	width:150px!important;
	width/**/:170px;
	float:right;
	margin:0 6px 0 15px;
}
#main {
	width:440px!important;
	width/**/:440px;
	float:right;
	padding:5px 0 0px 0;
	background:none;
}
#content {
	width/**/:410px;
	width:410px!Important;
	padding:28px 18px 70px 12px; /*fiz octubre*/
	margin:0;
	float:left;
	background:none;
}
/*dentro de left están*/



#buscador {
	width:150px;
	height:40px;
	margin:8px 0 0 0;
	float:left;
}
#buscador2 {
	width:145px!important;
	width/**/:145px;
	height:27px;
	margin: 5px auto 0 auto;
	padding:0;
	background:#fff;
	border:1px dotted #e5e5e5;
}
#calendario {
	width:150px;
	padding:0 0 20px 0;
	float:left;
	display:block;/*background:#656656;*/
}
#noticias {
	width:150px!Important;
	width/**/:150px;
	background:none;
	padding:0 0px 5px 0px;
	margin:0 auto 10px auto;
	float:left;
	display:block;
}
#noticias h3, #left h3 {
	height:18px;
	padding:15px 5px 15px 5px;
	width:140px!Important;
	width/**/:150px;
	margin:0 0 0px 0;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:9.5pt;
	font-family:Arial, Verdana;
	text-align:center;
	line-height:112%;
	background:url(../images/bk-module-title.gif) top center no-repeat!Important;
}
#noticias h3 {
	background:url(../images/bk-module-title.gif) top center no-repeat!Important;
	width:143px!Important;
}

#noticias .componentheading {
	margin:0 0 5px 5px;
	padding:0;
	line-height:110%;
	color:#ffffff;
	font-size:9pt;
	text-align:left;
	font-weight:bold;
	background:none;
	font-family:"Trebuchet MS", Arial, Verdana;
}
#noticias p {
	text-align:left;
	font-size:8pt;
	line-height:110%;
	margin:0;
	padding:0 2px;
	color:#ffffff;
}
#banners {
	width:150px;
	float:left;
}
/*dentro de main están*/



#footer {
	width:100%;
	text-align:left;
	padding:3px 0 8px 0;
	margin:0 auto;
	float:right;
	background:#233858;
}
#footer p {
	font-size:8pt;
	padding:3px 0 3px 85px;
	margin:0;
	color:#fff;
	text-align:center;
}
/*menu principal estilo*/





#mainmenu ul {
	margin: 0px; /*normalmente es margin: 8px 15px 0 8px;*/
	padding:1px 4px 0 0;
	list-style:none;
}
#mainmenu ul li {
	padding:0;
	margin:0 -4px 0 0;
	text-align:center;
	font-size:10pt;
	display:inline;
}
#mainmenu ul li a:link, #mainmenu ul li a:visited {
	color:#fff;
	text-decoration:none;
	margin: 0 3px;
	padding:2px 5px;
	border-left: solid 1px #fff;
	border-color: none;
}
#mainmenu ul li a:hover, #mainmenu ul li a:active {
	color:#f5f5f5;
	background:#EE3224;
}
/*menu secundario estilo*/





#footer-menu {
	width:100%;
	height:21px;
	padding:3px 15px 2px 65px;
	margin:0 auto;
	display: block;
	text-align:center;
	color:#fff;
	background:#EE3224;
}
#footer-menu ul {
	margin: 0 auto;
	padding:0 0 0 100px;
	list-style:none;
}
#footer-menu ul li {
	padding:3px;
	margin:0;
	text-align:center;
	border-right: solid 1px #bbb;
	text-transform:uppercase;
	display:inline;
	line-height:130%;
	font-size:7pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
#footer-menu ul li a:link, #footer-menu ul li a:visited {
	color:#000!Important;
	font-weight:normal;
	text-decoration:none;
}
#footer-menu ul li a:hover, #footer-menu ul li a:active {
	text-decoration:underline;
}
#footer-menu a:link, #footer-menu a:visited {
	font-weight:normal;
	text-decoration:none;
	padding:3px;
	margin:0;
	text-align:center;
	text-transform:uppercase;
	line-height:130%;
	font-size:7pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}
 #footer-menu a:hover, #footer-menu a:active, {
 text-decoration:underline;
}
/*dentro del right están*/







#agenda {
	width:150px;
}
/*Estilo agenda*/






div.moduletable-agenda {
	width:150px!Important;
	width/**/:150px;
	background:none;
	padding:0 0 20px 0;
	margin:10px 0 5px 0;
	border:none;
}
div.moduletable-agenda ul {
	margin:0 5px!important;
	padding:5px 1px!important;
	list-style:none !important;
	border-left:1px solid #F1ECE3;
	border-right:1px solid #F1ECE3;
	border-bottom:1px solid #F1ECE3;
}
#noticias ul {
	margin:0 4px 0 6px!important;
	padding:5px 1px!important;
	list-style:none !important;
	border-left:1px solid #F1ECE3;
	border-right:1px solid #F1ECE3;
	border-bottom:1px solid #F1ECE3;
}
div.moduletable-agenda h4 {
	width:130px!Important;
	width/**/:150px;
	margin:0 0 0px 0;
	height:29px;
	padding:10px 5px 15px 15px;
	color:#fff;
	text-transform:uppercase;
	font-size:8.5pt;
	font-family:Arial, Verdana;
	text-align:center;
	line-height:110%;
	background:url(../images/bk-module-title.gif) top center no-repeat!Important;
}
div.moduletable-agenda ul li, #noticias ul li {
	margin:0 5px 8px 5px;
	padding:0px 2px 2px 2px;
	border-bottom: 1px solid #F1ECE3;
	text-align:left;
	font-size:8.5pt;
	color:#666!Important;
}
div.moduletable-agenda ul li a:link, div.moduletable-agenda ul li a:visited, #noticias ul li a:link, #noticias ul li a:visited {
	text-align:left;
	font-size:8.5pt;
	color:#666!Important;
}
/*estilos*/





h2, .contentheading, .componentheading {
	color:#EE3224;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	text-transform:uppercase;
	margin: 5px 0 50px 0;
	padding:2px 0 10px 5px;
	font-size:15pt;
	line-height:105%;
	font-weight:bold;
	text-align:left;
}
h2 .max {
	font-size:16pt;
}
h3 {
	color:#FF0D00;
	margin: 5px 0 8px 0;
	padding:2px 0 3px 5px;
	font-size:10pt;
	font-weight:bold;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;/*background:url(../images/bullet2.gif) top left no-repeat;*/
}
h4 {
	color:#666;
	margin: 0 0 8px 5px;
	font-size:10pt;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
}
.contacto {
	background:url(../../../images/stories/contacto.gif) no repeat top left;
	width:400px;
	height:100px;
	text-indent:-9000;
	color:#FFFFFF;
}
.tabla {
	width:410px;
	background:url(../images/bus-top.jpg) top center no-repeat #75a9b4;
}
/*estilo lista*/



.content {
	background:none;
}
#content ul, .contentpaneopen ul {
	padding:0;
	margin:0;
	list-style:none;
}
#content ul li, .contentpaneopen ul li {
	padding:2px 0 2px 12px;
	margin:0 0 5px 0;
	line-height:125%;
	text-align:left;
	font-size:9pt;
	color:#fff;
	background:url(../images/bullet1.gif) top left no-repeat;
}
.fila1 {
	padding:3px;
	background:none;
	border-bottom:1px dotted #fff;
}
.fila2 {
	padding:3px;
	background:none;
	border-bottom:1px dotted #fff;
}
.fila1 p, .fila2 p {
	color:#fff;
}
.sectiontableentry1, .sectiontableentry2 {
	padding:5px 10px;
	text-align:center;
	border-bottom:1px dotted #fff;
}
/*otros*/







fieldset a {
	font-weight: bold;
}
hr {
	border-top: 1px solid #bbb;
	margin:3px 0;
	clear:both;
}
.small {
	color:#ffffff;
	font-size:8pt;
}
/* FORMS */



input, select {
	font: 95% Arial, sans-serif;
}
.button {
	padding: 2px;
	background: #EE3224;
	border:#fff 1px solid;
	color: #fff;
	font-weight:bold;
	margin:3px 3px;
}
.button:hover {
	background: #00709A;
}
inputbox, .text_area, textarea {
	margin:0 0 3px 0;
	padding: 2px;
	border: 1px solid #bbb;
	background:#fff;
	color:#666;
	font-size:8pt;
}
.search .button {
	padding: 2px 3px;
	height:27px;
	width:27px;
	background:#EE3224;
	border:#bbb 1px solid;
	color: #fff;
	font-weight:bold;
	margin:0 0 0 3px!Important;
	float:right;
}
.search .button:hover {
	color: #8B8F9E;
}
.search input {
	padding:2px;
	border:#fff solid 1px;
	background:#fff;
	margin:3px 2px!Important;
	float:left;
	color:#666;
	font-size:8pt;
}
.search {
	padding:0;
	margin:0;
	color:#666;
	font-weight:bold;
	font-size:8pt;
}
/* READ MORE */ 





a.readon:link, a.readon:visited {
	font-family:Arial, Helvetica, Verdana;
	font-size:10pt;
	margin:-8px 5px;
	font-weight:bold;
	padding: 0px 23px 10px 5px;
	height:23px;
	color:#EE3224!Important;
	background:url(../images/readon2.gif) top right no-repeat;
	text-align:left;
	clear:both;
	float:right;
}
a.readon:hover, a.readon:active {
	text-decoration:underline;
	color:#00709A!Important;
}
#content a.readon:link, #content a.readon:visited {
	font-size:10pt;
	font-weight:bold!Important;
	color:#fff!Important;
	background:url(../images/readon.png) top right no-repeat;
}
#content a.readon:hover, #content a.readon:active {
	text-decoration:underline;
}
/* BACK BUTTOM */ 





.back_button {
	color:#EE3224!important;
	font-size: 11pt!important;
	padding: 10px 5px 10px 28px;
	margin: 0 5px;
	background:url(../images/back_button.gif) left no-repeat;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-weight:bold!important;
	text-decoration:none!important;
	text-align:left;
}
.back_button:hover {
	text-decoration:none;
	color:#80307f;
}
.contentpagetitle {
	font-size: 120%;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
	display:none;
}
.pagenav {
	text-align:center;
	font-size: 8.5pt;
}
.createdate, .small {
	text-align:left;
	font-size: 8.5pt;
}
.createdate {
	color:#fff;
	margin-bottom:15px;
}
.sectiontablefooter {
	text-align:center;
	font-size: 8.5pt;
	padding: 3px 0 0 0;
	border-top:1px solid #f5f5f5;
	display:block;
	margin:0 auto;
}
/* Normal link */





a:link, a:visited {
	color:#EE3224;
	text-decoration:none;
	font-weight:normal;
}
a:hover, a:active {
	text-decoration:underline;
}
#content a:link, #content a:visited {
	color: #fff;
	text-decoration:none!important;
	font-weight:bold;
}
#content a:hover, #content a:active {
	text-decoration:underline!Important;
}
.marco {
	padding: 5px;
	border-top:1px solid #FFBE00;
	border-bottom:5px solid #FFBE00;
}
.fila {
	border-bottom:1px solid #A47C7C;
	padding:3px;
}
.fila-head {
	background:#A47C7C;
	border-bottom:1px solid #8F5050;
	padding:3px;
}
.pretext, #calendario p {
	font-size:8.5pt;
	padding:0 5px;
	margin:0;
	color:#666666;
}
/*HACKS*/



.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/



* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}



/* End hide from IE-mac */
