/*------------------------------------------------------------------------
# JA Erica 1.0 - Dec, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2007 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000006;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 160%;
}

/*pedro controla el color de fuente de la web*/
body#bd {padding: 0;color: #545151; background-color: #FFFFFF;}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1 {
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}
/*Pedro esto controla la fuente de la web*/
body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	color: #0CB2F0;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #0CB2F0;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3 {
	color: #4F4F4F;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createdate, .modifydate {
	color: #666666;
	font-size: 85%;
	/* Nota font-size: 92%; */
}

/* Heading */
h1 {
	font-size: 175%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet-list.gif) no-repeat 18px 9px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #333333;
}

.button {
	padding: 3px 8px;
	border-top: 1px solid #666666;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #666666;
	color: #FFFFFF;
	background: url(../images/but-bg.gif) repeat-x center #666666;
}

* html .button, *+html .button {
	padding: 2px 5px !important;
}

.inputbox {
	margin-bottom: 1px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #0CB2F0;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #666666;
	background-color: #FFFBDB;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 3px 0 3px 25px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 3px 25px 3px 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Blockquote home */
blockquote.home {
	margin: 0 0 5px 0;
	padding: 0;
}

.home span.open {
	padding: 1px 0 2px 15px;
	background: url(../images/open-q.gif) no-repeat left top;
}

.home span.close {
	padding: 2px 15px 1px 0;
	background: url(../images/close-q.gif) no-repeat right bottom;
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #0CB2F0;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #FF3333;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #FF9900;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #0CB2F0;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background-color: #FFFBDB;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 20px 20px 60px;
	border-top: 1px solid #7FD7F7;
	border-bottom: 1px solid #7FD7F7;
	background: url(../images/sticky-bg.gif) no-repeat 10px 10px #EDF9FE;
}

p.download {
	padding: 10px 20px 20px 60px;
	border-top: 1px solid #7FD7F7;
	border-bottom: 1px solid #7FD7F7;
	background: url(../images/download-bg.gif) no-repeat 10px 10px #EDF9FE;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 10px;
	padding: 0 0 5px 30px;
	background: url(../images/checklist-bg.gif) no-repeat 3px 1px;
}

/* Star list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 10px;
	padding: 0px 0 5px 30px;
	background: url(../images/star-bg.gif) no-repeat 4px 1px;
}

/* Arrow list */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	margin-left: 10px;
	padding: 0px 0 5px 30px;
	background: url(../images/list-arrow.gif) no-repeat 4px 1px;
}

/* Smallnumber */
ol.smallnumber {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.smallnumber li {
	margin: 10px 0 10px 20px;
	padding: 3px 0 5px 40px;
	line-height: 150%;
}

ol.smallnumber li.number-1 {
	background: url(../images/n-1.gif) no-repeat left top;
}

ol.smallnumber li.number-2 {
	background: url(../images/n-2.gif) no-repeat left top;
}

ol.smallnumber li.number-3 {
	background: url(../images/n-3.gif) no-repeat left top;
}

ol.smallnumber li.number-4 {
	background: url(../images/n-4.gif) no-repeat left top;
}

ol.smallnumber li.number-5 {
	background: url(../images/n-5.gif) no-repeat left top;
}

ol.smallnumber li.number-6 {
	background: url(../images/n-6.gif) no-repeat left top;
}

ol.smallnumber li.number-7 {
	background: url(../images/n-7.gif) no-repeat left top;
}

ol.smallnumber li.number-8 {
	background: url(../images/n-8.gif) no-repeat left top;
}

ol.smallnumber li.number-9 {
	background: url(../images/n-9.gif) no-repeat left top;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 10px 7px 10px 9px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: bold 20px/normal Arial, sans-serif;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background-color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: -12px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #0CB2F0;
	background-color: #FFFFFF;
	position: relative;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/*Pedro acá se trazan estilos puros del joomla, no se pueden cambiar los nombres porque vienen de configuración*/
table.blog {
	background: url(../images/hdot.gif) repeat-x top;
	
}

.article_seperator {
	display: block;
	background: url(../images/hdot.gif) repeat-x center;
	height: 10px;
}

#ja-col1 .article_seperator, #ja-col2 .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}
/*Pedro*/
table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}


table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
}

