@charset "utf-8";
/* CSS Document */


body{
		background:#000000 url(../img/bgbody.jpg) no-repeat top center;
		text-align: center;
	  margin: 0;
	  padding: 0 0 15px 0;
	  font-family: trebuchet ms, arial, helvetica, sans-serif;
	  color:#C5AF97;
}

a{
	color:#A67D51;
}

a:hover{
	color:#FE0000;
}

img{
	border:0;
}

#main h1{
	color:#A47E51;
	margin-top:5px;
	font-size:18px;
}

.clear{
	clear:both;
	height:0;
}

/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  padding: 0;
  }

#header {
  padding: 0;
  margin: 0;
  height: 81px;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 470px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #C7B39A;
  font-size: 9px;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #C7B39A;
  text-decoration: none;
  }

#header #logo {
  float: left;
  width: 420px;
  margin: 22px 0 0 0;
  padding: 0;
}

#header #logo img {
	border:0;
}

#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #C7B39A;
  font-size: 17px;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #C7B39A;
  font-size: 15px;
  text-align:center;
  }


/* Menu */

#catnav {
  margin: 20px 0 0 0;
  padding: 0;
  clear: both;
  height: 44px;
  width: 960px;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
        
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 12px;
  color: #C7B39A;
  letter-spacing: -1px;
  text-decoration:none;
  }

#nav li a:hover {
  color: #FD0004;
  text-decoration: none;
  display: block;
  text-decoration:underline;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
        
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
        
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #C7B39A;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
        
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }



/* Top Content */

#main {
  margin: 5px 15px 0 15px;
  clear: both;
  width: 930px;
  padding-bottom: 5px;
  }
#contentwrapper {
  float:left;
  width: 720px;
  margin: 0 0 15px 0;
  padding: 0px;

}#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 5px;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 12px;
  letter-spacing: -1px;
  color: #C7B39A;
  font-weight: normal;
  background: url(images/bg-trans.png) repeat;
  padding: 0px;
  }
.topPost {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  }
.topPost h2.topTitle a {
  font-size: 15pt;
  font-weight: normal;
  color: #2A9F00;
  letter-spacing: -2px;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #abd1ea;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #cdcdcd;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #FF0;
  }
.topPost p.topMeta a:hover {
  color: #ccc;
  }
.topPost div.topContent {
  font-size: 9pt;
  color: #efefef;
  margin: 8px 0;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #FF0;
  }
.topPost div.topContent img {
  border: 2px #C7B39A solid;
  }.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #ff9933;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 10px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #eee;
  }.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  background: url(images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #C7B39A;
  border: 1px solid #111;
  }

.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #C7B39A;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  }
.topPost span.topComments a {
  color: #C7B39A;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #C7B39A;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #C7B39A;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #C7B39A;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #C7B39A;
  }




.em_amarillo{
	color: rgb(255, 204, 0); 
	font-size: 12px;
	font-weight:bold;
}

.sala{
	width:160px;
	margin:5px;
	padding:5px;
	font-size:13px;
	float:left;
	background:#1D0601;
}

.sala div.txt{
	float:left;
	width:97px;
	
}

.sala div.idios{
	float:right;
	width:60px;
	text-align:right;
	padding-top:3px;
}

.sala div.cabcam{
	background:url(../img/online_animated.gif) no-repeat left 7px;
	padding:0 0 5px 10px;
	color:#FFFFFF;
	font-size:14px;
}

.paginador .pag{
	padding:2px;
	
}

.paginador .pag_act{
	font-weight:bold;
	background:#180300;
}

#sidebars{
	background:transparent url(../img/bg-trans.png);
	width:190px;
	float:right;
	padding:5px;
}


.chica_pago{
	width:230px;
	float:left;
	text-align:center;
}

.iframe_pago{
	float:right;
}

.chica_pago h2{
	color:#A67C52;
	font-size:16px;
	margin:0;
	padding:0 0 10px 0;
}

.chica_pago img{
	border:solid 5px #A67D51;
}

.pics_galeria img{
	float:left;
	margin:7px;
	padding:2px;
	border:solid 1px #A67C52;
	background:#1D0601;
}

.pics_galeria img:hover{
	background:#FE0000;
}

#fd_holder ul{
	list-style:none;
}

#fd_holder li{
	display:inline;
	margin:2px;
}
