

/*** TABS CUADRADAS VERDES ****/

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 2px;
font: bold 12px Verdana;
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;
padding:0;
}

.shadetabs li a{
text-decoration: none;
/*padding: 3px 7px;*/
/*padding:4;*/
/*margin-right: 3px;*/
/*border: 1px solid #778;*/
/*color: #2d2b2b;*/
/*background: white url(images/tBlue.jpg) top left repeat-x;*/
/*background-color:#66CCFF;*/


	display: inline;
	text-align: center;
	text-decoration: none;
	font-size:5px;
	font: bold 10px Arial; /*tab font */
	color: #2d2b2b; /*font color */
	width: 84px; /*width of tab image */
	height: 21px; /*height of tab image */
	float: left;
	padding-top: 4px; /*vertical offset of tab text from top of tab*/
	background-image: url(images/xstab.gif); /*URL to tab image */
	background-repeat: no-repeat;

}

.shadetabs li a:visited{
	color: #2d2b2b;
	font: bold 10px Arial; /*tab font */
}

.shadetabs li a:hover{
	text-decoration:none;
	background-image:url(images/xstabon.gif); /*URL to tab image onmouseover */	
	color: #2d2b2b;	
	font: bold 10px Arial; /*tab font */
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/xstabon.gif);
color: #2d2b2b;	

/*background-color:#0099CC;*/
/*border-bottom-color: white;*/
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #CCCCCC;
/*width: 476px;*/
width: 504;
/*margin-bottom: 1em;*/
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}


/* ESTILOS NEWSLETTER */
.titulo{
	color:#07729A;
	font: normal 18px Trebuchet MS;
	margin:0px
}

.lema{
	font-size:12px;color:#005270;
}
.desc_corta{
	font-size:12px;
	color:#005270;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}





