/* Title: LiveFromCabo.com  CSS Stylesheet

	Author 		- Pedro Meza
	website 	- LiveFromCabo.com
	file		- style9-template.css
	Copyright	- (c) rednaranja.com 2008
	link		- http://www.rednaranja.com
	license		- Uso autorizado para sitio web livefromcabo.com de Jose Lima
	version		- 1.0.20080701

*/

body {
	font-family:Arial,sans-serif;
	margin:0px;
	color: #6d6d6d;
	font-size: 11px;
	padding:0px;
}
p {
	margin: 0px;
	padding: 5px 0px;
	text-align: justify;
}

h1,h2,h3,h4 {
	margin: 5px 0px;
	padding:0px;
	color:#509dda;
}

h5 {
	margin: 5px 0px;
	padding:0px;
	color:#6d6d6d;
}

h1 {
	font-size: 1.635em;
	text-decoration:none;
	font-weight:normal;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.1em;
}

a {
	color: #298dd4;
	font-weight:bold;
	padding-bottom:1px;
}

a:hover {
	color: #509dda;
	text-decoration: none;
	border-bottom:1px solid #ff5003;
	padding-bottom:0px;
}

#container {
	width: 1000px;
	margin: 0px auto 10px auto;
	text-align: left;
	padding:0px;
	position:relative;
}

#maincontent {
	width: 1000px;
	padding: 0px;
	margin-top:20px;
}

#content {
	width: 625px;
	float: left;
	margin:0px 0px 5px 0px;
	padding:10px 10px 0 10px;
}


/* ************************************************** */
/* HEADER  */
/* ************************************************** */


#search {
	width: 1002px;
	height:29px;
	position:relative;
	top:0px;
	left:-1px;
}

#search .links {
	position:absolute;
	top:10px;
	left:15px;
	font-size: 1.2em;
	color: #979595;
}

#search a {
	font-size: 0.8em;
	color: #979595;
	font-weight: bold;
	text-decoration:none;
	margin:0 !important;
	padding:0 !important;
}

#search form{
	float:right;
	margin:8px 15px 0px 0px;
	z-index:10;
}

* html #search form {
	float:none;
	position:absolute;
	top:8px;
	right:15px;
	width:216px;
	display:block;
	height: 29px;
	margin: 0px;
	padding: 0px;
}

#search label{
	font-size: 1em;
	padding-right: 5px;
	color: #979595;
	font-weight: bold;
}

#search fieldset { border: 0;
	margin:0px;
	padding:0px;
}

#search #go {
	position: relative;
	top: 2px;
}

* html #search #go {
	top: 4px;
}

#search #sitesearch {
	height:10px;
	width:110px;
}

#search a {
	margin:0px 0px 0px 12px;
	padding:0px;
}

#search a img {
	margin:10px 0px 0px 0px;
}

#header {
	width: 1000px;
	margin:0px 0px 0px 0px;
	height:164px;
	background:url('images/logo_livefromcabo.jpg') no-repeat;
	position:relative;
	top:0px;
	left:0px;
}

#lfc_logo {
	margin:5px 0px 0px 0px;
	float:left;
	z-index:100;
	position:absolute;
	display:none;
}

#header h1 {
	color:#305275;
	padding:10px 0px;
	margin:6px 3px;
	display:block;
}

#header h1 span {
	color:#0C213F;
	font-size:1.1em;
	padding:10px 0px 10px 20px;
	background:#d1dae4;
	width:135px;
	display:block;
	float:left;
	position:relative;
	top:-10px;
	margin-right:10px;
	display:none;
}

* html #header h1 { margin-top: 10px; }


/* ************************************************** */
/* NAVEGACION  */
/* ************************************************** */


#headerbar{
	background: white url('images/menu-bg.png') repeat-x 1px;
	height: 37px;
	width: 1000px;
}

#breadcrumbs {
	clear:left;
	font:0.8em arial;
	padding:2px 5px;
	display:block;
	background: #e2e2e2;
	width:990px;
	padding:5px;
	height:10px;
	margin:0px;
}

