/* general page structure and layout */
body {
font-family:Arial, Helvetica, sans-serif;
font-size:.8em; 
color:#000000; 
margin:20px 0 0 0;
padding:0 0 0 0;
background:#293F30;
text-align:center;
}

.top {
margin:-20px auto;
padding:0 0 0 0;
width:780px;
height:9px;
background:#293F30;
}

.page_wrap {
/* includes the header, main body content and the footer */
margin:0 auto;
padding:0 0 0 0;
width:780px;
background:#ffffff url(img/body_bg.jpg) repeat-y;
text-align:center;
}

.header {
position:relative;
margin:0 0 0 0 !important;
margin:-7px 0 0 0;
padding:0 0 0 ;
width:780px !important;
width:742px;
height:125px;
background:#293F30;
text-align:left;
}

.header_block {
position:relative;
margin:0 20px 0 20px;
padding:0 0 0 0;
width:740px;
background:transparent;
text-align:left;
color:#eeeeee;
}

.logo {
position:relative;
float:left;
margin:0 20px 0 0;
padding:0 0 0 0;
}

.navbar {
position:relative;
margin:0 0 0 0;
padding:0 0 0 0;
width:780px !important;
width:742px;
height:37px;
background:#336600;
text-align:left;
color:#000000;
font-size:.9em;
}

.container {
position:relative;
margin:10px 0 0 10px;
padding:0 0 0 0;
width:760px !important;
width:742px;
background:transparent;
text-align:left;
}

.left_column {
float: left;
width:140px;
margin:0 0 0 0;
padding:0 4px 0 0;
background:transparent;
font-size:.9em;
color:#336600;


}

.right_column {
float:right;
right:0;
width:140px;
margin:0px 0 0px 0px;
padding:0 4px 0 0;
background:transparent;
font-size:11px;
color:#000000;
border-left:1px solid #999999;

}

ul.barra{
	float:right;
	display:block;
	margin:0 auto 0 auto;
	text-align:center;
}
ul.barra li{
	list-style:none;
	padding:1px 0 0 0;
	float:left;
}
ul.barra li a:hover{
	text-decoration:none;
	font-size:11px;
	color:#000000;
}
ul.barra li a,ul.barra li strong{
	text-decoration:none;
	text-align:center;
	display:block;
	width:11px;
	height:20px;
	font-size:11px;
	color:#000000;
}
.barra {
	margin-left:275px;
	margin-top: 12px;
}

.right_column p{
margin:0 0 10px 5px;
}

.right_column  a{
text-decoration:underline;
}

.right_column  a:hover{
text-decoration:underline;
}

.center_column {
float:left;
width:440px;
margin:0 0 0 0px;
padding:0 0 0 0px;
border-left:1px solid #999999;
}

.center_column  a{
text-decoration:underline;
}

.center_column  a:hover{
text-decoration:underline;
}

.box_right {
float:right;
width:150px;
height:500px;
margin:0 0 3px 10px !important;
margin:0 5px 3px 10px;
padding:2px 5px 2px 10px;
background:#eeeeee;
border:1px solid #cccccc;
text-align:left;
color:#616161;
font-size:.9em;
}

.footer {
position:relative;
margin:0 0 0 0;
padding:10px 0 0 0;
width:780px;
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
color:#6E312A;
background:transparent;
text-align:right;
}

.footer_logo {
position:relative;
float:right;
margin:0 0 0 15px;
padding:0 0 0 0;
}

#footer {
/* aligns the text to the middle of the footer, in relation to the logo */
vertical-align:-250%;
}

.bottom {
margin:0 auto;
padding:0 0 0 0;
width:780px;
height:1px;
background:#000000;
margin-bottom:auto;
}

