/*------------------------------------------------------------------------
# JA Teline II 1.0 - April, 2008
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 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 {
	background: #FFFFFF;
	color: #000000;
	
	font-family: Arial, sans-serif;
	line-height: 1.5;
}

body#bd {
	color: #000000;
	font-size: 13px; /*letras tecto*/
	background:#fff url(../images/fondo.png);
	background-repeat:repeat-x;
	background-attachment:fixed;*/
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #006699;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #CC0000;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text noticias completas */
.contentheading  {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 250px;
	line-height: 1.1;
	color: #0066CC;
	
}

/*tr, td, div {
	font-family:  Arial, sans-serif ;
	font-size: 50px;
	color: #333;    /*editar texto noticias*/ 


/* Title text
.contentheading, .componentheading, h1, h2, h3, h4 {
	font-family: Cambria, "Times New Roman", Times, serif;
	line-height: 1.1;
	color: #ff0000;
	font-size: 45px;
} */













/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
p.site-slogan, a.readon, #ja-pathway, #ja-footer {
	font-size: 92%;
}

small, .small {
	color: #999999;
}

img {
	margin: 0;
	padding: 0;
}

img.caption {
	margin-top: 5px;
}

.img_caption {
	color: #999999;
}

/* Heading */
h1 {font-size: 225%; font-weight: normal;}
h2 {font-size: 200%; font-weight: normal;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Arial, sans-serif;
	font-size: 100%;
	
}

.inputbox {
	border: 1px inset #ABABAB;
	padding: 3px 3px;
	color: #333333;
	background: #FFFFFF;
}

.button {
	padding: 2px 8px;
	border: 1px outset #ABABAB;
	background: #F7F7F7;
	font-size: 100%;
	font-weight: bold;
}

* html .button { /*IE 6*/
	padding: 2px 3px !important;
}

*+html .button { /*IE 7*/
	padding: 2px 3px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	clear: both;
	display: block;
	height: 30px;
	background: url(../images/dot.gif) repeat-x center;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

.mosimage {
	margin: 15px 10px 5px 0;
	padding: 0 0 5px;
}

.mosimage_caption {
	color: #AEAEAE;
}

.article-content {
	padding: 0 10px 0 0;
}

.article-content .article-image {
	padding:5px 10px 0px 0px;
}

.blog-content-tr {
	background: url(../images/dot.gif) repeat-x top;
}

.blog-content-table-parent {
	background: url(../images/dot.gif) repeat-x 0 99%;
	padding-bottom: 20px;
}

.blog-content-table {
	margin-bottom: 10px;
}

.blog-content-td {
  border-left: 1px solid #CCCCCC;
}

.blog-content-td .contentpaneopen td {
	padding-left: 10px !important;
}

.blog-content-td-first {
}

/* content tables */
td.sectiontableheader {
	background: #666666;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 4px 4px 6px;
	border-bottom: 1px solid #CCCCCC;
}

tr.sectiontableentry0:hover td,
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background-color: #EBF2F9;
}

tr.sectiontableentry2 td {
	background-color: #F7F7F7;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	font-size: 92%;
}

table.contenttoc a {
}

table.contenttoc td {
	
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	/*border-left: 1px solid #CCCCCC;*/
	/*border-top: 1px solid #CCCCCC;*/
	padding: 0;
	/*border-right: 1px solid #CCCCCC;*/
	width: 100%;
	/*border-bottom: 1px solid #CCCCCC;*/
	
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4.3px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #F7F7F7;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
}

.blog_more strong {
	display: block;
	font-size: 125%;
	margin: 0 0 5px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	
	margin: 0;
	padding: 0 0 0 17px;
}

.category {
	font-size: 125%;
	font-weight: bold;
}

h1.componentheading, .componentheading {
	margin: 0 0 10px;
	padding: 0 0 5px;
}

.componentheading {
	font-size: 250%;
	font-weight: normal;
	border-bottom: 5px solid #ABABAB; 
}

.contentdescription {
	display: block;
	padding: 10px;
	margin: 10px 0;
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 165%; /*texto titulo noti completo*/
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #F7F7F7;
	font-style: italic;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0 8px 0 0;
}

.contentheading {
	font-size: 250%;
}

