/*·········································· FORMATO ··········································*/
html {
	font-size: 75%;
 /*overflow:visible;*/
}
body {
	margin:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/*············································ TIPOS ··············································*/
a {
	text-decoration: none;
	color: #0066CC;
	cursor: pointer;
}
/*a:hover {
	color: #FFFF33;
}*/
span.titulo, div.titulo {
	color: #FFFFFF;
	font-size: 160%;
}
div.titulo {
	height: 30px;
	vertical-align: text-top;
}
.txtPie {
	font-size: 11px;
	color: #666666;
	font-stretch: condensed;
}
.txtPieB {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-stretch: condensed;
}
a.txtPie {
	color: #265275;
}
a.txtPieB {
	color: #FFFFFF;
}
a.txtPie:hover {
	color: #FF6600;
	text-decoration: none;
}
.bordeTablas {
	border: 1px solid #CAD5E9;
}

.despegable{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
/*··········································· STILO ··············································*/
a.enlace {
	color: #FFFFFF;
	text-decoration: none;
}
a.enlace:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.linkSubr {
	font-weight: normal;
	text-decoration: underline;
	color: #CCCCCC;
}
a.linkSubr:hover{
	font-weight: normal;
	text-decoration: underline;
	color: #FFCC00;
}
.tituloG {
	color: #FFFFFF;
	font-size: 200%;
}
.tituloM {
	color: #333333;
	font-weight: bold;
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tituloNaranja {
	color: #FF9900;
	font-weight: bold;
	font-size: 120%;
}
a.linknaranjaBold {
	font-weight: bold;
	text-decoration: none;
	color: #FFCC00;
}
a.linkgrisBold {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

a.linkgrisBold:hover {
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}


.tabla1 {
	border: 1px solid #ADADAD;
	background-color: #FFFFFF;
}