table.contenttoc td {
	padding: 3px 5px 3px 22px;
	background: url(../images/arrow.png) no-repeat 10px 9px;
}

table.contenttoc th {
	padding: 5px;
	border-top: 1px solid #F2F2F2;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F2F2F2;
	background: url(../images/grad1.gif) repeat-x bottom #E6E6E6;
	font-weight: bold;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder .sectiontableheader {
	padding: 8px 5px !important;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #F2F2F2;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

table.adminform th {
	padding: 5px;
	border-top: 1px solid #F2F2F2;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F2F2F2;
	background: url(../images/grad1.gif) repeat-x bottom #E6E6E6;
	font-weight: bold;
	text-indent: 5px;
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 155%;
	line-height: 30px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 24px;
	background: url(../images/arrow.png) no-repeat 12px 9px;
}

td.buttonheading {
	padding: 0 0 0 8px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}
/*pedro Nota esto da apariencia a los titulos de las páginas*/
.componentheading {
	padding: 0 0 15px 0;
	margin-bottom: 20px;
	color: #4F4F4F;
	background: url(../images/dot.gif) repeat-x bottom;
	/* Nota font-size: 250%; */
	font-size: 200%;
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 150%;
}

.contentheading {
	padding: 5px 0;
	/* Nota font-size: 250%; */
	font-size: 200%;
}

a.contentpagetitle {
	text-decoration: none;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: underline;
}

a.readon {
	padding-left: 24px;
	float: left;
	display: block;
	background: url(../images/list-arrow.gif) no-repeat 0px center;
	font-size: 92%;
	font-weight: bold;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/list-arrow.gif) no-repeat 4px center;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px;
}

.modifydate {
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 10px 5px 0;
	padding: 0 0 5px;
}

* html .mosimage {
	padding: 0 !important; /*IE 6*/
	margin: 15px 0 10px 0;
}

*+html .mosimage {
	padding: 0 !important; /*IE 7*/
	margin: 15px 5px 10px 0;
}

.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}

.mosimage_caption {
	margin-top: 3px;
	padding: 1px 2px;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
	font-size: 92%;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	padding: 3px 6px;
	border-top: 1px solid #F2F2F2;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F2F2F2;
	background: url(../images/grad1.gif) repeat-x bottom #E6E6E6;
	color: #333333;
	font-size: 92%;
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active,
.pagenav_prev a:hover, .pagenav_prev a:active,
.pagenav_next a:hover, .pagenav_next a:active,
.pagenavbar a:hover, .pagenavbar a:active {
	padding: 3px 6px;
	background: #0CB2F0;
	color: #FFFFFF;
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	border-top: 1px solid #F2F2F2;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F2F2F2;
	background: url(../images/grad1.gif) repeat-x bottom #E6E6E6;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 7px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 7px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/dot.gif) repeat-x bottom #EDF9FE;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* Ajustes de TRC
--------------------------------------------------------- */
	#ja-hp,
#cabecera,
#contiene_mensaje,
#contiene_contenido_cuerpo, 
#contenidos,
#contenidos_articulos,
	#trc_pie,
	p.ja-slogan span 
	{width: 980px; margin: 0 auto; clear: both;}

	
	
		/* ---- bordes del cuerpo --------------------------------------------------------- */

#contiene_contenido_cuerpo 
	{padding: 0; background: url(../images/v-divider-center.gif) repeat-y 80% 0;}
	/*{padding: 0; background: url(../images/v-divider-center.gif) repeat-y 75% 0;}/*

#contiene_contenido_cuerpo #contiene_contenido_cuerpo_img 
	{padding: 0; background: url(../images/v-divider-bot.gif) no-repeat 75% bottom;}
	


/* COLUMNA PRIMARIA --------------------------------------------------------- */
#contiene_contenido_cuerpo #cuerpo 
	{float: left; width: 80%;}

	#cuerpo .trc_contenedor_grande 
		{clear: both; margin: 0; padding: 0 2px 0 0; display: block;}
	
		
	#clase_trc {margin: 0 0 20px;}
	#clase_trc_pre-pie {margin: 0 0 20px;}

	
	
	



				

/* COLUMNAS SECUNDARIAS
--------------------------------------------------------- */
#columna_derecha {float: right; width: 20%; font-size: 92%; overflow: hidden;}

#columna_derecha .trc_contenedor_derecha {padding: 0px 0 20px 10px;} /*Pedro esto tenía antes un padding de 20 y hacía que se bajara el buscador*/

#columna_derecha table {
	border-collapse: collapse;
	border-spacing: 0;
}

#columna_derecha ul {
	margin: 0;
	padding: 0;
}