table.blog .contentheading {
	font-size: 170%; /*letras tirulo*/

	padding: 10px 0 5px 0;
	font-weight: bold;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	display: block;
	float: left;
	text-align: center;
	clear: both;
	padding: 0 5px;
	text-transform: lowercase;
	background: #666666;
	color: #FFFFFF;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: #006699;
	color: #FFFFFF;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
	padding: 5px 0;
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto 0;
	padding: 0;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 5px;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.article-tools {
	display: block;
	margin: 0 0 10px;
	width: 100%;
	clear: both;
	color: #ABABAB;
	position: relative;
}

.article-section, .article-category {
	color: #999999;
	font-size: 92%;
	text-transform: uppercase;
}

.createby {
	padding: 3px 5px 3px 5px;
	text-transform: uppercase;
}

.createdate {
	padding: 0px 5px 0px 0 !important;
	/*text-transform: uppercase;*/
	color: #ABABAB;
}

.modifydate {
	text-transform: uppercase;
	color: #ABABAB;
}

div.buttonheading {
	position: absolute;
	top: -25px;
	right: 0;
	width: 62px;
	padding: 3px;
}

.buttonheading img {
	margin: 0 5px 0 0;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	padding: 0;
	border: 0;
}

#borde{
border: 1px solid #CCCCCC;
text-align: left;                /*borde pagina*/
width: 995px;
margin: auto;
background: #ffffff
}


#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}



#ja-bor{
	/* see primary style css */
	position: absolute;
	top: 114px; 
	    /*botones red social*/
	right: 2px;
	display: block;
	}
	
	
	#ja-ralla{
	/* see primary style css */
	position: absolute;
	top: 169px;
	right: 262px;
	display: block;
    border-left: 1px solid #dde1e5;
	height: 480px; /*356px*/

	}
	
	
	
	
	#tv{
	
	position: absolute;
	top: 113px;
	right: 94px;
	display: block;
   
	
	}
	
	
	
	
	
	
	
	
	
	
	

#tiempo{
	/* see primary style css */
	
	position: absolute;
	top: -18px;
     width: 150px;
	 height: 50px;
	right: 100px;
    display: block;
      color: #000000;
	border: 0;


}






#publi{
	/* see primary style css */
	

	position: absolute;
	top: 128px;
	left: 121px; /*75*/
    display: block;
	line-height: 13px;
    width: 256px;
	border: 0;
	
	}
	
	#centropubli{
	padding: 0px 3px 0px ;
	
	display: block;
	 border: 0px solid #cccccc;
	}
	
	
	 
	 #bordecentral{
	 background: url(../images/dot.gif) repeat-x bottom;
	margin: 2px;
	padding-bottom: 5px;
	}
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 


#pudosz0{
	/* see primary style css */
   
	
	
	
	color: #ff0000;
	
	
	
	
	

}

#pudos1{
	/* see primary style css */
 
	padding: 2px 5px 0px;
	
	display: block;
	
}





#pudos2 {
	/* see primary style css */
	
	padding: 0px 5px 0px;
	
	display: block;

		
	
	
	
	text-align: justify;
	width: 67%; /*65*/
	
	border: 0;
	
}
















#buscarq {
	/* see primary style css */
	
	position: absolute;
	top: 202px;
	right: 10px;
	display: block;
	border: 0;
}

#loginx {
	/* see primary style css */
	
	position: absolute;
	top: 34px;
	left: 85px;
	display: block;
     width: 295px;
	 
	border: 0;
	}
	

#mocai{
	/* see primary style css */
	
	position: absolute;
	top: 60px;
	font-weight: bold;
	left: 450px;
	width: 100px;
    display: block;
    color: #000000;
	border: 0;
}

#logo3{
	/* see primary style css */
	
	position: absolute;
	top: 0px;
	font-weight: bold;
	left: 0px;
	width: 996px;
    display: block;
    color: #000000;
	border: 0;
}


#logogoogle {
	/* see primary style css */
	
	position: absolute;
	top: 173px;
	right: 12px;
	display: block;
/*width: 1265px;
	height: 57px;*/
	border: 0;
	}