#menu {
	margin: 0px;
	padding:0;
}

#menu li {
	font-size: 1em;
	margin:0px;
	float:left;
	padding:0px;
	width:111px;
	list-style:none;
	height:34px;
}

* html #menu li {
	width:111px;
}

#menu li a{
	color: #d7d7d7;
	text-decoration: none;
	display:block;
	padding:3px 4px;
	margin:0px;
	font-weight:bold;
	text-align:center;
	height:28px;
	text-transform:uppercase;
	background:url('images/menu-item.png');
}

#menu ul {
	display:none;
}

#menu li a:hover {
	background:url('images/menu-item.png') 0px -34px;
	text-decoration: none !important;
	border-bottom:none;
}

#menu h2{
	margin:10px 0 0 -10px;
}

#menu li.selected a {
	background:url('images/menu-item.png') no-repeat 0px -68px;
	color:#f58220;
}

#menu li.selected a:hover {
	color: #ff5003 !important;
	border-bottom:none;
	text-decoration: none !important;
	background:url('images/menu-item.png')  no-repeat 0px -68px;
}

#sidebar {
	float: left;
	width: 155px;
	xbackground:#6599cd;
	xbackground:white;
	margin:40px 0px 0px 10px;
	height:auto;
	padding:0px;
}

* html #sidebar {
	display:inline;
}

#submenu {
	margin:0px 0px 10px 0px;
	background:white;
}

#submenu li {
	list-style:normal;
	color:#008ADD;
	margin:0px;
	padding:7px 2px;
	margin:0 0 5px 15px;
}

#submenu ul {
	padding:0em;
	margin:0;
}

#submenu li a{
	color: #008ADD;
	text-decoration: none !important;
	padding:0px 5px 1px 12px;
	left:-15px;
	position:relative;
	margin:0px;
	border-bottom:1px solid #008ADD;
	font:12px/18px arial;
	font-weight: normal;
}

#submenu li a:hover {
	border-bottom:1px solid #ff5003;
	color: #ff5003 !important;
}

#submenu li.selected {
	color:#f58220;
}

#submenu li.selected a{
	color:#f58220;
	border-bottom:1px solid #f58220;
	font-weight:bold !important;
}

#submenu li.selected a:hover {
	color: #ff5003 !important;
	border-bottom:1px solid #ff5003;
	text-decoration: none !important;
}

#submenu li h2 {
	display:none;
}

#submenu .submenusplit {
	border-top:1px solid gray;
}

#submenu .submenusplit h2{
	display:none;
}


#sidebar h2,
#panel_izquierdo h2 {
	color: #ff5003;
	text-transform: uppercase;
	font-size: 1em;
	padding-bottom: 10px;
	margin:10px 0px 0px -10px;
}

* html #sidebar {
	display:inline;
}

#sidebar #submenu {
	padding:0px ;

}

#sidebar h2 {
	font-size: 1em;
	color: #ff5003;
	text-transform: uppercase;
	font-family: Helvetica;
	padding-bottom: 10px;
	margin:10px 0 0 -10px;
}

#panel_izquierdo {
	background:white;
	padding:2px 0px 0px 2px;
}

#panel_izquierdo .block {
	margin:0px 0px 15px 0px;
	padding:1px;
	font-size:12px;
}

#panel_izquierdo a {
	color:#f58220;
	text-decoration:none;
	font-weight: normal;
}

#panel_izquierdo img {
	max-width:25px;
	max-height:25px;
	margin:0px;
	display:inline;
	padding:0 5px 0 0;
	vertical-align:middle;
}

* html #panel_izquierdo img {
	width: expression( document.body.clientWidth > 25? "25px" : "auto" );
		/* sets max-width for IE6 */
}

#subpaginas {
	margin:0px;
	padding:0px;
	display:block;
}

#subpaginas ul{
	float: none;
	list-style: none;
	width: auto;
	margin:0px;
	padding:0px;
}

#subpaginas li {
	margin:0px;
	padding:0px 15px 0px 0px ;
	float: left;
	display: block;
	font-size: 0.9em;
}

