/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: normal 83%/1.2em 'Helvetica', Arial, sans-serif;
	background:#CCCCCC;
	color:#000000;
}
a {
	text-decoration:none;
	color:#0066cc;
}
a:hover{
	text-decoration:underline;
	color:#0066cc;
}
p {
	margin: 0px 0px 12px 0px;
	text-align:left;
}
h1 {
	font:normal 1.999em "Times New Roman", Times, serif;
	letter-spacing:-0.333px;
	border-bottom:none;
	margin: 0.10em 0 .10em 0;
	color:#000000;
	line-height: 1em; 
	margin-bottom: 0.2em;
}
h2 {
	font:normal 1.255em 'Trebuchet MS', Tahoma, sans-serif;
	border-bottom:none;
	margin:0.10em 0 0.10em 0;
	color:#000000;
	line-height: 1em; 
	margin-bottom: 0.2em;
}
h3 {
	font:normal 1.155em 'Trebuchet MS', Tahoma, sans-serif;
	border-bottom:none;
	margin:0.10em 0 0.10em 0;
	color:#000000;
	line-height: 1em; 
	margin-bottom: 0.2em;
}
h4 {
	font:normal 2.288em "Times New Roman", Times, serif;
	border-bottom:none;
	margin: 0.10em 0 .10em 0;
	color:#000000;
	line-height: 1em; 
	margin-bottom: 0.2em;
}
.overtitle {
	color:#bd0000;
}
.small {
	/*font: small; */
	font-size: 8pt;
}
.error {
	color:#CC3300;
}
hr {
	height: 1px;
	margin: 10px 0 10px 0;
	color: #f7f7f7;
	background-color: #f7f7f7;
}
.spacer {
	height:10px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
form {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
input.form-button{
   color:#000000;
   font-family:'Helvetica', Arial, sans-serif;
   font-weight:bold;
   font-size:8pt;
   height:21px;
   background-color:#fff;
   border:1px solid #0080C0;
}
#contenido {
	background:#fff;
	padding: 6px 0 0 0px;
}
.content-box{
	background:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 6px 6px 6px 6px;
	margin-bottom:10px;
}
.text-gray{
	color:#666666;
}
/* MENU */
.menu1 {
	padding:0 0 0 1px;
	margin:0;
	list-style:none;
	height:27px;
	background:#0080C0;
	position:relative;
	border-width:0 1px;
	border-bottom:1px solid #0080C0;
	color:#FFFFFF;
	background-color: #0080C0;
}
.menu1 li {float:left;}
.menu1 li a {
	display:block; 
	float:left; 
	height:27px; 
	line-height:27px; 
	color:#fff; 
	text-decoration:none; 
	font-size:8pt; 
	font-family:Helvetica, arial, sans-serif; 
	font-weight:bold; 
	text-align:center; 
	padding:0 10px 0 10px; 
	cursor:pointer;
	text-transform:uppercase;
}
.menu1 li a b {float:left; display:block; padding:0 10px 0 10px; border-left:1px #fff solid;}
.menu1 li.current a {color:#000000; border-top:1px solid #0080C0;background:#E6F7FF;font-weight:bold;}
.menu1 li.current a b {background:#E6F7FF; }
.menu1 li a:hover {color:#000000; background:#fff; border-top:1px solid #0080C0;}
.menu1 li a:hover b {color:#000000; background:#fff}
.menu1 li.current a:hover {color:#000000; background:#E6F7FF; cursor:default; border-top:1px solid #0080C0;}
.menu1 li.current a:hover b {background:#fff; color:#000000;}

#submenu {
	font-size:8pt; 
	font-family:Helvetica, arial, sans-serif; 
	font-weight:normal;
	padding:0 0 0 10px;
	margin: 0 0 0 0;
	background:#E6F7FF;
}
#submenu a{
	color:#000000;
	text-decoration:none;
}
#submenu a:hover{
	color:#000000;
	text-decoration:underline;
}
#top-date {
	font-size:9pt; 
	font-family:Helvetica, arial, sans-serif;
	color:#666666;
	font-weight:normal;
	border-bottom: 1px #ccc solid;
	padding:0 0 0 0;
	margin: 0 0 10px 0;
}
#footer {
	font-size:8pt; 
	font-family:Helvetica, arial, sans-serif;
	color:#666666;
	font-weight:normal;
	padding:0 0 0 0;
	margin: 0 0 10px 0;
}

/* END MENU */

/* TABS */
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 3px;
margin-bottom: 0;
font: normal 8pt Helvetica, Arial, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 15px;
margin-right: -4px;
border: 1px solid #CCCCCC;
color: #0066cc;
background: #EBEBEB;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #0066cc;
background:#CCCCCC;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
/* background: #FFFFFF url(/images/shadeactive.gif); */
background: #FFFFFF;
border-bottom-color: white;
color:#000000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
background:#FFFFFF;
border: 1px solid #CCCCCC;
/* border: 0px solid gray;*/
width: 344px;
margin-bottom: 1em; padding: 10px;
}
.smallcontentstyle{
background:#FFFFFF;
border: 0px solid #CCCCCC;
/* border: 0px solid gray;*/
/*margin-bottom: 1em; padding: 1em; */
margin-top:0;
}
/* END TABS */

/* AJAX TICKER - TITULARES */
#ajaxticker1{
	width: 500px;
	/* height: 25px; */
	padding: 0px;
	background-color: #fff;
}
#ajaxticker1 div{
	background-color: #fff;
}
.tickerclass a{
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}
.tickerclass a:hover{
	color:#0066cc;
	font-weight:normal;
	text-decoration:underline;
}
/* END AJAX TICKER - TITULARES */

/* NAVEGACION NUMERICA */
.dotpagination {
	background-color:#f7f7f7;
	border: 1px solid #C4ECFF;
	font-size: 8pt;
	padding: 3px 3px 3px 3px;
	color: #333333;
	margin: 0px;
	width:21px;
	font-weight:bold;
	text-align:center;
}
/* SPAND COLAPSE BOX ADMIN*/
.detalles_list {
margin: 0px;
padding: 0px;
background-color:#f7f7f7;
}
.detalles_head {
padding: 5px 5px;
cursor: pointer;
position: relative;
margin:1px;
color:#0066cc;
}
.detalles_body {
padding: 5px 5px 5px;
}
/* SPAND COLAPSE BOX COMENTARIOS*/
.comentario_list {
margin: 0px;
padding: 0px;
background-color:#f8f1d8;
}
.comentario_head {
padding: 5px 5px;
cursor: pointer;
position: relative;
margin:1px;
color:#0066cc;
}
.comentario_body {
padding: 5px 5px 5px;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}