#columna_derecha ul li {
	padding-left: 13px;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
}


/* CONTIENE CABECERA
--------------------------------------------------------- */
/*Pedro*/ /*separa la cabecera del mensaje*/
#separa_top{height:5px;}

/* Banner Horizontales
--------------------------------------------------------- */
#banner_vertical_dentro{float:left; width:37%; overflow:hidden;}	
	/*#banner_vertical_dentro .moduletable{}*/
	
	
/* Ancho paginas interiores --------------------------------------------------------- */
	
#contenido_pg_interiores{float:right; width:63%;}
#contenido_pg_interiores_grande{float:right; width:98%;}


#banner_trc_horizontal{overflow:hidden;}
#banner_trc_horizontal table.moduletable {width:956px; margin-right:auto; margin-left:auto; height:60px;}

/* Pedro colocar todo lo de los banners aca */
/*Pedro controla el estilo de los banners verticales*/
.tabla_banner_vertical{width:270px; margin-right:auto; margin-left: auto;}	
.tabla_banner_vertical td {background-color: white;}	
.tabla_banner_vertical img{border:5px solid white;}	

#banner_trc_horizontal table.moduletable td {}
#banner_trc_horizontal table.moduletable td img {}	
#banner_trc_horizontal 	tbody tr:hover td, tbody tr:hover th {}

/* Banner Horizontales
--------------------------------------------------------- */


#contiene_cabecera_menu {
	border-bottom: 1px solid #E6E6E6;
	background: url(../images/grad1.gif) repeat-x bottom;
	position: relative;
	z-index: 10;
}
			
	/*Pedro*/    
/* Esta linea controla el interior de la cabecera*/
#cabecera{height: 60px; position: relative; z-index: 999;}
	#cabecera .logo{width: 280px; float:left; margin-left:22px; margin-top:10px}
	#cabecera  .logo a{width: 280px;}
				/*h1.logo {margin: 0;padding: 0;width: 200px; border:1px solid red; position: absolute; top: 0;left: 0; height: 40px;}*/
				/* Pedro Nota cambio de logo*/
				/*h1.logo a {width: 300px; float: left;display: block;background: url(../images/logo_nuevo.png) no-repeat; text-transform: uppercase;text-indent: -5000px;height: 40px;outline: none;}*/


/* Menu de Navegacion --------------------------------------------------------- */
	/*Pedro Nota posiciona el menu superior   #ja-mainnav   por -- menu_superior -- */  
#menu_superior {float:right; width:650px; margin-top:10px; z-index: 10;}
#menu_superior a,
#menu_superior a:hover,
#menu_superior a:active,
#menu_superior a:focus {font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;outline: none;}
#menu_superior span.separator {display: block;}
#menu_superior div.menu {/*pedro por si le quiero dar algun estilo*/}

/* Default Joomla! Menu */
a.mainlevel {
	width: 99%;
	display: block;
	color: #333333;
	background: url(../images/hdot.gif) repeat-x bottom;
	line-height: 32px;
	text-decoration: none;
	text-indent: 5px;
	height: 32px;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #0CB2F0;
	text-decoration: none;
}

a.mainlevel#active_menu {
	font-weight: bold;
}

a.sublevel {
	padding: 5px 4px 5px 15px;
	display: block;
	background: url(../images/bullet-list.gif) no-repeat 5px 12px;
	color: #333333;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #0CB2F0;
	text-decoration: underline;
}

#active_menu {
	color: #0CB2F0;
	font-weight: bold;
}
/*Pedro Muestra la Ruta*/
#ruta {margin: 0; color: #999999; font-size:100%;}
	#ruta img {margin: 0 5px;}
	#ruta a {}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	margin: 0 0 8px;
	padding: 0;
	font-size: 150%;
}

