/************************ LAYOUT TAGS GENERAL ************************/
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
	width: 760px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #393939;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contenido {
	display: block;
	height: 100%;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menuleft a:link {
 	display: block;
	border-top: 1px  #fefefe;
	border-bottom: 1px  #c3c8cb;
	border-left: 5px #FFA02B solid;
	border-right: 1px  #c3c8cb;
	color: #ffffff;
	padding-top: 8px;
	padding-left: 5px;
	height: 30px;
	text-decoration: none;
	width: 150px;
	font-weight: bold;
	background: #ffffd9 url(../images/bg_btn_main.png) no-repeat;

}
#menuleft a:visited {
 	display: block;
	border-top: 1px  #fefefe;
	border-bottom: 1px  #c3c8cb;
	border-left: 5px #FFA02B solid;
	border-right: 1px  #c3c8cb;
	color: #ffffff;
	padding-top: 4px;
	padding-left: 5px;
	height: 30px;
	text-decoration: none;
	width: 150px;
	font-weight: bold;
	background: #ffffd9 url(../images/bg_btn_main.png) no-repeat;

}
#menuleft a:hover {
	background-color: #eaeac7;
	border-top: 1px  #cccccc;
	border-bottom: 1px  #b3b3b3;
	border-left: 5px solid #FF6600;
	border-right: 1px  #b3b3b3;
	color: #ffcc66;
	font-weight: bold;
	text-decoration: none;
}
/*
body, td, tr, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color:#000000;
}
*/
ul {
	margin: 0;
	padding-top: 0;
	padding-left: 15px;
	list-style: none;
}

li {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

hr {
	background: #C0C0C0;
	height: 1px;
	width: 100%;
}
/************************ LINKS GENERAL ************************/
a:link, a:visited {
	color : #005fa9;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a:hover {
	color: #ff8000;
}
a.category:link, a.category:visited {
	color            : #34659d;
	font-weight      : bold;
	letter-spacing   : 1px;
}
a.category:hover {
	color            : #CC6600;
}

/************************  LAYOUT ESTRUCTURA DISEÑO Y DIAGRAMACION ************************/

/************** DIAGRAMACION HEADER **************/
#header {
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 760px;
	font-size: 10px;
	height: 200px;
	background: #000000 url(../images/bg_date.png);
}
#date{
	float: left;
	width: 620px;
	display: block;
	overflow: hidden;
	height: 20px;
	vertical-align: bottom;
	font-size: 9px;
	padding-top:5px;
	text-indent: 0;
	text-align: center;
}
#search {
	float: left;
	width: 140px;
	display: block;
	overflow: hidden;
	height: 20px;
}
#search .inputbox{
	font-size: 10px;
	background-color: #e6e6e6;
	border: 1px solid #999999;
	color: #000000;
	text-indent: 5px;
	font-weight: bold;
}

/******************* DIAGRAMACION LEFT ********************/
#left{
	width: 160px;
	float: left;
	display: block;
	height: 100%;
}
/************ MENU PRINCIPAL ************************/

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	border-top: 1px  #fefefe;
	border-bottom: 1px  #c3c8cb;
	border-left: 5px #FFA02B solid;
	border-right: 1px  #c3c8cb;
	color: #ffffff;
	padding-top: 4px;
	padding-left: 5px;
	height: 20px;
	text-decoration: none;
	width: 150px;
	font-weight: bold;
	background: #ffffd9 url(../images/bg_btn_main.png) no-repeat;
}

a.mainlevel:hover {
	background-color: #eaeac7;
	border-top: 1px  #cccccc;
	border-bottom: 1px  #b3b3b3;
	border-left: 5px solid #FF6600;
	border-right: 1px  #b3b3b3;
	color: #ffcc66;
	font-weight: bold;
	text-decoration: none;
}

/********************** INFORME METEOROLOGICO ***********************/
#meteo {
	font-size: 9px;
	border-left: 0;
	padding-left: 5px;
}
#meteo .moduletable th{
	margin-top: 80px;
	font-size: 9px;
	border-left: transparent;
}

#meteo .dia {
	font-size: 9px;
	color: #FFFFFF;
	background: #4c4c4c;
	display: block;
	height: 13px;
	border-left: transparent;
	width: 75px;
	text-align: center;
}
#meteo .img {
	background: transparent url(../images/bg_weather.gif) no-repeat;
	border-left: transparent;
	text-align: center;
}

/************************ DIAGRAMACION CUERPO PRINCIPAL ************************/

#mainbody{
	width: 430px;
	height: 100%;
	float: left;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 8px;
}

#pathway{
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}
.pathway {
	color            : #929292;
	font-weight      : bold;
	font-size: 10px;
}

a.pathway:link, a.pathway:visited {
	color            : #AAAAAA;
	list-style-position: inside;
	list-style-type: lower-roman;  
}

a.pathway:hover {
	color            : #1974b2;
 
}
/************** CONTENIDOS ESTILOS  ****************/

.contentpane {
	width: 100%;
	text-align       : justify;
	padding-left     : 5px;
	padding-right    : 5px;
}
.contentpaneopen {
	width		 : 100%;
	text-align       : justify;
	padding-left     : 0px;
	padding-right    : 0px;
	height: 9px;
}
table.contentpaneopen td span.small {
	padding-left:20px;
	height:10px;
	background: url(../images/author.gif) no-repeat top left;
}

