/*****************************/
/*** Core html setup ***/
/*****************************/

*{
	margin: 0px;
	padding: 0px;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-size: 80%;
}
/*********************/
/* Enlaces Globales  */
/*********************/

a:link, a:visited {
	color: #3173D5; text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #00c;	text-decoration: underline;
	font-weight: normal;
}


div.back_button{
	font-size: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

div, p, table, td, th {
	font-family: 'Trebuchet MS',Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 14px;
	color: #333;
}

/*****************************************/
/*** Template/Plantilla layout elements ***/
/*****************************************/
#page_bg {
	height: 100%; 
	background: #FFFFFF;
}

div.center {
  background:transparent url(../images/body_back_top.png) repeat-x;
}

div#wrapper {
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		min-width: 750px;
		max-width: 1028px;
}

div#header {
	background: url(../images/head_900.png) 0 0 no-repeat;
	width: 910px;
	height: 140px;
	position: relative;
	z-index: 1;
	margin: auto;
}
div#link_home{
	width: 330px;
	height: 115px;
	float: left;
	margin-left:22px;
	margin-top: 16px;
}
/* Derecha del logo de tlp2k8 */

div#banner{
	float:right;
	height:105px;
	overflow:hidden;
	position:relative;
	right:10px;
	width:540px;
}
div#top{
	float:left;
	height:105px;
	overflow:hidden;
	position:relative;
	width:220px;
}

div#top table.moduletable, div#top table.moduletable td {
	font-size: 10px;
	color: white;
}

div#top a:link, div#top a:visited{
	color: #88f2ff;
}

div#top a:hover{
	color: white;
}

/* Formato de la cabecera del módulo */
div#top table.moduletable th {
	color: white;
	font-weight: bold;
}
div#left table.moduletable_menu th{
	color:#3071d2;
	font-size:18px;
}


div#destacamos
{
	float:right;
	height:103px;
	overflow: hidden;
	position:relative;
	top:0px;
	width:305px;
}
/* LINKS DEL TOP */

div#toplink_info{
	float:left;
	background: url(../images/info_toplink.png) no-repeat;
	width: 104px;
	height: 40px;
}
div#toplink_info a{
	display: block;
	width: 104px;
	height: 40px;
}
div#toplink_info a:hover{
	background: url(../images/info_toplink_bg.png) no-repeat;
}

div#toplink_foro{
	float:left;
	background: url(../images/foro_toplink.png) no-repeat;
	width: 81px;
	height: 40px;
}
/* Estilo para la etiqueta <a> */
div#toplink_foro a{
	display: block;
	width: 81px;
	height: 40px;
}
div#link_blog{
   float: left;
	width: 94px;
	height: 60px;
	background: url(../images/blog.png) no-repeat;
}
div#link_blog a{
   display: block;
   width: 93px;
   height: 60px;	
}
div#link_blog a:hover{
	background: url(../images/blog_hover.png) no-repeat;
}

div#link_inscripcion{
   float: left;
	width: 134px;
	height: 60px;
	background: url(../images/inscrip.png) no-repeat;
}
div#link_inscripcion a{
   display: block;
   width: 134px;
   height: 60px;	
}
div#link_inscripcion a:hover{
	background: url(../images/inscrip_hover.png) no-repeat;
}

div#toplink_foro a:hover{
	background: url(../images/foro_toplink_bg.png) no-repeat;
}

div#toplink_contacto{
	float:left;
	background: url(../images/contacto_toplink.png) no-repeat;
	width: 118px;
	height: 40px;
}

div#toplink_contacto a{
	display: block;
	width: 118px;
	height: 40px;
}

div#toplink_contacto a:hover{
	background: url(../images/contacto_toplink_bg.png) no-repeat;
}


/* BANDERITAS IDIOMA */

div#idioma{
	float: left;
	position: relative;
	top: 25px;
	width: 50px;
	height: 50px;
}

div#top_links{
	width: 260px;
	height: 60px;
	float: left;
}
div#toplink_patrocinadores{
	float:left;
	background:transparent url(../images/patrocinadores_toplink.png) no-repeat scroll 0%;
	float:right;
	height:44px;
	position:relative;
	top:17px;
	width:210px;
}

