/* CSS Document */

#contenido {
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
	width:100%;
}

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
}
.menu{
	cursor:pointer;
	padding:9px;
	padding-left:8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	background:url(images/botonOff.jpg);
	
	
}
.menu1{
	cursor:pointer;
	padding:9px;
	padding-left:8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8px;
	background:url(images/botonOn.jpg);
}

.cabeceratabla1{
	font: bolder normal 14px Tahoma;
	color: #FFFFFF;
	background-color: #0171B5;
}
.cabeceratabla2{
	color: #FFFFFF;
	background-color: #90BCDF;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.vacio{
	background-color: #CCCCFF;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.tabla{
	font: bold normal 10px Tahoma;
	color: #FFFFFF;
	background-color: #06C;
}
.fila{
	font: bold normal 10px Tahoma;
	color: #FFFFFF;
	background: #4D8C59;
}


.subMenuOn {
	cursor:pointer;
	background:url(images/smOn.jpg);
	padding-left:16px;
	color: #535e70;
	font-weight: bold;
	font-size: 9px;
	height:21px;
	width:179px;
}



.subMenuOff {
	cursor:pointer;
	background:url(images/smOff.jpg);
	padding-left:16px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	height:21px;
}

.subMenuOver {
	cursor:pointer;
	background:url(images/smOver.jpg);
	padding-left:16px;
	color: #FFF;
	font-weight: bold;
	font-size: 9px;
	height:21px;
}

.subMenuInicio{
	visibility:hidden;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

.style2 {color: #5B6C93}

.style3 {color: #FFFFFF}

#menusInicio {
	position:relative;
	z-index:1;
}

#menusComites {
	position:relative;
	z-index:1;
}

#CapaBocadillo {
	position:absolute;
	width:170px;
	height:132px;
	z-index:0;
	visibility: hidden;
}
#CapaArea1 {
	position:absolute;
	width:164px;
	height:105px;
	z-index:1;
	visibility: hidden;
}
#CapaArea2 {
	position:absolute;
	width:164px;
	height:105px;
	z-index:1;
	visibility: hidden;
}
.nombre {
	font:  normal 12px Tahoma;
	color: #003366;
}
.nombrecabecera {
	font:  bold normal 14px Tahoma;
	color: #003366;
}

.cargo {
	color: #026EB6;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}
.cuadrocargo {
	font:  bolder normal 12px Tahoma;
	color: #026EB6;
	background-color: #026EB6;
}