div.moduletable {
	margin-bottom: 10px;
	padding: 10px;
	background: url(../images/grad2.gif) repeat-x top;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-full {float: none;overflow: hidden;} 

/*Pedro esto tiene que ver solo si hay usuario 5*/
.ja-box-leftcol div.moduletable {
	padding: 0 10px 0 0;
}

.ja-box-left div.moduletable {
	padding: 0 05px 0 05px;
	/* Nota padding: 0 10px 0 20px; */
}

.ja-box-right div.moduletable {
	padding-left: 05px; /* 20 */
	/* Nota padding-left: 20px; */
}

div.ja-box-leftcol {float: left; }
/*Pedro  IMAGEN DE CAMBIAR CASA */
#contenedor_mensaje {
	background: url(../images/laterales.jpg) repeat-x gray;
}

#contiene_mensaje {
	/*controla la fotografia*//*controla el formato del mensaje */
		width: 980px; background: url(../images/cabecera_nueva.jpg) no-repeat left top; color: #2b8d25; font-weight:bold; font-size: 130%; line-height: 1.4; height: 113px;}

#contiene_mensaje h3 {display: none;}

/* pedro nota esto está comentado tb en la página index.php*/
/* pedro esto se supone que es apra meter otro contenido a mayores... */

#contiene_mensaje .caja_mensaje {margin-top:0px;padding: 0;	background: url(../images/topimg_comentada.png) no-repeat top left;}



/*Pedro Nota div que se separa de la derecha xxx esto acoje una tabla moduletable*/
#contiene_mensaje .caja_mensaje .moduletable{
	padding: 5px 20px 0 505px;
	width: 340px;
	margin: 0;
	background: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	
}

/*pedro - Esta tabla es la que monta dentro del mensaje*/
table.contentpaneopen {border: none; border-collapse: collapse; border-spacing: 0;}

.narrow #contiene_mensaje .caja_mensaje .moduletable{
	padding: 0 20px 0 410px;
	width: 360px;
}

/*pedro Esto controla la altura del párrafo dentro de esta tabla*/
#contiene_mensaje p {margin-top: 0px;margin-bottom: 5px;}

/*pedro Creo que es para sacar lo de leer mas.....*/
#contiene_mensaje a.readon {float: left; width: 190px; display: block; background: url(../images/big-readon.png) no-repeat right; text-indent: -5000px; height: 61px; outline: none;}

#contiene_mensaje ul {margin: 0;padding: 0;}

#contiene_mensaje li {padding-left: 12px;margin: 0;background: url(../images/arrow.png) no-repeat 2px 10px;}

/* Bottom Spotlight */
/*pedro este contiene y da formato a los contenidos de varios módulos, pero aparentemente controla sólo a noticias y popular. 
A los demás no porque están expandidos*/


#contenidos 
	{color: #333333;}
	
	
	#contenidos div.trc_columna_izquierda 
		{padding-top: 0;padding-bottom: 0;background: none; width:100%;}
	
	#contenidos h3 
		{margin: 0 0 15px 0;padding: 0 0 0 10px;color: #FFFFFF;background: url(../images/casilla_izquierda.gif) no-repeat left ;font-size: 125%;height: 30px;}
		
		#contenidos h3 span 
		{margin: 0; padding: 0; float: left; width: 100%; display: block; background: url(../images/casilla_derecha.gif) no-repeat right; line-height: 28px; height: 30px;}
		
	#contenidos div.moduletable 
		{padding-top: 0;padding-bottom: 0;background: none;}
	
	#contenidos ul 
		{margin: 0 0 0 15px;padding: 0;}

#contenidos li 
{padding-left: 12px;margin: 0;background: url(../images/arrow.png) no-repeat 0 9px;}

#contiene_mensaje td, #contenidos td {
	padding: 0;
}

#contiene_mensaje .article_seperator, #contenidos .article_seperator {
	display: none;
}

#contiene_mensaje table, #contenidos table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FOOTER
--------------------------------------------------------- */
#trc_pie_contenedor {
	clear: both;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	background: url(../images/grad2.gif) repeat-x top;
}

#trc_pie {
	padding: 15px 0 30px;
	position: relative;
}