#subpaginas li a {
	color: #008add;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#subpaginas li a:hover {
	color: #ff6724;
}

#sidebar iframe {
	margin:15px 15px 30px 15px;
}

.menuetretenimiento {
	background:url('images/fondo_ligas.png') no-repeat;
	padding:17px 19px 19px 17px;
	width:560px;
	height:251px;
}

.menuetretenimiento a {
	margin:0px 4px 10px 0px;
	display:block;
}

.menuetretenimiento a:hover {
	border-bottom:1px solid #FBA10F;
}

.menuetretenimiento a img{
	border:none;
}


/* ************************************************** */
/* PAGINA PRINCIPAL */
/* ************************************************** */

#portada .contenido {
	display:block;
	width:300px;
	float:none;
	margin:0px;
}


#portada  .blogpost_primario .encabezadoblogpost img {
	xborder:auto;
	border:none;
	float:left;
	padding:0px 3px 5px 0px;
	width:auto;
	height:auto;
}

#portada .blogpost_primario h3,
#portada .blogpost_secundario h3{
	margin:0px;
	padding:0px;
}

#portada .titulo a{
	text-decoration:none;
	color:#555555;
}

.blogpost_fulltext  .fecha,
#portada .fecha{
	display:block;
	font-size: 0.8em;
	padding:0;
	margin: 5px 0px;;
	color: #ff6e30;
	display: block;
	font-weight:bold;

}

#portada .blogpost_primario {
	width:290px ;
	float:left;
	margin:0px;
}

#portada .blogpost_secundario {
	float:left;
	padding:1px 1px 1px 1px;
	border:none;
	height:auto;
	overflow-y:visible;
	clear:none;
	border-top:1px solid #D1DAE4;
	width:290px;
	margin:10px 0px;
}

.portada .colapost a,
#portada .colapost a{
	padding:5px 0px;
	display:block;
	text-decoration:none;
	height:15px;
	background:url('images/flechita.gif') right no-repeat;
	width:40px;
	margin:0px;
}

#portada .blogpost_primario p,
#portada .blogpost_secundario p {
	margin:0px;
}

#portada  .blogpost_secundario .encabezadoblogpost img {
	border:none;
	float:left;
	padding:0px 7px 2px 0px;
	width:auto;
}

#portada #newsizq {
	width:300px;
	display:block;
	float:left;
}

#portada #newsder {
	width:300px;
	margin-left:320px;
	position:relative;
}

/* *** GRID NEWS *** */
#portada .contenido {
	width:630px;
}
.portada .posttext,
#portada .posttext {
	margin:0px;
	padding:0px;
	font-size:0.9em;
	text-align: justify;
}
#portada .posttext p{
	margin:0px;
	padding:0px;
	text-align: justify;

}

#portada #newsizq {
	width:630px;
	margin:0px;
	padding:0px;
}

#portada h2 {
	display:block;
	float:none !important;
	clear:both;
	width:630px !important;
	margin:10px 0px;
	padding:0px;
}
* html #portada h2 {
	margin:5px 0px 10px 0px;
}
#portada h3 {
	font-size:1.1em;
	margin:0px;
}

#portada .blogpost_primario ,
#portada .blogpost_secundario {
	margin:0px 15px 0px 0px;
	height:130px;
	border:none;
	width:300px;
	display:block;
	padding:0px;
}
.portada .colapost a,
#portada .colapost a{
	float:left;
	padding:0px;
	background:url('images/flechita.gif') right center no-repeat;
	margin:0px;
}

#portada .antiguoshref {
	clear:left;
	display:inline;
	margin:10px 0;
	padding:0px;
}

table.portada,
table#portada {
	width:615px;
}

table.portada td,
table#portada td{
	text-align: justify;	text-align: justify;
}

table#portada td{ padding:0 1px;}

.encuesta {
	clear:left;
	margin:20px 0px 30px 0px;
	width:605px;
	padding:0px;
}

.postal {
	background:url('images/postal.jpg') no-repeat;
	position:relative;
	width:615px;
	height:410px;
	margin:10px 0;
}

