/******************************************
*   Cuerpo                        
******************************************/

* {
  margin:0;
  padding:0;
  }

body,html { 
  min-height:101%; 
  }
	
body {
  background: #030303 url(images/backgrounds/body.jpg) center top no-repeat;
  color: #F1EAC9;
  padding: 13px 0 25px 0;
	}

body, select {
  font: 12px Arial, Verdana, Sans-Serif;
  line-height:1.5em;
  }
	
/******************************************
*   Vínculos                        
******************************************/	  
a:link, a:active, a:visited {
  font-weight: bold; 
  color:#CFC8A8;
  text-decoration: none; 
  } 
  
a:hover	{ 
  font-weight: bold;
  color:#DECD84;
  text-decoration: underline; 
  }

/******************************************
*   Tíulos y encabezados                        
******************************************/	  
.title:link, .title:active, .title:visited { 
  color: #9B542E; 
  text-decoration: none;
  } 
	
.title:hover { 
  color: #FF7E33; 
  text-decoration: underline;
  } 

h1 {
  color: #9B542E;
  font-size: 1.8em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  margin: 0px 10px 0px 0px;
  padding: 20px 0px 0px 10px;
  }
	
h2 {
  color: #DECD84;
  font: 1.8em Georgia, "Times New Roman", Times, serif;
  padding-bottom:8px;
  border-bottom:1px solid #666;
  margin: 20px 0;
  }

h3 {
  font: 1.1em Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  font-weight:bold;
  color:#9B542E;
  }	
  
h3 a:link, h3 a:active, h3 a:visited  {
  text-decoration:none;
  }
  
h3 a:hover {
  text-decoration:underline;
  }

h4 a:link, h4 a:active, h4 a:visited  {
  color:#DECD84; text-decoration:none;
  }
  
h4 a:hover {
  text-decoration:underline; color:#CFC8A8; 
  }
  
h3#comments {
  margin-top:32px
  }

h3 a:link, h3 a:visited {
  color: #DECD84;
  }

h4 {
  font-size:1.2em;
  margin-bottom:6px;
  }
  
h3#respond {
  font-size:1.1em;
  border-top:1px solid #666;
  margin-top:25px;
  padding-top:20px
  }    
  
/******************************************
*   Listas                       
******************************************/	 
.bullets li a { 
  text-decoration:none;
  }
  
.bullets li a:hover { 
 text-decoration:underline;	
 }

.tags a {
 text-decoration:none;
  }
  
.tags a:hover {
 text-decoration:underline;
 }

.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {
  text-decoration:none;
  }
  
.commentmetadata a:hover {
  text-decoration:underline;
  }

/******************************************
*   Imágenes                       
******************************************/
img { 
  border:1px solid #1F1F1F; padding:1px; 
  }

.wp-caption {
  text-align: center;
  background-color: #fff;
  margin-top:5px;
  margin-right: 15px;
  margin-bottom:0px;
  }

.wp-caption img{
  padding:2px;
  border:1px solid #999;
  }

.wp-caption img:hover{
  border:1px solid #333;
  }

.wp-caption p.wp-caption-text {
  color:#666;
  font-size: 10px;
  line-height: 12px;
  padding: 7px 4px 2px 5px;
  margin: 0;
  }

/******************************************
*   Alineamientos                       
******************************************/
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float: left;
  margin: 4px 15px 5px 0;
  }

.alignright {
  float: right;
  }

.hidden {
  display: none;
  }
/******************************************
*   Propiedades Float                       
******************************************/
.clearfloat:after {
  display:block;
  visibility:hidden;
  clear:both;
  height:0;
  content:".";
  }
	
.clearfloat {
  display:inline-block;
  }	

.clearfloat {
  display:block;
  }

/******************************************
*   Elementos HTML                        
******************************************/	
textarea {
  background: #090909;
  border: #1D1D1D solid 1px;
  color: #CCC;
  }	
	
input {
 background: #090909;
  border: #1D1D1D solid 1px;
  color: #7F6767;
  height: 20px;
  padding: 2px;
 }	
	
.searchinput {
  background: transparent;
  border: none;
  color: #7F6767;
  height: 20px;
  padding: 2px;
  }	
	
p {	margin: 15px 0;	}

hr {
  display: block;
  height:1px;
  background:#333;
  border:0;
  }

small {
  font-size: 0.9em;
  padding:3px 6px;
  }
      