.contentheading{
	height: 19px;
	background: url(../images/contenthead.jpg) no-repeat;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #2F6FBF;
	text-transform: UPPERCASE;
	overflow:hidden;
}
.contentpagetitle {} 
.contentdescription {}
table.contenttoc {
	width: 160px;
	border:	#E0E0E2 1px solid;
	margin:  10px 10px 10px 10px ;
	padding:	0px 0px 0px 0px;
	font-size:	10px;
}
table.contenttoc th {
	display:		block;
	background-color:	#DDEEFF;
	line-height:		1.7em;
}
table.contenttoc td.toclink{
	display:		block;
	border-bottom:		#E0E0E2 1px solid;
	line-height:		1.7em;
}
a.toclink{
	display:		block;
}
table.contenttoc td {
	border-top:		#E0E0E2 1px solid;
	margin:			0 0 0 0;
	padding:		0px 3px 0px 20px;
	background: url(../images/arrow.png) no-repeat 3px 4px;
	background-color:	#E8F0F1;
}
.texto {
font-size:11px;
text-align:justify;
}
.content_vote {} 





/***************** DIAGRAMACION RIGHT **************************/
#right{
	width: 157px;
	height: 100%;
	float: right;
	display: block;
	clear: right;
}
#right .moduletable {
	text-align: left;
}

#right .moduletable th {
	background-color: ##17AEFF;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
}
#right .moduletable td{
	padding-left: 1px;
	width: 145px;
	
}
#right a{
	/*padding-left: 5px;*/
	color: #ffffff;
	background: url(../images/bg_btn_access.png); /*#17AEFF*/
	width: 145px;
	border-left-color: #004080;
	/*border-left-style: solid;*/
}
#right a:hover{
	background: url(../images/bg_btn_access.png);/*#17AEFF*/
	color: #191919;
	/*border-left-style: solid;*/
	border-left-color: #008080;
}

/********************* DIAGRAMACION FOOTER **************************/

#footer{
	display: block;
	width: 760px;
	clear: both;
	bottom: 0px !important;
	font-size: 0.9em;
	color: #CCCCCC;
	text-align: center;
	height: 70px;
	background: #666666 url(../images/bg_footer.png) repeat-x;
}
#footer a{
	color: #FFCC33;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/*----------------- ESTILOS FORMS -------------------*/
.button {
	font-style       : normal;
	font-size        : 12px;
	color            : #000000;
	border           : 1px solid;
}

.inputbox {
	font-size        : 12px;
	color            : #000000;
	background       : #FFFFFF;
	border           : 1px solid;
}

div.search input {
	border:none;
	width:98%;
	font-size        : 11px;
	color            : #444444;
}
/************************************ OTROS MODULOS *********************************************/

.pollstableborder{
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.poll{
	text-align: left;
}

/*------------------ ESTILOS MODULOS NOTICIAS --------------------------*/
.latestnews  {
	font-size        : 10px;
	color            : #999999;
	text-align       : left;
}
.latestnews ul
{
	margin: 0;
	padding-top: 0;
	padding-left: 10px;
	list-style: none;
}
.latestnews li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/latestnews.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.mostread {
	font-size        : 10px;
	color            : #999999;
	text-align       : left;
}
.mostread ul
{
	margin: 0;
	padding-top: 0;
	padding-left: 10px;
	list-style: none;
}
.mostread li
{
	line-height: 15px;
	padding-left: 18px;
	padding-top: 0px;
	padding-right: 1px;
	background-image: url(../images/popular.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.createdate {
	background: url(../images/date.gif) no-repeat 0px 2px;
	padding-left:20px;
	color            : #999999;
	text-align       : left;
	font-size: 10px;
}

.modifydate {
	color            : #999999;
	text-align       : left;
	font-size: 10px;
}
.small {
	color            : #999999;
	text-align       : left;
	font-size: 10px;
}
.readon{
	display:block;
	width: 100px;
	padding-left: 17px;
	background: url(../images/readon.gif) no-repeat;
} 
.readon:hover{
	display:block;
	padding-left: 17px;
	background: url(../images/readon_over.gif) no-repeat;
}

/*------------------ NAVEGACION INTERNA Y PAGINACION --------------------- */
.pagenavbar {}

.pagenav {
	font-weight: bold;
	color      : #34659d;
	
}
.pagenav_prev a {
	background: url(../images/icon_prev.gif) no-repeat 0px 0px;
	text-indent:-5000px;
	display:block;
	width: 50px;
	height:17px;
}
.pagenav_next a {
	background: url(../images/icon_next.gif) no-repeat 0px 0px;
	text-indent:-5000px;
	display:block;
	width: 50px;
	height:17px;
}

.back_button a{
	background: url(../images/icon_back.gif) no-repeat 0px 0px;
	margin: 10px 3px 10px 3px;
	padding: 10px 10px 10px 10px;
	text-indent:-5000px;
	display:block;
	width: 50px;
	height:17px;
	float:right;
}


/* ------------------ SISTEMA DE MENUS Y SUBMENUS ****************** */
ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li {
	display: block;
	background-image: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
	float: left;
	margin: 0;
}

#mainlevel-nav a {
	padding-bottom: 5px;
	text-decoration: none;
	font-weight	: bold;
	color: #FFFFCC;
}
#mainlevel-nav a:hover {
	color: #FF8800;
	text-decoration: none;
}

.mainlevel {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#caluga {
background-image:url(../images/bg_caluga_footer.jpg);
background-position:center;
background-repeat:no-repeat;

}
#home h1 {
font-size:14px;
font-weight:bold;
}
#summary a:link {
font-size:12px;
font-weight:bold;
}
#summary a:visited {
font-size:12px;
font-weight:bold;
}
/*</group>*/