.postal .imagen {
	padding:5px 5px 40px 5px;
	background:white;
	display:block;
	float:left;
	border:1px solid #5f5f5f;
	position:absolute;
	left:10px;
	top:50px;
}

.postal .imagen img {
	border:1px solid #5f5f5f;
}

.postal .contenidos{
	float:left;
	color:black;
	position:absolute;
	left:330px;
	top:80px;
}
.postal .contenidos input {
	width:260px;
	height:15px;
}
.postal .contenidos textarea {
	width:260px;
	height:90px;
}

.postal .contenidos .boton{
	width:80px;
	height:22px;
}
.postal .errormsg,
.postal .warnmsg {
	position:relative;
	top:20px;
	width:220px;
}

/* ************************************************** */
/* SECCION DE NOTICIAS SINDICALIZADAS */
/* ************************************************** */

.news {
	margin:0px 0px;
	width:615px;
	position:relative;
}
.news small {
	margin-left:20px;
}
.news .item {
	margin:0 0 0 5px;
}

.news .innernews {
	border:1px solid #D0D0FF;
	border-top:none;
	padding:1px;
}

.news .thumbed {
	width:310px;
	float:left;
	height:80px;
}

.news .thumb {
	margin:0px;
	border:none;
	height:auto;
	float:left;
	padding:0px 10px 0px 0px;
	height:75px;

}


.news h3 {
	font-size:11px;
	text-transform:none;
	padding:5px 0px;
	margin:5px;
	color:#555555;
	display:inline;
}


.news .thumbed h3 {
	float:none;
	margin:0px;

	text-decoration:none;
	color:#555555;
}

.news .leermas {
	display:inline;
	text-decoration:none;
	height:15px;
	width:40px;
	margin:0px 0px 0px 15px;
	background:url('images/flechita.gif') right center no-repeat;
	padding:0px 15px 2px 5px;
	font-size:10px;
}

.news .j .lh {
	margin-top:-20px;
}
.news .fecha,
.news .j .lh b font,
.news .j .lh b {
	color:#FF6600;
}

.news .j .lh a b{
	color:#28A1DB ;
}

/* ************************************************** */
/* LISTADOS  */
/* ************************************************** */

.listing {
	clear:both;
	padding:0px;
	width:615px;
	margin:10px 0px 0 0;
}

.listing .anuncio {
	clear:left;
	padding-bottom:10px;
	xdisplay:block;
}

.listing .anuncio .imagen {
	float:left;
	max-height:76px;
	width:96px;
	overflow:hidden;
}

* html .listing .anuncio .imagen {
	height: expression( this.scrollHeight > 76 ? "76px" : "auto" ); /* sets max-height for IE */
}


.listing .anuncio .imagen img {
	max-height:70px;
	max-width:90px;
	display:block;
	padding:2px;
}

* html .listing .anuncio .imagen img {
	width: expression( document.body.clientWidth > 89 ? "90px" : "auto" ); /* sets max-width for IE */
	height: expression( this.scrollHeight > 70 ? "70px" : "auto" ); /* sets max-height for IE */
}

.listing .anuncio .texto {
	display:block;
	padding:1px 5px;
	font-size:1em;
}

.listing .anuncio .conimagen {
	margin-left:100px;
	vertical-align:center;
}

.listing h4,
.listing h3 {
	margin:0px;
	padding:0px;
	padding:3px 0px 10px 0px;
	font-size:1em;
}


.listing .anuncio .texto h4,
.listing .anuncio .texto h3 {
	margin:0px;
	padding:0px;
	font-size:1em;
}

.listing .anuncio .texto .desc p{
	margin:0px;
	padding:0px;
}

/* ************************************************** */
/* ANUNCIANTES Y BANNERS */
/* ************************************************** */


#topbanner {
	width:642px;
	height:98px;
	border:1px solid none;
	display:block;
}
#topbanner img {
	width:640px;
	height:96px;
}

.bannersHoriz {
	clear:left;
	margin:20px 0 0 0;
	width:615px;
	padding:0px;
}


