@CHARSET "UTF-8";

h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,td
{ margin: 0; padding: 0; }

body
{
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size: 0.7em;
  color: #222222;
  background: #ffffff;
	}

#container
{
  width: 900px;
  margin: 5px auto 0 auto;
  background: #ffffff;
}

#header
{
  width: 894px;
  height: 186px;
  background: url(../images/header_bg.jpg) no-repeat top;
}


/* MENU */
#header #menu
	{
  width: 850px;
  height: 20px;
  position: relative;
  top: 20px;
  left: 0px;
  float: right;
  padding: 3px 0px 3px 0px;
}

#header #menu
 {
 *top: 15px;
 *left: 30px;
 }

#header #menu ul 
{
  list-style-type: none;
  margin: 0 auto;
}

#header #menu li 
{
  float: left;
}

#header #menu li a 
{
  padding: 0 13px;
  display: block;
  color: #000;
  margin-right: 2px;
  line-height: 23px;
  border-left: 1px dotted #ccc;
}

#header #menu li a.first
	{
	border: none;
}

#header #menu li a:hover 
{
  background: #ffffff;
  color: #cc6633;
}

#header #logo
	{
	float: left;
	position: relative;
	top: 15px;
	left: 10px;
	}





#content
{
	width: 854px;
	background: url(../images/content_bg.png) repeat-y;
	padding: 10px 20px;
	font-size: 1.3em;
}

#content #leftcol
	{
	width: 630px;
	padding: 0 10px 20px 10px;
	border-right: 1px dotted #ccc;
}

#content #rightcol
	{
	width: 180px;
	float: right;
	padding: 0 10px;
}





#footer
{
  width: 834px;
  height: 286px;
  background: url(../images/footer_bg.png) no-repeat;
  padding: 3px 30px 0 30px;
}





/* ENCABEZADOS */
h1,h2,h3,h4,h5,h6
	{
	font-family: Georgia, Times, serif;
	font-weight: lighter;
	letter-spacing: -1px;
}

h1 {
  padding-left: 5px;
}

h2 {
  color: #CC6633;
  font-size: 22pt;
  letter-spacing: -1px;
  margin: 4px 0;
  border-bottom: 1px solid #eee;
}

h3, h4, h5, h6{
  margin: 10px 0 0 0;
  color: #555;
}

h3 {
	font-size: 18pt;
	color: #444;
}

h4
	{
	font-size: 16pt;
}


/* IMAGENES */
a img, img{
  border:none;
}

img.left,img.center,img.right {
  padding: 3px;
  border: 1px solid #CCC;
}


img.left:hover,img.center:hover,img.right:hover {
  padding: 3px;
  border: 1px solid #AF7835;
}
  
img.left {
  float: left;
  margin: 0 12px 5px 0;
}
  
img.center {
  display: block;
  margin: 0 auto 5px auto;
}
  
img.right {
  float: right;
  margin: 0 0 5px 12px;
}


/* PARRAFOS */
p {
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  line-height: 1.4em;
  margin-top: 10px;
  margin-bottom: 5px;
}

#content p
{
  padding: 10px;
  }

/* ENLACES */
a
{
  color: #cc6633;
  text-decoration: none;
}

a:hover
{
  color: #555;
}

pre {
  font-size: 11pt;
}

pre.preview {
  font-size: 8pt;
}




/* CLASES */
.editorial {
  background: url(../images/topicborder.gif) no-repeat bottom left;
  padding: 0 10px;
  padding-bottom: 30px;
  margin-bottom: 10px;
  margin-right: 5px;
}

.editorial p {
  text-align: justify;
  font-size: 11pt;
  padding: 0;
  margin: 0;
}

.editorial h3
	{
	margin-bottom: -5px;
}



.noticias {
  padding: 5px;
  background: #fff url(../images/fade.png) repeat-x bottom;
  margin: 0 0 5px 0;
}
.noticias h2 {
  font-size: 18pt;
}

.noticias table {
  margin-left: 10px;
  margin-bottom: 0;
}
.noticias table td {
  vertical-align: top;
}
.noticias table td .imagen {
  width: 90px;
  height: 85px;
  padding: 8px;
  background: url(../images/t-overlay.png) no-repeat top left;
}
.noticias table td {
  text-align: justify;
}



#navegacion 
{
  text-align: right;
}

#navegacion #headmenu
{
  height: 30px;
  width: 126px;
  background: url(../images/bg-feed.png) no-repeat top center;
  margin: 0 auto;
  padding-left: 30px;
  padding-top: 5px;
  color: #FFFFFF;
  font-weight: bold;
}
#navegacion ul 
{
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}

#navegacion li a 
{
  display: block;
  height: 20px;
  line-height: 20px;
  color: #666;
  padding-left: 20px;
  border-bottom: 1px solid #ededed;
  font-size: 10pt;
}
#navegacion li a:hover 
{
  background: #ededed;
  color: #cc6633;
  font-weight: bold;
}

#navegacion h2 
{
  font-size: 12pt;
  padding: 10px 0 0 0;
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #555;
}

#navegacion h2.first
{
  padding: 0;
  }


/* Footer */
#footer
	{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	}
	
#footer h2 {
  font-weight: lighter;
  font-size: 16pt;
  letter-spacing: -1px;
  font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
}
#footer h3{
  font-size: 14pt;
  font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}
#footer ul {  
  list-style: none;
  margin: 0 10px;
  padding: 0;
}
#footer ul li {
  padding: 0 0 0 15px;
  background: url(../images/readmore.gif) no-repeat left center;
  border-bottom: 1px dotted #ddd;
}

#footer ul li a
	{
	display: block;
	color: #555;
}

#footer ul li a:hover
	{
	background: #fff;
	color: #cc6633;
}

#footer .bloque-a {
  width: 35%;
  float: left;
}
#footer .bloque-b {
  width: 30%;
  float: left;
}

#footer .copyright{
  text-align: center;
  color: #666;
  padding: 0;
  margin-top: -4px;
}

#footer p.link
	{
	margin: 0;
	padding: 5px 0;
	font-weight:bold;
}










.clear
	{
	clear: both;
}

.small
	{
	font-size: 5pt;
}

.sin-borde
{
  border: none;
}







/*
* TABLAS DE CONTENIDOS
*/
table.contenido 
{ 
  border-collapse: collapse;
  width: 97%;
  margin: auto;
  font-size: 8pt;
}

table.contenido th
{
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background: #824900 url(../images/bg_menu_title.jpg) repeat-x top;
  color: #fff;
  text-align: left;
  border-left: solid 1px #A8814D;
  border-bottom: solid 2px #ffffff;
}

table.contenido tr
{
  height: 20px;
}

table.contenido td
{
  padding-left: 10px;
  padding-right: 10px;
  border-left: solid 1px #EED9C3;
  border-bottom: solid 1px #ffffff;
}

table.contenido td.first,table.contenido th.first
{
  border-left: 0px;
}

table.contenido tr.rowA
{
  background-color: #ddd;
}

table.contenido tr.rowB
{
  background-color: #eee;
}