#fecha{
	/* see primary style css */
	
	position: absolute;
	top: -46px;
    color: blue;
	left: 152px;
    display: block;
     border: 0;

	
}



                                   
#moca{
	/* see primary style css */
	
	position: absolute;
	top: -45px;
	font-size: 11px;
	left: 124px;
    display: block;
      color: #000000;
	border: 0;

}


#fondoaancho {
	/* barra de busqueda centrada */
	
	position: absolute;
	top: 46px;
	

	
	display: block;
	
	
	position: absolute;

	border: 0;
	
    left: 615px;
	/*width: 600px;*/
	border: 0;
	
	
	
}


#com {
    position: absolute;
	top: 2px;
	clear: both;
	float: left;
	color: #666666;
	font-weight: bold;
	left: 93px;
	
	display: block;
	border: 0;
}







#rss{
	/* see primary style css */
	
	
	
	
	display: block;
	position: absolute;
	
	top: -112px;
	right: 275px;
	
	

	
	
	
}



#rss1{
	/* see primary style css */
	
	
   
	display: block;
	position: absolute;
	right: 50px;
	top: -41px;
	/*left: -150px;*/
	

	
}



#web{
	/* see primary style css */
	
	position: absolute;
	top: 172px;
	
	display: block;
/*width: 1265px;
	height: 57px;*/
	border: 0;
}








#ss1{
	/* see primary style css */
	
	position: absolute;
	top: 172px;
	right: 5px;
	display: block;
/*width: 1265px;
	height: 57px;*/
	border: 1;
}

#buscar {
    position: absolute;
	top: 1px;
	clear: both;
	float: left;
	left: 346px;
	display: block;
	border: 0;
}





#google {
	/* imagen buscar */
	
	position: absolute;
	top: 1px;
	left: 20px;
	display: block;
    /*width: 66px;
	height: 20px;*/
	border: 0;
}


#busqueda {
	/* see primary style css */
	position: absolute;
	top: 1px;
	height: 15px;
	left: 203px;
	display: block;
/*width: 1265px;
	height: 57px;*/
	border: 1;
}


























#ja-header,
#ja-mainnav,
#ja-subnav,
#ja-container,
#ja-footer {
	width: 991px;  /*ancho de pagina*/
	margin: 0 auto;
	clear: both;
}







.auto #ja-header,
.auto #ja-mainnav,
.auto #ja-subnav,
.auto #ja-container,
.auto #ja-footer {
	width: 98%;
}

#ja-container {
	
	
background: url(../images/vline.gif) repeat-y 400px 0px;

	

	 /*imagenes borde*/
	
	

}


#ja-container-inner {
	background: url(../images/vline.gif) repeat-y 726px ; /*lado dercho raya*/
	
	
	


}
/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content, ja-container {
     
	clear: both;
	display: block;
	float: left;

	
	width: 39.3%; /*65*/
	
}

#ja-content  div.ja-innerpad {
	padding: 0px 0px 0 11px;  /*editar distancia izquierda*/
}

/* COLUMNS
--------------------------------------------------------- */
#ja-colwrap {
	float: right;
	overflow: hidden;
	width: 58.3%;   /*centro margen*/
	
}


/*#ja-innerpadari{
   
	
	display: block;
    left: 0px;
	overflow: hidden;

	
	
   }*/

	


#ja-colmass, ja-cols {
	
	clear: both;
	width: 60%;
} 

/*masstop*/
#ja-colmass  {
	background: #FFFFFF;
}

#ja-colmass div.ja-innerpad {
	padding: 0 0 0 0px;
	background: #FFFFFF;
}

/*columns*/
#ja-col1 {
	float: left;
	overflow: hidden;
	width: 52%; /*otra centro, para la derecha*/
	clear: both;
}

#ja-col1 div.ja-innerpad {
	padding: 0 0px 0 0px;
}

#ja-col2 div.ja-innerpad {
	padding: 0 0 0 7px;     /*era 15px*/ 
	top: 45px;
} 

#ja-col2 {
    
		float: right;
	overflow: hidden;
	top: 45px;
	width:  264px; 
	/*derecho lado*/
}



/*otracolumnaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-left2 {
	float: left;
	
	
	padding: 3px 0 0px 0px;
	width: 151px; 
	
	display: block;
	
	margin: 0px;
	

}




/* COLUMNS
--------------------------------------------------------- */