.bannersHoriz .anuncio {
	clear:both;
	margin:10px 0px 0px 0px;
	padding:3px;
	display:block;
	width:605px;

}
#topbanner .bannersHoriz .anuncio,
#topbanner .bannersHoriz .banner{
	clear:none !important;
	position:relative;
	left:80px;
	top:20px;
}

.bannersHoriz .anuncio .imagen {
	float:left;
}
.bannersHoriz .anuncio .imagen img {
	max-width:90px;
	max-height:70px;
	margin:0px 10px 10px 0px;
}

* html bannersHoriz .anuncio .imagen img {
	width: expression( document.body.clientWidth > 90 ? "90px" : "auto" );
		/* sets max-width for IE */
	height: expression( this.scrollHeight > 70 ? "70px" : "auto" );
		/* sets max-height for IE */
}


.bannersHoriz .anuncio .texto {
	xcolor:black;
}

.bannersHoriz h3 {
	margin:0px;
	padding:3px 0px 3px 0px;
	font-size:1em;
}


.bannersHoriz .banner {
	clear:both;
	margin:10px 0px;
	display:block;
	width:615px;
	height:78px;
}
.bannersHoriz .banner img {
	width:615px;
	height:78px;
}
.bannersHoriz .banner .texto {
	display:none;
}

.bannerBoxes {
	float:right;
	width:158px;
	margin:45px 10px;
	z-index:101;
	xxxborder:2px solid #bfbfbf;
	padding:0px 0px;
	background:white;
	background:#bfbfbf;
}

* html .bannerBoxes {
	position:absolute;

}

.bannerBoxes .banner {
	margin:2px 0px;
}

.bannerBoxes .banner img{
	display:block;
	margin:0px auto 10px auto;
margin:4px;
}

.bannerBoxes .anuncio {
	width:140px;
	max-height:90px;
	border:1px solid #D1DAE4;
	margin:2px auto;
	padding:5px;
}
* html .bannerBoxes .anuncio {
	height: expression( this.scrollHeight > 90 ? "90px" : "auto" );
		/* sets max-height for IE */
}

.bannerBoxes h4,
.bannerBoxes h3 {
	margin:0px;
}


.bannerBoxes .anuncio .texto {
	font-size:1em;
}

.bannerBoxes .anuncio .texto h3 a{
	color:black !important;
}

.bannerBoxes .anuncio .texto h3 a:hover{
	color:#908f8f !important;
}

#content .logo,
.anunciante .logo {
	float:left;
	margin:5px 10px 5px 0px;
}

.anunciante h3 {
	padding:15px 0px 5px 0px;
	font-size:1.2em;
}

.anunciante h4 {
	padding:5px 0px;
	font-size:1.1em;
}

.anunciante .texto {
	display:inline;
}

.anunciante .contacto {
	clear:both;
	margin:20px 0px;
	padding:0px;
	display:block;
	width:600px;
}

.anunciante .contacto h3 {
	display:none;
	clear:both;
}


.anunciante .contacto .info {
	margin:0px;
}

.anunciante .contacto .info div {
	float:left;
	margin:0px 10px 0px 0px;
}
.anunciante .contacto .info h4 {
	clear:right;
	margin:0px;
}

.anunciante .contacto .info span{
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
}

.anunciante .contacto .info pre {
	font-family:arial;
	margin:0px;
	padding:0px;
}

.anunciante .contacto .fincontacto {
	clear:both;
}

#content > .galeria,
.anunciante .galeria {
	clear:both;
	margin:0px;
	padding:0px;
	display:block;
	width:600px;
}

.anunciante .galeria h3 {
}

#content > .galeria .fingaleria,
.anunciante .galeria .fingaleria {
	clear:both;
}


.anunciante .adicional {
	clear:both;
	margin:20px 0px;
	padding:0px;
	display:block;
	width:600px;
}

.anunciante .adicional h2 {
	clear:both;
}

.anunciante .adicional table {
width:600px;
}

.anunciante .adicional table td{
	width:200px;
}

