/*=====================================================*/
/*=======PARA SUBSECRETARIAS Y DEPENDENCIAS ETC========*/
/*=====================================================*/

/*========================HEADER=======================*/
/*-------------colores-------------*/
.azulClaro{ background:#83b0df;}
.azulMedio{ background:#5a96d4;}
.grisClaro{ background:#e7e7e7;}
.grisMedio{ background:#999999;}
.grisOscuro{ background:#474747;}
/*-------alineacion de texto-------*/
.centrado{ text-align:center;}
/*---------------anchos------------*/
.columna1{ width:65px;}
.columna2{ width:130px;}
.columna3{ width:195px;}
.columna8{ width:520px;}
/*----------------links------------*/
#herramientas{ float:left; padding-left:12px;}
.linkHerramientas,
.linkHerramientas a,
.linkHerramientas a:link,
.linkHerramientas a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
text-decoration:none;
}
.linkHerramientas a:hover{ text-decoration:underline;}

/*-----------------fecha------------*/
#fechacapa{
float:right;
font-size:9px;
color:#b5b5b5;
padding-right:12px;
}
/*------botones herramientas de usuario---------*/
#herramientas{
float:right;
width:430px;}
#herramientas div{
float:right;
margin-right:27px;
margin-top:10px;
}
#herramientas .inicioHead a:link,
#herramientas .inicioHead a:visited{
	display:block;
	width: 36px;
	height: 9px;
	background:url(../images/menu/inicio2.gif) no-repeat center center;
}
#herramientas .inicioHead a:hover{
	background:url(../images/menu/inicio2-over.gif) no-repeat center center;
}
#herramientas .directorioHead a:link,
#herramientas .directorioHead a:visited{
	display:block;
	width: 102px;
	height: 9px;
	background:url(../images/menu/directorio.gif) no-repeat center center;
}
#herramientas .directorioHead a:hover{
	background:url(../images/menu/directorio-over.gif) no-repeat center center;
}
#herramientas .contactoHead a:link,
#herramientas .contactoHead a:visited{
	display:block;
	width: 57px;
	height: 9px;
	background:url(../images/menu/contacto.gif) no-repeat center center;
}
#herramientas .contactoHead a:hover{
	background:url(../images/menu/contacto-over.gif) no-repeat center center;
}
#herramientas .mapaHead a:link,
#herramientas .mapaHead a:visited{
	display:block;
	width: 82px;
	height: 9px;
	background:url(../images/menu/mapasitio.gif) no-repeat center center;
}
#herramientas .mapaHead a:hover{
	background:url(../images/menu/mapasitio-over.gif) no-repeat center center;
}
/*----------------Otros elementos-------*/
.cuadroNulo{
width:33px;
height:33px;
float:left;
}
.paginaWWW{
float:left;
margin-left:8px;
margin-top:10px;
}