#trc_pie small {
	padding: 4px 0 0 10px;
	float: left;
	display: block;
	color: #999999;
	font-style: normal;
	line-height: normal;
}

small.trc_copyright {
	position: absolute;
	right: 10px;
}

#trc_pie a {
	color: #666666;
	text-decoration: none;
}

#trc_pie a:hover, #trc_pie a:active, #trc_pie a:focus {
	color: #666666;
	text-decoration: underline;
}

#trc_pie ul {
	margin: 4px 0 5px 10px;
	padding: 0;
	float: left;
	background: url(../images/vline.gif) no-repeat center right;
	line-height: normal;
}

#trc_pie li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#trc_pie li a {
	padding: 0 10px;
	display: inline;
	background: url(../images/vline.gif) no-repeat center left;
	font-size: 92%;
	line-height: normal;
}

/* Search */
#trc_buscador_peque {
	float: left;
	padding-left: 30px;
	display: block;
	background: url(../images/icon-search.gif) no-repeat 10px center;
}

#trc_buscador_peque .inputbox {
	width: 100px;
	color: #666666;
	font-size: 11px;
}

/* USER TOOLS
--------------------------------------------------------- */
#ja-usertools {
	margin: 0;
	padding: 0;
	float: left;
}

#ja-usertools ul {
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
	line-height: normal;
}

.narrow #ja-usertools ul {
	margin: 0 0 0 5px;
}

#ja-usertools ul li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-usertools img {
	padding: 0;
	margin: 5px 0 0;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

#ja-banner {
	text-align: center;
	display: block;
	clear: both;
	margin: 15px 0;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	text-decoration: none;
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_remember {
	border: none;
	background: none;
}
/*pedro nuevo*/
a#ja-hp-switch {
	width: 107px;
	display: none;
	background: url(../images/tapa_suscribirse.png) no-repeat;
	text-indent: -5000px;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 0;
	height: 80px;
	/*outline: none;*/
	z-index: -1000;
}

a#ja-hp-switch:hover,
a#ja-hp-switch:active,
a#ja-hp-switch:focus {
	background: url(../images/tapa_suscribirse.png) no-repeat;
}

#ja-hpwrap {
	background: #4F4F4F;
	color: #CCCCCC;
	font-size: 11px;
}

#ja-hp {
	line-height: normal;
}

div.ja-hpmodule {
	float: right;
	padding: 3px 0 2px;
}

html>body div.ja-hpmodule {
	float: right;
	padding: 5px 0 5px;
}

div.ja-hpmodule form {
	float: left;
}

div.ja-hpmodule form label {
	float: left;
	padding: 0 5px;
}

div.ja-hpmodule form input {
	padding: 1px 5px;
}

div.ja-hpmodule form input.button {
	font-size: 11px !important;
}

* html div.ja-hpmodule input.button, *+html div.ja-hpmodule input.button {
	padding: 1px 5px !important;
}

div.ja-hpmodule form #mod_login_username,
div.ja-hpmodule form #mod_login_password {
	border: 1px solid #666666;
	width: 70px;
	margin-bottom: 0;
	background: #FFFFFF;
}

.narrow div.ja-hpmodule form #mod_login_username,
.narrow div.ja-hpmodule form #mod_login_password {
	width: 50px;
}

div.ja-hpmodule form #mod_login_remember {
	margin-bottom: 0;
}
	
div.ja-hpmodule form a {
	padding-left: 5px;
	border-left: 1px solid #666666;
	color: #F2F2F2;
	text-decoration: none;
}

div.ja-hpmodule form a:hover,
div.ja-hpmodule form a:active,
div.ja-hpmodule form a:focus {
	text-decoration: underline;
}

#ja-newslight a.readon {
	width: 115px;
	padding: 0;
	display: block;
	background: url(../images/readon2.gif) no-repeat;
	color: #4F4F4F;
	font-size: 11px;
	line-height: 28px;
	text-decoration: none;
	text-indent: 30px;
	height: 29px;
}

#ja-newslight a.readon:hover,
#ja-newslight a.readon:active,
#ja-newslight a.readon:focus {
	background: url(../images/readon1.gif) no-repeat;
	text-decoration: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