div#toplink_patrocinadores a{
	display: block;
	width: 210px;
	height: 44px;
}

div#toplink_patrocinadores a:hover{
	background: url(../images/patrocinadores_toplink_bg.png) no-repeat;
}


/* FIN LINKS DEL TOP */
div#cuerpo_back {
	width: 910px;
	overflow: hidden;
	background: url(../images/cuerpo_back_sombra_910.png) repeat-y;
	position: relative;
	margin: auto;
	z-index: 0;
}

/* Boxes */
div#cuerpo_boxes{
	width: 860px;
	overflow: hidden;
	margin:auto;
	clear:both;
}

/* Clase para las dimensiones de las cajas */
div.front_box{
	width: 260px;
	height: 260px;
}
div.front_box_mid{
	width: 286px;
	height: 300px;
	position: relative;
	top: 15px;
}

/* Area de contenido para las cajas */
div.box_content{
	height:260px;
	max-width:260px;
	overflow:auto;
	position:relative;
	top:15px;
}
div.box_content_rectangle{

	height:275px;
	max-width:510px;
	overflow:auto;
	position:relative;
	top:10px;
}


/* Separador horizontal */
div#horizontal_sep{
	width: 10px;
	height: 300px;
	float: left;
}

/* Separador vertical */
div#vertical_sep{
	height: 15px;
	width: 100%;
	float: left;
}

/* FULL WIDTH */

div#full_width{
	width: 600px;
	height: 250px;
	float: left;
	position: relative;
	left: 25px;
}
div#patrocinio{
	width: 200px;
	height: 250px;
	float: right;
	position: relative;
	right: 50px;
	display: none;
}

/* -------- Caja INFO : Qué cuando y donde ---------- */
div#top_left_box{
	float: right;
	margin-right: 22px;
	background: url(../images/box_info_260.png) no-repeat;
}

/* Enlaces etiqueta <a> para animar el fondo */
div.link_box_info a{
	display: block;
	width: 238px;
	height: 76px;	
}
div.link_box_info{
	width: 238px;
}

div#que{
	background: url(../images/que_es_238.png) no-repeat;
	overflow: hidden;
}

div#que a:hover{
	background: url(../images/que_es_over_238.png) no-repeat;
}

div#cuando{
	background: url(../images/cuando_238.png) no-repeat;
	overflow: hidden;
}

div#cuando a:hover{
	background: url(../images/cuando_over_238.png) no-repeat;
}

div#donde{
	background: url(../images/donde_238.png) no-repeat;
	overflow: hidden;
}

div#donde a:hover{
	background: url(../images/donde_over_238.png) no-repeat;
	overflow: hidden;
}

/* Importante limpiar el fondo por que si no lo heredar�a de la anterior */
div#top_left_box div div div{
	background: none;
}

div#top_mid_box_rectangle{
	float: left;
	width: 540px;
	height: 300px;
	background: url(../images/box_rectangle.png) no-repeat;
	display: none;
}
/* --------- Caja Artículos ------- */

div#box_articulos{
	width: 850px;
	height: 95px;
	background: url(../images/box_articulos_2.png) no-repeat;
	float: left;
}

div#articulos{
	overflow: hidden;
	float:right;
	height:85px;
	position:relative;
	right:10px;
	top:15px;
	width:70%;
}
/* --------- FIN CAJA ARTICULOS ------- */

div#patrocinadores{
	clear: both;
}

/* --------- LINKS ZONAS --------- */

div#links_zonas{
	width: 325px;
	float: left;
}

div.links_zonas a{
	height: 140px;
	width: 140px;
	display: block;
	float: left;
}
div#links_zonas #title{
    border-left: 15px solid;
	color:#3173D5;
	font-size:20px;
	height:25px;
	line-height: 25px;
	width:200px;
	margin-bottom: 15px;
	text-indent: 10px;
}
div.link_zona{
	width: 150px;
	height:120px;
	float: left;
	margin-right: 10px;
    font-family: 'Trebuchet MS',Tahoma,Helvetica,Arial,sans-serif;
}
div.link_zona img{
	float: left;
	margin-top: 5px;
}