/******************************************
*   Elementos de forma                       
******************************************/	
select {
  background:#0F0F0F;
  border:1px solid #1D1D1D;
  width:100%
  }

#searchform { 	
  padding:0 18px 0 0; 	
  }

.searchbutton {
  background: url(images/lupa.png) no-repeat left top;
  height: 24px;
  width: 24px;
  border: none;
  text-indent: -999%;
  line-height: 1px;
  }

.searchbutton:hover {
  background: url(images/lupaahover.png) no-repeat left top;
  height: 24px;
  width: 24px;
  border: none;
  text-indent: -999%;
  line-height: 1px;
  }
  
.button {
  background: url(images/enviar.jpg) no-repeat left top;
  height: 30px;
  border: none;
  text-indent: -999%;
  line-height: 1px;
  }

.button:hover {
  background: url(images/enviarhover.jpg) no-repeat left top;
  height: 30px;
  border: none;
  text-indent: -999%;
  line-height: 1px;
  }

#commentform input {
  width: 170px;
  margin: 5px 5px 1px 0;
  }

#commentform textarea {
  width: 100%;
  margin-top:5px;
  }
		
/******************************************
*   Contenedor de la pÃ¡gina                         
******************************************/
#page { 
  width:880px;
  margin:0 auto;
  margin-top:-31px;
  font-size:1em;
  background:#090909;
  padding: 10px 25px 35px 25px;
  border-left:2px solid #0F0F0F;
  border-right:2px solid #0F0F0F;
  border-bottom:2px solid #0F0F0F;
  }

/******************************************
*   Cabecera                         
******************************************/
#header {
  width:880px;
  margin:0 auto;
  font-size:1em;
  padding: 10px 25px 35px 25px;
  }
  
/******************************************
*   Top menu                        
******************************************/
div.kwicks_container {
  width: 886px;
  height:49px;
  margin-top:-18px;
  margin-left:-28px;
  padding-top:10px;
  padding-left:50px;
  background: url(images/backgrounds/);
  }
 
.kwicks {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  width:840px;
  height:50px;
  z-index:2;
  }

.kwicks li {
  display: block;
  float: left;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  width: 100px;
  height: 35px;
  z-index:2;
  cursor:pointer;
  }

.kwicks li a {
  background-image:url(images/sprites_menu.png);
  background-repeat:no-repeat;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
  font-size: 14px;
  letter-spacing: -0.07em;
  color: #AF3636;
  height: 40px;
  outline:none;
  display:block;
  z-index:100;
  cursor:pointer;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -3px;
  margin-left: 5px;
  text-decoration: none;
  }

.kwicks li h3 {
  position: absolute;
  width: 120px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
  font-size: 10px;
  color: #999;
  letter-spacing: -0.02em;
  outline:none;
  z-index:0;
  cursor:pointer;
  text-transform: uppercase;
  font-weight: normal;
  margin-left: 5px;
  text-decoration: none;
  left: 0px;
  top: 15px;
  right: 0px;
  bottom: 0px;
  }
  
#kwick_1, #kwick_2, #kwick_3, #kwick_4, #kwick_5, #kwick_6, #kwick_7 {
  margin: 0pt;
  overflow: hidden;
  position: absolute;
  display: block;
  width: 120px;
  }

#kwick_1 {
  left: 0px;
  border: none;
  }

#kwick_2 {
  left: 120px;
  }

#kwick_3 {
  left: 240px;
  }

#kwick_4 {
  left: 360px;
  }

#kwick_5 {
  left: 480px;
  }

#kwick_6 {
  left: 600px;
  }
  
#kwick_7 {
  right: 0px;
  }

#kwick_1 a {
  background-position:0px 0px;
  }

.kwicks a:hover, .kwicks #active {
  color: #9B542E;
  }

.kwicks li a:hover h3, .kwicks li #active h3 {
  color: #DECD84;
  }

#kwick_2 a {
  background-position:0px -50px;
  }

#kwick_3 a {
  background-position:0px -100px;
  }

#kwick_4 a {
  background-position:0px -150px;
  }

#kwick_5 a {
  background-position:0px -200px;
  }

#kwick_6 a {
  background-position:0px -250px;
  }

#kwick_7 a {
  background-position:0px -300px;
  }

/******************************************
*  Logo                     
******************************************/  
#logo {
  width:880px;
  height:203px;
  }
  