/*columns*/

/*#ja-col12 {
	float: left;
	

	overflow: hidden;
	padding: 0 0 0px 195px;
	width: 523px; 
	display: block;
	 border: opx solid #cccccc;
}
*/






/*#ja-medio {
	float: left;
	
	overflow: hidden;
	padding: 15px 0 0px 150px;
	width: 570px; 
	display: block;
	 border: opx solid #cccccc;
}*/



#ja-col12 {
	float: left;
	
	text-align: justify;
	overflow: hidden;
	padding: 0px 0 0px 10px;
	width: 548px; 
	display: block;
	 
}

#ja-figureo{
	float: left;
	
	text-align: justify;
	overflow: hidden;
	padding: 7px 0px 0px 18px;
	width: 270px; 
	display: block;
	 
}


#ja-tecnologia{
	float: left;
	text-align:left;
	overflow: hidden;
	padding: 7px 0px 0px 0px;
	
	width: 260px; 
	display: block;
	 
}








#ja-col12 div.ja-col12rax {
	float: left;
	padding: 0px 8px 0px;
	width: 568px; 
	display: block;
	 border: 1px solid #cccccc;
	 
	 
}








#ja-col22 {
		padding: 0px 0px 0px 0px;
	
	display: block;
	 border: 0px solid #cccccc;
	float: right;
	
	
	text-align: justify;
	width: 25.9%;

	
}



#ja-videos{
	float: left;
	
	
	padding: 3px 0 0px 0px;
	width: 531px; 
	 height: 320px;
	display: block;
	  background: url(../images/doth.gif) repeat-x bottom;
	margin: 0px;
	
	padding-bottom: 2px;
}



#ja-eventos{          /*para poner videos*/
		padding: 0px 0px 0px 0px;
	
	display: block;
	 border: 0px solid #cccccc;
	float: right;
	
	
	text-align: justify;
	width: 427px;
	 height: 320px;
	background: url(../images/doth.gif) repeat-x bottom;
	margin: 3px;
	padding-bottom: 2px;
	
	
}


/*common style for column*/
#ja-colwrap a {
}

#ja-colwrap a:hover, #ja-colwrap a:active, #ja-colwrap a:focus {
}

#ja-colwrap table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-colwrap .article_separator {
	display: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap, #ja-containerwrap-c, #ja-containerwrap-cm, #ja-containerwrap-f, #ja-containerwrap-m {
	margin: 14px 0; /*editar aqui ancho entre contenido y menu*/
	clear: both;
}

/* full */
#ja-containerwrap-f #ja-container , #ja-containerwrap-f #ja-container-inner  {
	background: #FFFFFF;
}

#ja-containerwrap-f #ja-content {
	width: 100%;
}

/* content + col + mass */
#ja-containerwrap-cm #ja-container {
	background: url(../images/.gif) repeat-y 67% 0;
}

#ja-containerwrap-cm #ja-container-inner {
	background: none;
}

#ja-containerwrap-cm #ja-col1,
#ja-containerwrap-cm #ja-col2 {
	width: 60%;
}

/* content + col */
#ja-containerwrap-c #ja-container {
	background: url(../images/hline.gif) repeat-y  733px 0; /*raya  noticias completas*/
}

#ja-containerwrap-c #ja-container-inner {
	background: none;
}

#ja-containerwrap-c #ja-content {
	width: 72%; /*tamaņo letras completas*/
}

#ja-containerwrap-c #ja-colwrap {
	width: 266px; /*margen dercho modulo*/
}

#ja-containerwrap-c #ja-col1,
#ja-containerwrap-c #ja-col2 {
	width: 98%; /*acho maqui modulo derecho noti com0pletas*/
}

/* content + mass */
#ja-containerwrap-m #ja-container {
	background: url(../images/hlinen.gif) repeat-y 65% 0;
}

#ja-containerwrap-m #ja-container-inner {
	background: none;
}

/* MODULE
--------------------------------------------------------- */
/*modulo imagenes pasando*/