div.link_zona h2{
	width: 145px;
	margin-left: 2px;
	float: left;
	line-height: 25px;
	font-size: 18px;
}
div.link_zona h4{
	color:#767676;
	font-family:trebuchet MS;
	font-size:11px;
	font-weight:normal;
	line-height:11px;
	width: 145px;
	margin-left: 2px;
	text-align: left;
	float: left;
}

div.link_zona a:link, div.link_zona a:visited{

}
div.link_zona a:hover{
	color: blue;
}
div#noticias{
	width: 500px;

	float: left;
}
div#noticias div.title{
    border-left: 15px solid;
	color:#3173D5;
	font-size:20px;
	height:25px;
	line-height: 25px;
	width:200px;
	margin-bottom: 15px;
	text-indent: 10px;
}
div#noticias .contentheading{
	background:transparent url(../images/noticia_icon.png) no-repeat scroll 0 0;
	line-height:20px;
	text-indent:20px;
	text-align: left;
        font-size: 20px;
 	font-weight: normal;
}
div#noticias div.contentheading{
	background:transparent url(../images/noticia_icon.png) no-repeat scroll 0 0;
	line-height:20px;
	text-indent:20px;
   font-size: 20px;
   width: 145px;
   float: right;
 	font-weight: normal;
   color: #3173D5;
}
div#noticias .contentpane{
	text-align: left;
}

div#toolbar{
	background:transparent url(../images/submenu_back.png) repeat-x;
	display: none;
}

div#toolbar table.moduletable{
	height: 60px;
	width: 99%;
}


#mainlevel-nav a:link, #mainlevel-nav a:visited {
	font-size: 18px;
	background: url(../images/menu_bgr.png) no-repeat;
	display: block;
	color: #FFF;
	margin-right: 15px;	
	height: 47px;
	line-height: 45px;
	width: 100%;
}

#mainlevel-nav a:hover {
	background: url(../images/hover_bgr.png) repeat-x;
	color: #3173D5;
}

/* ITems del menu top */
#mainlevel-nav li{
	background: none;
	float:right;
	font-size:12px;
	line-height:25px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding-left:0px;
	text-indent:15px;
	white-space:nowrap;
	width: auto;
}

div#toolbar_l{
	background:transparent url(../images/submenu_left.png) no-repeat;
	position:relative;
}

div#toolbar_r{
	background:transparent url(../images/submenu_right.png) no-repeat scroll 100% 0pt;
	height:60px;
	max-width:940px;
}

div#left{
	float: left;
	background: url(../images/left_menu_back.png) repeat-y;
	width: 220px;	
}

div#left_top{
	background: url(../images/left_menu_head.png) no-repeat;
	height: 25px;
}

div#left_body{
	width: 195px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

div#left_bottom{
	background: url(../images/left_menu_bottom.png) 0 100% no-repeat;
	height: 10px;
}
div#slider{
	width: 605px;
	margin: 10px auto auto 5px;
	height: 255px;
}
div#cuerpo{
	width: 840px;
	margin: auto;
}
/*****************************************/
/*  zona para el contenido con submenus  */
/*****************************************/
div#cuerpo_sub{
	float: left;
	width: 73%;
	position: relative;
	left: 5px;
}

div#footer {
	height:100px;
	position:relative;
	top:10px;
	width:940px;
	float: left;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #999;
}

div#footerspacer {
	height: 10px;
}

div.syndicate{
	width: 200px;
	margin: 0 auto;
}
div.syndicate div{
	width: 90px;
	float: left;

}
div#pathway {
	float:left;
	height:20px;
	margin-left:20px;
	text-align:left;
	text-indent:5px;
	width:850px;
}

#search {
	float: right;
	width: 160px;
	margin-top: -20px;
	margin-right: 10px;
	height: 40px;
	overflow: hidden;
}

#area {
	padding: 0;
}
table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