/******************************************
*  Metamenú                      
******************************************/
.underlinemenu{
  font-weight: bold;
  width: 570px;
  }

.underlinemenu ul{
  padding: 6px 0 7px 0; 
  margin: 0;
  text-align: left; 
  }

.underlinemenu ul li{
  display: inline;
  }

.underlinemenu ul li a{
  color: #F1EAC9;
  padding: 6px 3px 4px 3px; 
  text-decoration: none;
  border-bottom: 3px solid gray;
  }

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
  border-bottom-color: #9B542E;
  }	
  
/******************************************
*   Contenedor Superior                       
******************************************/
#topcontent {
  width:100%;
  float:left;
  }
  
/******************************************
*   Featured                      
******************************************/  
#featured {
  float:left;
  border: 1px solid #0F0F0F;
  padding: 7px;
  background-color: #181818;
  overflow: hidden;
  width: 515px; 
  height: 350px;
  }
  
#topcontent .featured img {
  width: 515px;
  height: 350px;
  }
  
#topcontent .featured {
  overflow: hidden;
  position: relative;
  width: 515px; 
  height: 350px;	
  overflow: hidden;
  }
  
#topcontent .featured .text {
  }
  
#topcontent .featured-img {
  margin-top: 10px;
  }
  
#topcontent .featured-img .text h2 {
  font-size: 1.5em;
  background-image: none;
  margin-bottom: 4px;
  padding: 0;
  }
  
#topcontent .featured-img .text h2 a {
  color: #FFFFFF;
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
  }
  
#topcontent .featured-img .text p {
  line-height: 1.4em;
  font-size: 1em;
  color: #FFFFFF;
  padding-bottom: 10px;
  }
  
#topcontent .featured-img .text .next {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase;
  }
  
#topcontent .featured-img .text .continue:hover {
  text-decoration: none;
  }
  
#topcontent .featured .photo {
  list-style-type: none;
  }
  
#topcontent .photo li {
  position: absolute;
  top: 0; left: 0;
  z-index: 0;
  }
  
#topcontent .photo li.first {
  z-index: 2;
  }
  
#topcontent .featured .text {
  list-style-type: none;
  }
  
#topcontent .featured .text li {
  width: 230px; height: 320px;
  position: absolute;
  top: 0; right: -280px;
  padding: 15px;
  color: #ffffff;
  font-family: Verdana;
  background: url(images/shade.png) repeat 0 0;
  z-index: 4;
  }
  
#topcontent .featured .text li.first {
  right: 0;
  }  
    
/******************************************
*  Slider                      
******************************************/  
#slider {
  float:left;
  width: 530px; 
  height: 360px; 
  position: relative; 
  overflow: hidden; 
  border: #0F0F0F solid 2px;
  background: url(images/backgrounds/slider.jpg);
  }

#slider img {
  border:none;
  }

#sliderContent {
  width: 530px; 
  position: absolute;
  top: 0;
  margin-left: 0;
  }
  
.sliderImage {
  float: left;
  position: relative;
  display: none;
  }
  
.sliderImage span {
  position: absolute;
  font: 10px/15px Arial, Helvetica, sans-serif;
  padding: 10px 13px;
  width: 530px;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  color: #fff;
  display: none;
}

.clear {
  clear: both;
  }
  
.sliderImage span strong {
  font-size: 14px;
  }
  
.top {
  top: 0;
  left: 0;
 }
 
.bottom {
  bottom: 0;
  left: 0;
  }
  
ul { 
  list-style-type: none;
  }

.left {
  float:left;
  }

.right {
  float:right;
	}
	
.navigation {
  text-align:center;
  }	

/******************************************
*   Columna horizontal superior                       
******************************************/
#topcol {
  float:left;
  padding-top:43px;
  padding-top:43px;padding-bottom:20px;
  width:882px;
  background: url(images/backgrounds/topcool.jpg) no-repeat;
  }
	
#topcol img {
  margin-bottom: 4px;
  display:inline;
  }	
  	
#topleftcol {
  float:left;
  width:280px;
  margin-left:12px;
  margin-bottom:10px;
  }
	
#topmiddlecol {
  float:left;
  width:282px;
  margin-left:22px;
  margin-top:0px;
  color:#9B542E;
  }
	
#toprightcol {
  float:right;
  width:250px;
  margin-right:12px;
  }		

/******************************************
*   Subscripción                       
******************************************/
#subscribe {
  font-size:12px;
  width:280px;
  margin-top:35px;
  }
	