/* navigation bar */
#nav ul{
padding:0 0 0 0;
margin: 0 0 0 1.5em;
white-space: nowrap;
font-size:1.1em;
color:#ffffff;
float:left;
width:100%;
height:39px;
background:transparent;
list-style:none;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
margin: .8em 0 0 0;
padding: .4em 1em .46em 1em;
color:#ffffff;
text-decoration:none;
float: left;
border-left:1px solid #999999;
background:transparent;
}

#nav ul li a:hover{
color:#000000;
text-decoration:none;
border-left:1px solid #999999;
}

/* fonts and colors */
h1 {
color:#eeeeee;
font-size:36px;
letter-spacing:.1em;
text-transform:capitalize;
margin:0 0 0 0;
padding:20px 0 0 0;
}

h2 {
color:#ffffff;
font-size:1.2em;
text-transform:capitalize;
font-weight:bold;
padding:0 0 0 0;
margin:0 0 -6px 0;
}

h2:after {
color: #000000;
}

h3 {
color:#000000;
font-size:1.1em;
text-transform:capitalize;
font-weight:bold;
padding:0 0 0 0;
margin:0 0 -8px 0;
}

h3:after {
color: #000000;
}

.box_right h3 {
color:#6E312A;
margin:2px 0 -10px 0;
}

.box_right h3:after {
color: #6E312A;
}

a {
color:#336600;

}

a:hover {
color:#336600;
text-decoration:none;
}

.left_column a {
color:#000000;

}

.left_column a:hover {
color:#999999;
text-decoration:none;
}

/* images */
img {
border:none;
}

.left {
float:left;
margin:0 0 0 0;
padding:0 0 0 0;
}

.right {
float:right;
margin:0 0 0 0;
padding:0 0 0 0;
}


/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


 .bloques_c {
     width: 100%;
     font: 10px tahoma;
 }
 .bloque_tit {
     width: 100%;
     font: bold 11px;
     color: #0059B3;
 }
 .bloques_d {
     width: 100%;
     color: #0080FF;
 }
 .bloques_d a, .bloques_d a:link, .bloques_d a:visited{
 	color: #0080FF;
 	text-decoration: none;
 }
 .bloques_d a:active, .bloques_d a:hover{
 	color: #0080FF;
 	text-decoration: underline; 
 }
 ul {
 	margin: 7px;
 	padding: 0;
 }
 li {
 	list-style: none;
 	list-style-type: none;
 }
 .ptita {
     font: bold 20px tahoma;
 }
 .gtit {
    font: bold 20px tahoma;
 	color: #336600;
	float:left;
 }
 .comentario {
 	float:left;
     width: 90%;
     font: 12px arial;
 }
 .comentariot {
     font: bold 12px;
     color: #000000;
 }
 .comentarion {
     color: #000000;
 }
 .comentarioc {
     text-align: justify;
 	color: #000;
 }
 .comentario1 {
 	color: #000000;
 }
  .postp {
 	color: #000;
 	text-align: justify;
	
	}
.fotoss {
	color: #000;
	text-align: center;
	}
.fotoss img{
	color: #000;
	text-align: center;
	}
	
  hr {
  text-align:center;
  	height: 1px;
  	width: 96%;
  	border: 0;
  	border-bottom: 1px solid #D2D2D2;
  }
p.nombresemental, div.nombresemental
{
  padding: 0px -25px 0px 0px;
  text-align: center;
  color: #000000;
  font-size: 10px;
  font-weight:bold;
}
p.nombresemental a{
  padding: 0px;
  text-align: center;
  color: #336600;
  font-size: 12px;
  font-weight:bold;
}
p.news, div.news
{
  text-align: justify;
  color: #000000;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}
p.news a{
  padding: 0px;
  text-align: justify;
  color: #336600;
  font-size: 12px;
  font-weight:bold;
}
#rec_boletin{ 
	width:181px; 
	color:#FFFFFF; 
	height:56px; 
	margin:10px 0 5px 0;
	padding:20px 0 0 0; 
	font-size:12px; 
	text-align:center; 
	background:transparent url('img/fnd_boletin.gif') 
	no-repeat;
}