@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	/*background:#CC0099;*/
	background:url(images/fondo.jpg) repeat-x top left #FFFFCC;
	background-attachment:fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555555;
}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	height: 200px;
	background: #CC0099; 
	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 20px 0px 0px 0px;
}
.twoColFixLtHdr #menuh {
	text-align:center;
	background: #880088; 
	padding: 10px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	/*-moz-border-radius: 7px;
	-webkit-border-radius : 7px;*/
}
.innerdivleft1 {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */	
	/*border: 1px solid #666666;*/
	
}

.innerdivleftCounter {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#FFEEFF; /* the background color will be displayed for the length of the content in the column, but no further */	
	/*border: 1px solid #666666;*/
	padding: 0px 10px 0px 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius : 7px;
	border: 5px solid #FFBBFF;
	
}

.innerdivleft1 .titler {
	color:#FFFFFF;
	text-align: center;
	font-weight:bold;
	background:url(images/indicadorestitle_bg.jpg) repeat-x top left #FFFFFF;
	padding: 10px 0px 10px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	-moz-border-radius: 7px;
	-webkit-border-radius : 7px;
	border: 1px solid #666666;
}

.innerdivleft1 .titler_alt {
	color:#FFFFFF;
	text-align: center;
	font-weight:bold;
	background:url(images/alternativetitle_bg.jpg) repeat-x top left #FFFFFF;
	padding: 5px 0px 5px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	-moz-border-radius: 7px;
	-webkit-border-radius : 7px;
	border: 1px solid #666666;
}
.innerdivleft1 .leftcontent {
	/*padding: 0px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.innerdivleft1 .leftcontent_alt {
	/*padding: 0px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
}

.leftcontent a {
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}

.leftcontent a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #222222;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent p {
	text-align:justify;
}

#mainContent a {
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}

#mainContent a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #222222;
}

#mainContent h1, h2, h3, h4, h5{
	color:#333333;
	text-align: center;
	font-weight:bold;
	background:url(images/hstitle_bg.jpg) repeat-x top left #FF94FF;
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	-moz-border-radius: 7px;
	-webkit-border-radius : 7px;
	border: 1px solid #666666;
}

#mainContent li {
	text-align:justify;
	margin: 0 0 10px 0;
}

#mainContent .derecho{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}
#mainContent .centrado{
	text-align:center;
}

#mainContent .boletinas {
	-moz-border-radius: 7px;
	-webkit-border-radius : 7px;
	padding: 15px 10px 0 0;
}

#mainContent .imagenes {
	text-align:center;
}

#mainContent .spacer {
	text-align:center;
	/*border-top:#FF00FF 2px solid;*/
	-moz-border-radius: 7px;
	-webkit-border-radius : 7px;
	background:url(images/shade.gif) repeat-x top left #FFFFFF;
	margin: 20px 0 20px 0;
}

.imagenes img {
	-moz-border-radius: 7px;
	-webkit-border-radius : 7px;
}

.twoColFixLtHdr #footer {
	text-align:center;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CC00CC;
	border-top: 2px solid #000000;
} 
.twoColFixLtHdr #footer p {
	color:#ffffff;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer a {
		color:#FFAAFF;
		text-decoration: none;
}

.twoColFixLtHdr #footer a:hover {
		color:#FFCCFF;
		text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/********* ADD ONS *********/

.flash_up {
	background:#880088;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.flash {
	background:#FFFFFF;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/* VERT MENU ITEMS BEGIN */

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
width: 180px;
/*padding: 10px;*/
margin: 0px 0px 0px 0px;
background:#666666;
}

ul.menu_color
{
	width:100%;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	list-style:none;
	text-align:left;	
	background: #ffffff
}
ul.menu_color li
{
	display:block;
	position:relative;
	padding:1px 5px;
	background:url(images/indicadores_bg.jpg) repeat-x top left #FFFFFF;
	width:200px;
	-moz-border-radius: 7px;
	-webkit-border-radius : 7px;
	padding: 5px 0px 5px 10px;
	border: 1px solid #666666;
}
ul.menu_color ul
{
	position:absolute;
	left:170px;
	top:-1px;
	display:none;
	list-style:none;
}
ul.menu_color li:hover
{
	background:url(images/indicadoressub_bg.jpg) repeat-x top left #FFFFFF;
	border: 1px solid #666666;
}
ul.menu_color li:hover > ul
{
	display:block;
}
ul.menu_color a {
		color: #555555;
		font-weight: bold;
		text-decoration: none;
}
ul.menu_color a:hover {
		color:#222222;
		text-decoration: underline;
}

/* VERT MENU ALT ITEMS BEGIN */

#vertmenu_alt {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
width: 195px;
padding: 10px 10px 70px 8px;
margin: 0px 0px 0px 0px;
background:url(images/bg_cdsseguras.jpg) repeat-x top left #FFFFFF;
-moz-border-radius: 7px;
-webkit-border-radius : 7px;
border: 1px solid #666666;
}

ul.menu_color_alt
{
	width:100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style:none;
	text-align:left;	
	/*background: #ffffff;*/
}
ul.menu_color_alt li
{
	display:block;
	position:relative;
	padding:1px 5px;
	background:url(images/indicadores_bg.jpg) repeat-x top left #FFFFFF;
	
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	
	width:180px;
	-moz-border-radius: 7px;
	-webkit-border-radius : 7px;
	padding: 5px 5px 5px 10px;
	border: 1px solid #666666;
}
ul.menu_color_alt ul
{
	position:absolute;
	left:155px;
	top:-1px;
	display:none;
	list-style:none;
}
ul.menu_color_alt li:hover
{
	background:url(images/indicadoressub_bg.jpg) repeat-x top left #FFFFFF;
	border: 1px solid #666666;
}
ul.menu_color_alt li:hover > ul
{
	display:block;
}
ul.menu_color_alt a {
		color: #555555;
		font-weight: bold;
		text-decoration: none;
}
ul.menu_color_alt a:hover {
		color:#222222;
		text-decoration: underline;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
/*font: bold 12px Verdana;*/
list-style-type: none;
text-align: center; /*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 7px;
margin-right: 3px;
/*border: 1px solid #778;*/
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
/*border: 1px solid #000;*/
border-radius-topright:10px;
-o-border-radius-topright: 10px;
-icab-border-radius-topright: 10px;
-khtml-border-radius-topright: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-radius-topright: 10px;
border-top-right-radius: 10px; 
-o-border-top-right-radius: 10px; 
-icab-border-top-right-radius: 10px; 
-khtml-border-top-right-radius: 10px; 
-moz-border-top-right-radius: 10px; 
-webkit-border-top-right-radius: 10px; 
border: 1px solid #000;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

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

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

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

/*MOD*/


.shadetabs ul li ul {
	position: absolute;
	left:540px;
	display: none;	
}
.shadetabs ul li ul li {
	display: list-item;
	margin-top:5px;
	float: none;
}
.shadetabs ul li ul li a {
	font-size: 1em;
	-moz-border-radius: 7px;
	-webkit-border-radius : 7px;
}
.shadetabs li:hover > ul
{
	display:block;
}