.anunciante .adicional table li{
	margin-left:13px;
}
.anunciante .adicional .opcion {
	margin:10px 10px 0px 0px;
}

.anunciante .adicional .opcion h4 {
	margin:0px;
	padding:0px;
}

.anunciante .adicional .opcion pre {
	font-family:consolas,lucida console,courier;
	margin:0px;
}

.anunciante .adicional .finadicional{
	clear:both;
}


/* ************************************************** */
/* FOROS Y BLOGS */
/* ************************************************** */


.foros {
	width:615px;
	margin-top:10px;
}


.foros a {
color:#1D5F9F;
}

.foros a:hover {
border:none;
text-decoration:underline;
color:#EC7107 !important;
}

.foros td{
	margin:0px;
	padding:0px;
}

.foros .iconoforo{
	width:60px;
	text-align:center;
}

.foros .iconoforo img{
	width:50px;
}

foros td.iconotopico {
	background:url('images/grads.png') repeat-x 0px -525px;
	text-align:center;
}


.foros .iconotopico img,
.foros .iconoforo img {
	border:none;
}


.foros td.upostforo,
.foros td.postsforo,
.foros td.viewsforo{
	font-size:10px;
}


.foros .forotitular{
	color:black;
	background:white ;
}
.foros .forotitular a {
	color:white;
}

.foros .forotitular td {
	border-top:1px solid white;
	border-bottom:1px solid white;
	padding:4px;
	height:auto;
	vertical-align:middle;
	background:#6D9DCE url('images/grads.png') repeat-x 0px -260px;
	color:white;
}


.foros .forotitular .tituloforo  a {
	display:block;
	color:white;
	font-size:16px;
	font-weight:bold;
	padding:4px 0px;

}

.foros .forotitular .tituloforo br {
	display:none;
}

.foros .forotitular .iconoforo {
	background:#6D9DCE url('images/grads.png') repeat-x 0px -258px;
	text-align:center;
}
.foros .forotitular .iconoforo img {
	display:none;
}

.foros .forotitular .upostforo{
	background:#6D9DCE url('images/grads.png') repeat-x 0px -262px;
	text-align:right;
}

.foros .forotitular .postsforo{
	background:#6D9DCE url('images/grads.png') repeat-x 0px -264px;
	text-align:center;
}

.foros .forotitular .viewsforo{
	background:#6D9DCE url('images/grads.png') repeat-x 0px -266px;
	text-align:center;
}




.foros .forosecundario .iconoforo {
	background:#6D9DCE url('images/grads.png') repeat-x 0px -450px;
	text-align:center;
	vertical-align:center;
	padding:4px 0px;
}

.foros .forosecundario .tituloforo {
	border:none;
	vertical-align:top;
	background:#6D9DCE url('images/grads.png') repeat-x 0px -520px;
	color:black;
	padding:4px;
}


.foros .forosecundario td.upostforo {
	color:black;
	padding:4px;
	background:#6D9DCE url('images/grads.png') repeat-x 0px -540px;
	text-align:right;
	vertical-align:top;
}

.foros .forosecundario td.postsforo {
	color:black;
	padding:4px;
	background:#6D9DCE url('images/grads.png') repeat-x 0px -520px;
	text-align:center;
	vertical-align:top;
}

.foros .forosecundario td.viewsforo {
	color:black;
	padding:4px;
	background:#6D9DCE url('images/grads.png') repeat-x 0px -540px;
	text-align:center;
	vertical-align:top;
}


.foros tr.topico.invisible td{
	background:#f3f3f3;
	color:#777;
}

.foros tr.topico.sticky td{
}

.foros td.iconotopico {
	text-align:center;
	background:#6D9DCE url('images/grads.png') repeat-x 0px -480px;

}
.foros td.titulotopico {
	color:black;
	padding:4px;
	background:#6D9DCE url('images/grads.png') repeat-x 0px -480px;
}

.foros td.uposttopico,
.foros td.poststopico,
.foros td.viewstopico {
	font-size:10px;
	color:black;
	padding:4px;
	vertical-align:top;
}