span.pathway {
	font-size:12px;
	height:20px;
	line-height:20px;
	overflow:hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
  font-size: 30px;
  color: #3071D2;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;	
}

h2, .contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 2em;
	font-weight: bold;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}



h3, .componentheading, table.moduletable th {
  margin: 0;
  font-weight: bold;
  font-family: Tahoma,Helvetica,Arial,sans-serif;
  font-size: 1.1em;
  color: #135cae;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon:link, a.readon:visited {
	background:url(../images/readon.gif) no-repeat;
	background-position: 3px 1px;
    padding          : 2px 4px 2px 20px;
    float            : left;
	font			 : bold .90em Tahoma, Arial, Helvetica, sans-serif;
	color			 : #000;
    border           : 1px solid #E0E0E0;
    line-height      : 10px;
    text-decoration  : none;
}
a.readon:hover {
	color : #ff9900;
	text-decoration: none; 
}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {

	color:#3071D2;
	display:block;
	font-size:18px;
	height:19px;
	margin-bottom:6px;
    margin-top: 5px;
	width:190px;
	text-indent: 5px;
}
a.sublevel:link, a.sublevel:visited{
	color:#656565;
	display:block;
	font-size:16px;
	margin-top:2px;
	padding-left:10px;

}
asubsublevel{
		display:block;
font-size:90%;
height:20px;
line-height:20px;
text-indent:16px;
width:100%;
}
a.sublevel#active_menu:visited, a.sublevel#active_menu:link, a.sublevel:hover {
	font-weight:bold;
	border-left: 2px solid;
	text-decoration: none;
}
div#left_body div div a.sublevel:visited, div#left_body div div a.sublevel:link, div#left_body div div a.sublevel:hover{
font-size:14px;	
color: #3173D5;
}

a.mainlevel#active_menu:visited, a.mainlevel#active_menu:link, a.mainlevel:hover {
	border-left: 2px solid;
	text-indent: 2px;
}

span.mainlevel{
border-bottom:1px solid;
color:#656565;
display:block;
font-size:20px;
font-weight:bold;
margin: 0px 0px 5px 0px;
padding-left:0;
width: 190px;
text-align: right;
}
span.sublevel{
	color:#656565;
	display:block;
	font-size:16px;
	margin-top:2px;
	padding-left:10px;
}


/* spacers */
span.article_seperator {
	height: 20px;
}

td.buttonheading {
	
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  width: 160px;
  padding: 3px;
}



/* content styles */

/* CONTENTPANE OPEN EN CUERPO PRINCIPAL */
/* El ancho se limita en la capa que lo contiene */
div#cuerpo_sub table.contentpaneopen, div#cuerpo_sub table.contentpane{
	width: 100%;
}
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	background: url(../images/mw_box_blue_br.png) 100% 100% no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div {
	background: url(../images/mw_box_blue_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/mw_box_blue_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/mw_box_blue_tl.png) 0 0 no-repeat;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

/* thumbnails */
div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: .90em;
  color: #666;
}
#css_buttons {
	MARGIN-TOP: 10px;
	FLOAT: right;
	WIDTH: auto;
	MARGIN-RIGHT: 0px;
	WHITE-SPACE: nowrap;
}
#css_buttons A {
	MARGIN-RIGHT: 0px
}

.button {
	background-color: #637D13;
	color: #FFFFFF;
	background: #637D13;
	font-weight: bold;
}
.button_vote {
	background-color: #CC0000;
	color: #FFFFFF;
	background: #CC0000;
	font-weight: bold;
}
.message {
	margin-top: 10px; 
	padding: 7px; 
	width: 200px;
	border: 1px solid #ccc;
	background: #cc0000;
	color: #fff;	
	font-weight: bold;
	font-size: 12px;
}
/*********************/
/*    Listas         */
/*********************/
ul {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: disc;
  list-style-position: outside;6
}

li {
  line-height: 17px;
/*  text-indent: 18px;*/
  padding-top: 0px;
/*  background-image: url(../images/arrow1.gif) ;*/
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