#subscribe .feed li{
  margin-bottom:5px;
  padding-left:20px;
  background:url(images/rss.gif) no-repeat;
  }
  
/******************************************
*   Redes Sociales                       
******************************************/
#redes {
  width:120px;
  margin-top:10px;
  }
	
.redes li{
  padding-bottom:5px;
  }	

.myspacerollover {
  display: block;
  width: 120px;
  height: 35px;
  background: url(images/redes/myspace.jpg) no-repeat;
  font-size:0px;
  }
		
a.myspacerollover:hover {
  background-position: -120px;
  }			

.facebookrollover {
  display: block;
  width: 120px;
  height: 35px;
  background: url(images/redes/facebook.jpg) no-repeat;
  font-size:0px;
  }
		
a.facebookrollover:hover {
  background-position: -120px;
  }

.twitterrollover {
  display: block;
  width: 120px;
  height: 35px;
  background: url(images/redes/twitter.jpg) no-repeat;
  font-size:0px;
  }
		
a.twitterrollover:hover {
  background-position: -120px;
  }

.youtuberollover {
  display: block;
  width: 120px;
  height: 50px;
  background: url(images/redes/youtube.jpg) no-repeat;
  font-size:0px;
  }
		
a.youtuberollover:hover {
  background-position: -120px;
  }
  
 /******************************************
*   Contenido                       
******************************************/ 
#content {
  padding: 0 15px 15px 15px;
  width:575px;
  float:left;
  background: #181818;
  border:#0F0F0F solid 2px;
  margin-bottom:18px
  }

#content .clearfloat {
  background: url(images/backgrounds/dividerpost.jpg) no-repeat left bottom;
  padding:12px 0;
  }
	
#content .dividerseccion {
  background: url(images/backgrounds/dividerseccion.jpg) no-repeat left bottom;
  padding:12px 0;
  }			
	
#content img {
  margin:3px 10px 3px 10px;
	float:left;
  }
	
.masseccion{
  padding-top:10px;
	padding-right:20px;
	text-align:right;
  }
	
.masseccion a {
  text-decoration: none;
	color:#7F6767;
  }
   
.masseccion a:hover	{
  text-decoration: underline;
	color:#5D5D5D;
    }	
/******************************************
*   Formato para los Posts                       
******************************************/	
.entry {
  padding-bottom:28px;
  text-align:justify;
  }

.post blockquote {
  font-style: oblique;
  font-size: 14px;
  font-weight: bold;
  color:#666;
  background:#0F0F0F;
  padding:6px 14px;
  margin:18px 35px;
  border-right:3px solid #1D1D1D;
  border-bottom:3px solid #1D1D1D;
  }	

.post ul li {
  list-style:square;
  margin-bottom:5px;
  margin-left:42px;
  }

.post ol li {
  margin-bottom:5px;
  margin-left:48px;
  }
	
#tags {
  padding:3px;
  border-bottom:1px solid #DDD;
  border-top:1px solid #DDD;	
  }	
	
.postmetadata {
  font-size:0.9em;
  margin:0 0 10px 0;
  padding:5px 15px 5px 20px;
  background:#181818 url(images/headers/commentshd.jpg) no-repeat;
  border-top:1px solid #0F0F0F;	
  border-bottom:1px solid #0F0F0F;	
  }
 
/******************************************
*   Formato para los comentarios                       
******************************************/
.commentlist {
  padding-left:30px;
  }
	
.commentlist li {
  margin: 15px 0 3px;
  padding: 8px 15px 10px 15px;
  background:url(images/backgrounds/dividercomments.jpg) no-repeat left bottom;
  }

.commentlist blockquote {
  color:#666;
  padding:6px 14px;
  margin:18px 35px;
  border-right:1px solid #0F0F0F;
  border-bottom:1px solid #0F0F0F;
  }	

#commentform small {
  font-weight:bold;
  padding:0;
  }
	
.commentmetadata {
  display: block;
  }

.commentlist small {
  font-size:12px;
  font-weight:bold;
  background:url(images/headers/commentshd.jpg) no-repeat left top;
  padding-left:20px;
  }

.gravatar{
  width:40px;
  height:40px;
  float:left;
  border:2px solid #0F0F0F;
  }
    