.foros td.uposttopico {
	background:#6D9DCE url('images/grads.png') repeat-x 0px -500px;
	text-align:right;
}

.foros td.poststopico {
	background:#6D9DCE url('images/grads.png') repeat-x 0px -480px;
	text-align:center;
}

.foros td.viewstopico {
	background:#6D9DCE url('images/grads.png') repeat-x 0px -500px;text-align:center;
	text-align:center;
}

.foros .statsforo{
	width:150px;
	font-size:10px;
	border:1px solid #D3D3D3;
}

.foros .statstopico {
	width:auto;
	font-size:10px;
}

.foros thead {
	background:#0A213D;
}
.foros thead th {
	color:white;
	padding:4px;
	border-right:1px solid white;
	border-top:1px solid white;
	border-bottom:1px solid white;
}

.foros thead .titulotopico {
	color:white;
	background:url('images/grads2.png') repeat-y -600px 0;
}


.foros .uposttopico {
	width:120px;
	text-align:center;
}

.foros td.uposttopico {
}

.foros .poststopico {
	width:50px;
	text-align:center;
}

.foros .viewstopico {
	width:30px;
	text-align:center;
}
.foros .permalink {
	width:50px;
	font-size:8px;
}

.foros .permalink a{
	font-size:10px;
}


.foros .encabezadopost {
	background:#0A213D;
	margin-top:4px;
}
.foros .encabezadopost td{
	color:white;
	padding:4px;
	border-top:8px solid white;
}



.foros .encabezadopost .fecha {
	border-right:1px solid white;
}
.foros .encabezadopost .titulo {
	background:url('images/grads2.png') repeat-y -600px 0;
	color:white;
	width:392px;
	padding:4px;
}

.foros .encabezadopost .permalink {
	border-left:1px solid white;
	}

.foros .encabezadopost img {
	vertical-align:middle;
}

.foros .encabezadopost .titulo a,
.foros .encabezadopost .permalink a{
	text-decoration:underline;
	font-weight:bold;
	color:white;
}

.foros .poster {
	width:140px;
	padding:0px 0px 5px 15px;
	background:#6D9DCE url('images/grads.png') repeat-x 0px -450px;
	color:#222;
	border-left:1px solid #0A213D;
	border-bottom:1px solid #0A213D;
}

.foros .poster .user {
	display:block;
	font-weight:bold;
	font-size:1.1em;
}

.foros .poster .desde,
.foros .poster .lugar,
.foros .poster .mensages {
	display:block;
	font:10px arial;
}


.foros .poster .mensages {
	padding-bottom:0px;
}

.foros .posttext {
	vertical-align:top;
	padding:4px;
	background:#6D9DCE url('images/grads.png') repeat-x 0px -480px;
	color:#222;
	border-bottom:1px solid #0A213D;
	border-right:1px solid #0A213D;
}

.foros .responder {
	display:block;
	margin-top:10px;
}

.adminbox {
	width:300px;
	clear:left;
	margin:10px 2px 2px 2px;
	border:1px solid white;
	font:9px verdana;
	background:#A7C1DF;
	padding:2px;
	display:block
	color:black;
}


.foros .forotitular td .adminbox {
	color:black;
}

.foro_sencillo .comentarios {
	width:600px;
	border-top:2px solid #d0d0ff;
	padding:0px 10px;
	margin:20px 0px;

}

.foro_sencillo h3{
	margin:0px;
	font-size:12px;

}
.foro_sencillo .fecha {
	display:inline;
}

.foro_sencillo .encabezadoblogpost a img {
	border:none;
	float:left;
	padding:0px 5px 5px 0px;
}

.foro_sencillo .encabezadopost {
	padding:10px 0px 0px 0px;
	display:block;
	margin:0px;
}

.foro_sencillo .encabezadopost a img {
	border:none;
	vertical-align:middle;
	padding:5px;
}

.foro_sencillo .encabezadopost .poster,
.foro_sencillo .encabezadopost .titulo {
	border-left:1px solid #66f;
	padding:0px 2px 0px 7px;
	font-weight:bold;
}

.foro_sencillo .encabezadopost .titulo a{
	font-size:12px;
}