#top2 div.moduletable h3 {
	margin: 0 0 0px;
	padding: 0px 0;
	color: #222222;
	font-size: 22px;
	background: #F3F3F3;
	border: 1px solid #ff0000;
		text-align: center;
	font-family: Cambria, "Times New Roman", Times, serif;
	
}


#verde div.moduletable h3 {
	margin: 0 0 0px;
	padding: 0px 5px;
	color: #000000;
	font-size: 14px;
	background: #00CC00;
	border: 1px solid #000000;
    left: 12px;
	font-family: Cambria, "Times New Roman", Times, serif;
	
}


#azul div.moduletable h3 {            /*Noticas nacionales*/
	position: absolute;
	margin: 0px 0px;
	padding: 2px 200px;
      
	font-family: Cambria, "Times New Roman";
	width: 700px;
	color: #000000;
	font-size: 15px;
       
		

}



#amarillo div.moduletable h3 {            /*Deportes*/
	margin: 0px 0px;
	padding: 14px 0px 0px 30px;
     
	
	width:958px;
	color: #232323;
	font-size: 14px;
	/*background: #f1f1f1;*/
	border: 0px solid #000000;
        
	font-family: Cambria, "Times New Roman", Times, serif;
	
	position: absolute;
	
	font-weight: bold;
	
    display: block;
   
	

}


#mamey div.moduletable h3 {            /*Deportes*/
	margin: 0 0 0px;
	padding: 0px 5px;
	width: 418px;
	color: #000000;
	font-size: 15px;
	background: #fea42f;
	border: 1px solid #000000;
        left: 12px;
	font-family: Cambria, "Verdara", Times, serif;
	

}

#rosado div.moduletable h3 {            /*Deportes*/
	margin: 0 0 0px;
	padding: 0px 5px;
	color: #000000;
	font-size: 15px;
	background: #fd59ba;
	border: 1px solid #000000;
        left: 12px;
	font-family: Cambria, "Verdara", Times, serif;
	

}



div.moduletable h3,
div.moduletable_hilite h3 {
	margin: 0 0 0px;
	padding: 0px 0; 
	color: #1D1D1D;
	
	font-size: 150%; /*titulo modulo*/
}

div.moduletable,
div.moduletable_hilite {
	border-top: 5px solid #000000; /*rayas de modulos arriba*/
	margin: 0 0 0px; /*distancia entre modulos*/
	padding: 0 1px;
}





/*colmass module */
#ja-colmass div.moduletable  {
	border: 1px solid #CCCCCC;
	padding: 0 10px 10px;
	background: #F7F7F7;
}

#ja-colmass div.moduletable h3 {
	border-bottom: 1px solid #DDDDDD;
	margin: 0 -10px 10px;
	padding: 5px 10px;
	color: #006699;
	background: #FFFFFF;
}

/*botsl module */
#ja-botsl div.moduletable  {
	border: 1px solid #CCCCCC;
	padding: 0 10px 10px;
	background: #F7F7F7;
}

#ja-botsl div.moduletable h3 {
	border-bottom: 1px solid #DDDDDD;
	margin: 0 -10px 10px;
	padding: 5px 10px;
	color: #006699;
	background: #FFFFFF; /*EDITAR MEDIAO BANAJO*/
}

/*media module */
#ja-colmass div.moduletable-media  {
	padding: 0;
	margin: 0 0 20px;
	border-bottom: 1px solid #ABABAB;
}

#ja-colmass div.moduletable-media h3 {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 5px 10px;
	color: #006699;
	font-size: 125%;
	background: url(../images/icon-video.gif) no-repeat 95% 50%;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable ul,
div.moduletable_hilte ul {
	margin: 0;
	padding: 0;
}

div.moduletable ca,
div.moduletable_hilite ca{          /*modulo esclusiva ultimos*/
	
	margin: 0;
	
	
	padding-left: 0px;
}

/* HEADER
--------------------------------------------------------- */

#logo {
	/* see primary style css */
	
	position: absolute;
	top: 7px;
	left: 20px;
	display: block;
       background: url(../images/losmocanos.png) no-repeat;
	
	border: 0;
}




#ja-headerwrap {

}

#ja-header {
	height: 111px; /*largo entre menu y logo*/
	line-height: normal;
	right: 2px;
	
	position: relative;
}