/******************************************
*   Contenido adicional del index                     
******************************************/  	
#contentdos {
  padding: 0 15px 15px 15px;
  width:575px;
  float:left;
  background: #181818;
  border:#0F0F0F solid 2px;
  margin-bottom:18px
  }

#contentdos .clearfloat {
  background: url(images/backgrounds/dividerpost.jpg) no-repeat left bottom;
  padding:12px 0;
  }
	
#contentdos .dividerseccion {
  background: url(images/backgrounds/dividerseccion.jpg) no-repeat left bottom;
  padding:12px 0;
  }			
	
#contentdos img {
  float:left;
  margin:3px 10px 4px 0;
  }	
/******************************************
*   Alineamientosecciones                       
******************************************/
#seccionestop {
  width:580px;
  margin-bottom:15px;
  float:left;
  }
  
#seccionesbottom {
  width:580px;
  float:left;
  }  
/******************************************
*   Grupos                         
******************************************/
#grupos {
  width:282px;
  margin-top:15px;
  padding-top:30px;
  float:left;
  background: url(images/backgrounds/grupos.jpg) no-repeat top left;
  }
	
#grupos img {
  padding:1px;
  border:1px solid #0F0F0F;
  float:left;
  margin:3px 10px 4px 0;
  }	
	
#grupos p { 
  margin:0;	
  }	

#grupos .dividerseccion {
  padding:12px 0;
  }	
	
/******************************************
*   Discos                         
******************************************/
#discos {
  width:282px;
  margin-top:15px;
  padding-left:10px;
  padding-top:30px;
  float:left;
  background: url(images/backgrounds/discos.jpg) no-repeat top left;;
  }
	
#discos img {
  padding:1px;
  border:1px solid #0F0F0F;
  float:left;
  margin:3px 10px 4px 0;
  }	
	
#discos p { 
  margin:0;
  }	

#discos .dividerseccion {
  padding:12px 0;
  }	
	
/******************************************
*   Entrevistas                         
******************************************/
#entrevistas {
  width:282px;
  margin-top:0px;
  padding-top:30px;
  float:left;
  background: url(images/backgrounds/entrevistas.jpg) no-repeat top left;;
  }
	
#entrevistas img {
  padding:1px;
  border:1px solid #0F0F0F;
  float:left;
  margin:3px 10px 4px 0;
  }	
	
#entrevistas p { 
  margin:0;	
  }	

#entrevistas .dividerseccion {
  padding:12px 0;
  }	

/******************************************
*   Conciertos                        
******************************************/	
#conciertos {
  width:282px;
  margin-top:0px;
  padding-left:10px;
  padding-top:30px;
  float:left;
  background: url(images/backgrounds/conciertos.jpg) no-repeat top left;;
  }
	
#conciertos img {
  padding:1px;
  border:1px solid #0F0F0F;
  float:left;
  margin:3px 10px 4px 0;
  }	
	
#conciertos p { 
  margin:0;	
  }	

#conciertos .dividerseccion {
  padding:12px 0;
  }	
  
/******************************************
*   Noticias                         
******************************************/	
#noticias {
  width:575px;
  text-align:justify;
  margin-top:15px;
  padding-top:35px;
  float:left;
  background: url(images/backgrounds/noticias.jpg) no-repeat top center;
 }
	
#noticias img {
  padding:1px;
  border:1px solid #0F0F0F;
  float:left;
  margin:3px 10px 4px 0;
  }	
	
#noticias p { 
  margin:0;	
  }	

#noticias .clearfloat {
  padding:12px 0;
  }

/******************************************
*   Columna lateral                         
******************************************/	
#sidebar {
  width: 250px;
  float:right;
  }
	
#sidebar img {
  border:none;
  }		

.subnav li {
  list-style:none;
  }

#sidelist li {
  list-style:none;
  }
	
.bullets li {
  margin:0 0 5px 15px;
  list-style:square;
  border-bottom: #030303 dotted 1px;
  }
	
#sidelist .bullets li {
  list-style:square;
  margin-bottom:5px;
  margin-left:22px;
	}

#sidelist .children {
  background:#090909;
  }

#sidelist .children li {
  background: #090909;
  list-style: none;
  margin-left:15px;
  padding-left:15px;
  border-bottom:1px solid #fff;
  }

#sidelist .feed li{
  margin-bottom:5px;
  padding-left:20px;
  background:url(images/rss.gif) no-repeat;
  }