.foro_sencillo .encabezadopost .poster{
	padding:0px 2px 0px 7px;
	font-weight:normal;
	font-size:10px;
	font-style:italic;
}
.foro_sencillo .colapost {
	display:block;
	margin:0px;
	padding:1px 10px 3px 15px;
	border-bottom:1px dashed #66f;
	font-style:italic;
	font-size:smaller;
}

.responder {
	padding:10px;
}

.foro_sencillo .blogpost_intro {
	height:auto;
	padding:1px;
	border-bottom:1px dashed #66f;
	margin-bottom:5px;
}

.foro_sencillo .blogpost_intro .colapost {
	border-bottom:none;
}



.foro_sencillo .leermas {
	display:inline;
	text-decoration:none;
	height:15px;
	width:40px;
	margin:0px;
	background:url('images/flechita.gif') right center no-repeat;
	padding:0px 15px 2px 0px;
	font-size:10px;
}

/* ************************************************** */
/* FOOTER  */
/* ************************************************** */


#footer {
	clear: both;
	background-color: white;
	width:640px;
	margin:20px auto;
	display:block;
}

#footerizq {
	width:319px;
	float:left;
	margin:10px 0 0 0;
}

#footerder {
	width:319px;
	float:right;
	margin:10px 0 0 0;
}

#footer h3 {
	margin: 0px 0px 5px 0px;
	padding:0px;
	color:#008ADD;
}

#footerder ul {
	margin:0px;
}

#footerder li {
	color: #008ADD;
	margin-left:10px;
}
#footerder li span{
	color: #6d6d6d;
}


#footerizq img,
#footerder img {
	margin:0 10px 0 0;
	float:left;
}

#footer #newsgo {
	position:relative;
	top:4px;
}

#copyright {
	background-color: #fff;
	width:640px;
	margin:20px auto 10px auto;
	display:block;
	clear:both;
}

#copyright p {
	font: italic 1em helvetica, licida, arial;
	color: #828282;
	padding-top: 5px;
	text-align: center;
	margin:0px;
}



#copyright .xrna:hover {
	background:#FCBE81;
	color:#FD4400 !important;
	font:bold 9px verdana;
	text-decoration:none !important;
	text-transform:uppercase;
	padding:1px 1px 1px 0px;
}

#copyright .xrna:hover span {
	color:#FCBE81;
	background:#FD4400;
	/*padding:1px;*/
}

/* ************************************************** */
/* PANELES ADMINISTRATIVOS */
/* ************************************************** */


.formatedForm {
	width:auto;
	padding:0px;
	color:black;
	font-size:1em;
	border:none;
}

.formatedForm .row {
	padding-top:5px;
	margin:0px 4px;
}

.formatedForm .claro {
	background:#C3D0DF !important;
	display:block;
	margin-right:50px;
}

.formatedForm fieldset {
	background:#D1DAE4;
	border:none;
	border-bottom:1px solid #C0C0C0;
	margin:10px 0px;
}

.formatedForm h3 {
	background:#EBEBEB;
	color:#ff5003;
	border:1px solid #C0C0C0;
	font-size:1.1em;
	}

.formatedForm input,
.formatedForm select {
	width:13em;
}
.formatedForm .long{
	width:25em;
}

.formatedForm textarea.small {
	width:25em;
	height:5em;
}

.lista {
	padding:0px;
	font-size:1.1em;
	width:auto;
	}


.lista thead {
	background:#EBEBEB;
	color:#ff5003;
	border:1px solid #C0C0C0;
	font-size:1.1em;
	}
.lista thead td {
	border-bottom:1px solid #C0C0C0;
	padding:5px 5px;
}
.lista thead a {
	color:#ff5003;
}
.searchterm {
	color:yellow;
	background:black;
}

.clears {
	clear:both;
}

.formatedForm a.button{
	color:white  !important;
	text-decoration: none;
	margin:2px !important;
	padding:2px 8px !important;
}

.formatedForm a.button:hover {
	color:white  !important;;
	text-decoration: none !important;
}