h1.logo, h1.logo-text {
	margin: 0;
	padding: 0;
	font-size: 300%;
}




#fondocabezera {
	width: 997px;
	
	/*background: #ffffff url(../images/cabe.jpg) no-repeat;*/
	position: absolute;
	height: 50px;
	top: 0px;
	left: 0px;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	outline: none;
	position: absolute;
	top: 15px;
	left: 0px;
	letter-spacing: 1px;
	font-weight: bold;
}

p.site-slogan {
	margin: 0;
	padding: 1px;
	color: #999999;
	position: absolute;
	top: 52px;
	left: 15px;
	letter-spacing: 1px;
}


/*Head Tools*/
#ja-headtools {
	top: 35px;
	
	position: absolute;
	border: 0px ;
}

#ja-headtools:hover,
#ja-headtools.hover {
	border: 1px solid #CCCCCC;
	background: #F7F7F7;
}

#ja-headtools .ja-innerpad {
	position: relative;
	padding: 5px;
	float: left;
}

#ja-headtools ul {
	margin: 0;
	padding: 3px 0 0;
	float: left;
	white-space: nowrap;
}

#ja-headtools li {
	margin: 0;
	padding: 0 8px;
	display: inline;
	background: url(../images/vline.gif) no-repeat right center;
	line-height: normal;
}

#ja-headtools li a {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	border-top: 2px solid #ffffff; /*menu borde */
	
}

#ja-mainnav {
	border-top: 0px solid #ffffff;  /*ariba borde menu*/
	border-right: 0px solid #166a97;
	border-left: 5px solid #166a97;
	background: url(../images/menudos.png) repeat;
	}


#ja-mainnav a, #ja-subnav a {
	outline: none;
}

#ja-subnavwrap {
	display: block;
	border-bottom: 1px solid #cccccc; /*rallas entre el  menu #bcdbef*/
	 
	background: #e8f3fa;
}

#ja-subnav {
}

#ja-subnav ul {
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#ja-subnav li a {
	display: block;
	float: left;
	padding: 1px 10px 0px;     /*editar aqui distancia menu abajo*/
	background: url(../images/vline2.gif) no-repeat left center;
	font-weight: bold;
	font-size: 12.3px;
	
	color: #333333;
}

#ja-subnav li.active a,
#ja-subnav li.active a:hover,
#ja-subnav li.active a:active,
#ja-subnav li.active a:focus {
	font-weight: bold;
	color: #006699;
	border-bottom: 1px solid #ffffff; /*rallas entre el  menu*/
}

#ja-subnav li a.first-item {
	background: none;
	
	
}

/* breadcrumbs */
#ja-pathway {
	padding: 0 2px;
}

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway a {
}

#ja-pathway img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 4px 0 6px;
	outline: none;
	width: 90%;
	display: block;
	color: #555555;
	text-decoration: none;
	background: url(../images/dot.gif) repeat-x bottom;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #CC0000;
}

a.mainlevel#active_menu {
	color: #333333;
	font-weight: bold;
}

a.sublevel {
	background: url(../images/arrow.png) no-repeat 7px 9px !important;
	border: none;
	font-weight: normal !important;
	padding: 2px 0 2px 15px !important;
	display: block;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #333333;	
	
}

#active_menu {
	font-weight: bold;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-left, .ja-box-center {
}

/* Top spotlight */
#ja-topsl {
	height: 240px;
	margin: 0 0 10px;
}

/* Bot spotlight */
#ja-botsl {
	padding: 10px 0 20px;
}

#ja-botsl .ja-box-left div.moduletable {
	margin: 10px 6px 0 0;
}

#ja-botsl .ja-box-right div.moduletable {
	margin: 10px 0 0 6px;
}

#ja-botsl ul, #ja-botsl ol {
	margin: 0;
	padding: 0;
}

#ja-botsl ol li {
	margin: 0 0 0 20px;
	padding: 0;
}

#ja-botsl ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/bullet.gif) no-repeat 5px 7px;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	background: #FFFFFF;
	clear: both;
	

}