.subnav li a:link, .subnav li a:visited {
  background: #fff;
  display:block;
  padding:4px 4px 4px 20px;
  border-bottom: 1px solid #999;
  }
		
.subnav li a:hover, .subnav li a:active {
  background: #090909;
  text-decoration:none;
  }

#sidelist a:link, #sidelist a:active, #sidelist a:visited {
  text-decoration:none;
  }
  
#sidelist a:hover {
  text-decoration:underline;
  }
  
#sidelist .children li a, #sidelist .children li a:visited {
  padding:2px 2px 2px 0px;
  border:0;
  background:#090909;
  color: #666;
  }
  
#sidelist .children li a:hover, #sidelist .children li a:active	{
  color:#000;
  text-decoration:none;
  }

#sidebar h2, #sidebar h3 a {
  font: 1.1em Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  margin-bottom:4px;
  font-weight:bold;
  color:#9B542E;
  }

#sidebar h3, #sidebar h2 {
  font-size:1.1em;
  padding:10px;
  margin:20px 0 15px 0;
  color:#9B542E;
  background: url(images/backgrounds/hsidebar.jpg) no-repeat;
  }

/******************************************
*   MenÃº de categorÃ­as                         
******************************************/		
#sidemenu {
  width: 220px;
  margin-bottom:10px;
  padding:50px 15px 15px 15px;
  background: url(images/backgrounds/menulateral.jpg) no-repeat;
  }
	
#sidemenu li a {
  height: 32px;
  font-weight:bold;
  voice-family: "\"}\""; 
  voice-family: inherit;
  height: 24px;
  text-decoration: none;
  }
  	
#sidemenu li a:link, #sidemenu li a:visited {
  color: #CFC8A8;
  display: block;
  background: url(images/backgrounds/sidemenu.jpg);
  padding: 8px 0 0 15px;
  }
	
#sidemenu li a:hover, #sidemenu li a:active {
  color: #DECD84;
  background: url(images/backgrounds/sidemenu.jpg) 0 -32px;
  padding: 8px 0 0 15px;
  text-decoration:none;
  }

/******************************************
*   PromociÃ³n grupos                         
******************************************/			
#promotion {
  width: 220px;
  margin-bottom:12px;
  padding:50px 15px 10px 15px;
  background: url(images/backgrounds/promotion.jpg) no-repeat;
  }	
	
/******************************************
*   Enlázanos                        
******************************************/		
#linktous {
  width: 220px;
  margin-bottom:12px;
  padding:50px 15px 10px 15px;
  background: url(images/backgrounds/linktous.jpg) no-repeat;
  }		

/******************************************
*   Banners laterales                       
******************************************/	
#sidebanners{
	margin-bottom:12px;
	}	

/******************************************
*   Columna horizontal inferior                       
******************************************/		
#bottomcol {
  float:left;
  padding-top:43px;
  width:882px;
  background: url(images/backgrounds/bottomcol.jpg) no-repeat;
  }
	
#bottomcol img {
  margin-bottom: 4px;
  display:inline;
  }	
  
#bottomleftcol {
  float:left;
  width:280px;
  margin-left:12px;
  margin-top:10px;
  }
	
#bottommiddlecol {
  float:left;
  width:282px;
  margin-left:35px;
  margin-top:10px;
  color:#9B542E;
  }
	
#bottomrightcol {
  float:right;
  width:250px;
  margin-right:12px;
  }		  
  
/******************************************
*   Últimos Comentarios                       
******************************************/	
#lastcoments {
  font-size:12px;
  width:270px;
  margin-top:-5px;
  margin-left:-7px;
  color:#9B542E;
  }
	
#lastcoments .lastcoments li{
  margin-bottom:3px;
  padding-left:20px;
  background:url(images/user.png) no-repeat;
  border-bottom: #090909 solid 1px;
  }
	
/******************************************
*   Pie de Página                        
******************************************/
#footer {
  margin: 0 auto;
  width: 900px;
  font-size:0.9em;
  }
	
#footer img{
  border:none;
  }	
	
#footerleft {
  margin: 0 auto;
  padding-top:8px;
  padding-bottom:8px;
  width: 450px;
  float: left;
  text-align:left;
  }	
	
#footerright {
  margin: 0 auto;
  padding-top:15px;
  width: 450px;
  float: right;
  text-align:right;
  }	
  
#footer a {
  text-decoration: none;
  }
   
#footer a:hover	{
  text-decoration: underline;
    }