/* -----------------------------------------   TABS   ------------------------------------*/
 ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	font-size: 12px;
	padding: 0 18px;
	border: 1px solid #fff;
	outline: none;
	color:#36C;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a, html ul.tabs li.active a:hover  {
	background: #25567B;
	border-bottom: 1px solid #fff;
	font-weight:bold;
	color:#FFF !important;
}


.tab_container {
	border: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	padding-left:2px;
}
.tab_content {
	padding-top: 10px;
	font-size: 1.2em;
}

.separatorLine{
	margin-top:20px;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:50px;	
}

.separator{
	border:1px dotted #666666;	
}

.derecha{
	float:right;
}

.bold, .linkOscuro{
	font-weight:bold;
}
.subrayado, .linkOscuro{
	text-decoration:underline;
}
.azulClaro, .link{
	color:rgb (0, 106, 138) !important;
}
.azulMedio, .letraDelSitio{
	color:#0B61A4;
}
.azulFuerte, .labels, .azulLabel{
	color:#033E6B;
}
.azulOscuro, .titulo, .linkOscuro{
	color:#25567B;
}

.link, .linkOscuro{
	cursor:pointer;
}

.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(../images/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(../images/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(../images/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(../images/tipsy-west.gif);
	background-position:left center;
}

.linkOneResult {
	cursor: pointer;
}