@charset "utf-8";
/* CSS Document */

.menucarre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 166px;
	padding-left: 5px;
}
.menucarre a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	display: block;
	height: 25px;
	text-decoration: none;
	width: 166px;
	padding-top: 5px;
}
.menucarre a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #6A9FBC;
	display: block;
	height: 20px;
	text-decoration: none;
	width: 166px;
}
.menucarre1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 26px;
	width: 166px;
	padding-left: 5px;
}
.menucarre1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	display: block;
	height: 26px;
	text-decoration: none;
	width: 166px;
}
.menucarre1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #6A9FBC;
	display: block;
	height: 26px;
	text-decoration: none;
	width: 166px;
}
.textodentro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58585A;
}
.titulo_tabla {
    background-color: #0275B8;
    border: thin none #FFFFFF;
    color: #FFFFFF;
    font-size: 9pt;
    font-style: normal;
    font-weight: bold;
    height: 30px;
    padding-top: 3px;
}
.texto_tabla {
    background-color: #F1F1F1;
    border-bottom: 1px dotted #666666;
    color: #000000;
    font-size: 8pt;
    font-style: normal;
    height: 50px;
}
.texto_tablalink {
    background-color: #F1F1F1;
    border-bottom: 1px dotted #666666;
    color: #000000;
    font-size: 8pt;
    font-style: normal;
    height: 50px;
}
.texto_tablalink a {
    color: #3399CC;
    text-decoration: none;
}
.texto_tablalink a:visited {
    color: #3399CC;
    text-decoration: none;
}
.texto_tablalink a:hover {
    color: #1772AB;
    text-decoration: underline;
}
.detalle_titulo {
    background-color: #F1F1F1;
    border: thin none #FFFFFF;
    color: #3399CC;
    font-family: Arial,Trebuchet MS,Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}
.detalle_text {
    background-color: #F1F1F1;
    border: thin none #FFFFFF;
    font-family: Arial,Trebuchet MS,Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}