/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #393;
}
#wrapper { 
 margin: 0 auto;
 width: 990px;
 background: url(../images/bg.png) repeat-y;
}
#header {
 width: 960px;
 float: left;
 padding: 0;
 border: 0;
 height: 143px;
 margin: 0px 0px 0px 15px;
}

#headerTop {
 width: 960px;
 padding-top: 10px;
 border: 0;
 height: 25px;
 margin: 0;
 background: #393;
}

#fecha{
 color: #fff;
 margin-left: 30px;
 font-size: 10px;
 width: 300px;
 float:left;
}

#headerBottom { 
 width: 960px;
 border: 0;
 background: url(../images/header.png) no-repeat;
 margin: 0;
 padding: 0;
 height: 118px;
}

#navigation {
 float: left;
 width: 960px;
 padding: 0;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
 margin: 0px 0px 5px 15px;
 
}
#leftcolumn { 
 color: #333;
 border: 0;
 margin: 0px 5px 5px 25px;
 padding: 10px;
 height: auto;
 width: 650px;
 float: left;
 background: #fff;
}
/*------------------Columna Derecha---------------*/
#right
{
   width: 260px;
	
}

#right h3
{
width: 260px;
height: 50px;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;
background: url(../images/titlesidebar.png) no-repeat;
}

#right ul {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
	background: url(../images/title_bottom.gif) repeat-x top;
}

#right li  {
	padding: 7px;
	padding-left: 10px;

}

#right .sub
{
	background: url(../images/small.gif) no-repeat 10px 8px;
	padding-left: 30px;
}
#right .img
{
	padding-left: 30px;
	padding-top: 10px;
}

#right a {
	color: #208A06;
}
#right a:hover {
	color: #208A06;
	text-decoration:none;
}
#right a:visited {
	color: #208A06;
}

#right p
{
font-size: 10px;
padding-left: 10px;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 0;
 margin: 0px 25px 5px 0px;
 padding: 0;
 height: auto;
 width: 260px;
 display: inline;
 background: #fff;
}
#title {
 padding-left: 25px;
 padding-top: 12px;
}
/*------------------Fin Columna Derecha---------------*/

#footer { 
 width: 950px;
 clear: both;
 color: #333;
 border: 0;
 background: #393 url(../images/footer.png) repeat-x;
 margin: 0px 0px 0px 15px;
 padding: 10px 0px 0px 10px;
 height: 40px;
}
#footer a{ 
  color: #fff;
  text-decoration: none;
}
#footer a:hover{ 
  text-decoration: underline;
}
/* ----------------Page Menu-----------------*/
#pagemenu{
 float: right;
 margin-right: 30px;
 width: auto;
 color: #fff;
 }

#navlist {
  /* remove the list bullets */ 
  list-style-type:none; 

  /* remove the list padding */
  padding:0; 
  
  /* set the height required */
  height:auto; 
  
  /* centre the list */
  margin:0 auto; 
  }

#navlist li {
  /* set up the width and height of the list items */
  display:block;  
  width:7em; 
  height:2em;

  /* float them in one horizontal line */
  float:left; 

  /* add a gap between each list item */
  margin-right:0.2em;
  }

#navlist li em {
  /* remove the emphasized text style */
  font-style:normal; 

  /* make the text black */
  color:#000;
  }
#navlist a{
 color: #fff;
 text-decoration: underline;
 }
 #navlist a:hover{
 text-decoration: none;
 }
/* ------------------Fin Page Menu-------------------------*/

/*--------------- Posts----------------------*/
#posts {
 width: 650px;
 background: #fff;
 color: #000;
 height: auto;
}
#posts h1 {
 font-size: 26px;
 color:#393;
 line-height:18px;
 padding-bottom:9px;
}
#posts h2 {
 font-size: 18px;
 color:#393;
 line-height:18px;
 padding-bottom:9px;
}
#posts b {
 font-size: 10px;
 color:#393;
 padding-bottom:9px;
}
#posts .contenedorNoticias {
 border-top:1px solid #DDDDDD;
 background:url(../images/tituloNoticias.jpg) top repeat-x;
 padding:8px 10px 10px;
 margin-bottom: 8px;
}
#posts a {
 color: #393;
 text-decoration: none;
}
#posts a:hover{
  text-decoration: underline;
}
/*---------------Fin Posts----------------------*/