#ja-footer3dpues {
	border-top: 2px solid #ABABAB;
	color: #000000;
	text-align: justify;
	
	position: relative;
	padding: 2px 2px 2px 2px;
	}






 #ja-footer {
	border-top: 2px solid #ABABAB;
	color: #000000;
	width:991px;
	text-align: justify;
	
	position: relative;
	padding: 2px 2px 2px 2px;
	}


	#ja-footer2 {
	border-top: 5px solid #ABABAB;
	color: #000000;
	text-align: justify;
	
      height: 50px;
	  width:991px;
	position: relative;
	top: -3px;
	padding: 15px 0;
	
	
	
}

#ja-footer small {
	color: #999999;
	text-align: justify;
	font-size: 100%;
}

#ja-footer ul {
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: normal;
}

#ja-footer li {
	display: inline;
	text-align: justify;
	margin: 0;
	padding: 0 10px;
	background: url(../images/vline.gif) no-repeat center left;
}

#ja-footer li a {
text-align: justify;
	display: inline;
	line-height: normal;
}

#ja-footer li.ja-firstitem {
	background: none;
	padding-left: 0;
}

.ja-footurl {
	float: none;
	clear: both;
}

.ja-cert {
	position: absolute;
	right: 0px;
	top: 20px;
}

.ja-cert a {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	border: none;
	text-decoration: none;
}

.ja-cert a span {
	display: none;
}

.ja-cert a img {
	border: none;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/* Login Form */
#ja-login {
}

#ja-login form {
	float: left;
}

#ja-login form label {
	float: left;
}

label.ja-login-user span,
label.ja-login-password span {
	display: none;
}

#ja-login form input.button {
	float: left;
}

#ja-login form #mod_login_username,
#ja-login form #mod_login_password {
	width: 100px;
	margin: 1px 8px 0 0;
	font-weight: bold;
	padding-left: 20px;
}

#ja-login form #mod_login_username {
	background: url(../images/icon-user.gif) no-repeat 4px 5px #FFFFFF;
}

#ja-login form #mod_login_password{
	background: url(../images/icon-key.gif) no-repeat 4px 5px #FFFFFF;
}

#ja-login form a {
	padding: 0 5px;
	text-decoration: none;
}

#ja-login form a:hover,
#ja-login form a:active,
#ja-login form a:focus {
	text-decoration: underline;
}

.ja-login-links {
	padding: 10px 0 0 0;
	clear: both;
}

/* Register Form */
#id_highslide_signup_1 .inputbox {
	width: 200px;
}

/* Search */
#ja-search .inputbox {
	width: 130px;
	background: url(../images/icon-search.gif) no-repeat 4px 5px #FFFFFF;
	padding-left: 20px;
	font-weight: bold;
}

#ja-search .button {
	margin-left: 5px;
}

/*usertool*/
#ja-usertools {
	float: left;
	padding-top: 3px;
}

#ja-usertools strong {
	font-weight: normal;
	float: left;
	padding: 0 5px 2px 8px;
	display: block;
}

#ja-usertools ul {
	margin: 0;
	padding: 0;
	float: left;
}

#ja-usertools li {
	background: none;
	display: block;
	float: left;
	margin: 0;
	padding: 1px 0 0;
}

#ja-usertools li img:hover {
	border: 1px solid #999999;
	margin: 0;
	background: #FFFFFF;
}

#ja-usertools img {
	padding: 2px;
	margin: 1px;
}

/*others*/
.ja-day {
	float: left;
	padding: 2px 0 0;
}

.ja-day span, .ja-day div {
	display: block;
	float: left;
	padding: 0 2px;	
}

.ja-day span {
	padding: 1px 5px;
}

.ja-day div {
	padding: 1px 5px;
	background: #666666;
	color: #FFFFFF;
}

#ja-banner {
	margin: 0;
	padding-top: 15px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #CCCCCC;
}

#ja-banner table.moduletable {
	width: 100%;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	display: block;
	margin: 10px 0;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
	margin: 10px 5px 0 0;
}

div.ja-innerdiv {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

div.ja-innerdiv img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 2px 8px 0 0;
}

/* JA Highslide */
a.highslide-credits em {
	font-style: normal;
	font-size: 11px !important;
	font-weight: bold;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #F7F7F7;
	float: left;
	max-width: 200px;
	padding: 5px;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #666666;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #CC0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
	
}

* html .clearfix {
	height: 1%;
}



