/* HOJA DE ESTILOS CSS PARA LOS ESTILOS DE LA PÁGINA PRINCIPAL */
/* ----------------------------------------------------------- */


/* LINKS GENERALES */
/* ----------------------------------------------------------- */
.linksGeneral:link {
	/* Diseño */
	width: 100px;
	
	/* Texto & Fondo */
	/*color:#336666;*/
	color:#6C6C6C;
	font-size: 12px;
	font-weight:550;
	text-decoration: underline;
}
/*
.linksGeneral:visited {
	/* Texto & Fondo */
	/*color:#66CC00;*/
	/*color:#6C6C6C;
	font-size: 12px;
	font-weight:normal;
	text-decoration: underline;
}*/

.linksGeneral:hover{
	/* Texto & Fondo */
	color:#FF9900;
	font-size: 12px;
	font-weight:normal;
	text-decoration: underline;
}
/* ----------------------------------------------------------- */


/* LINKS DE LOS BLOQUES */
/* ----------------------------------------------------------- */
/* Firefox */
.indiceBloque{
	/* Diseño */
	margin-left:-25px;
	padding-top:7px;
	#margin-left:15px; /* IE7 */
	#padding-top:10px; /* IE7 */
	list-style-type: none;
	
	/* Texto & Fondo */
	color:#6C6C6C;
	font-size: 16px;
	font-weight: bold;
}

/* Explorer */
* html .indiceBloque{
	/* Diseño */
	margin-left:15px;
	padding-top:10px;
	list-style-type: none;
	
	/* Texto & Fondo */
	color:#6C6C6C;
	font-size: 16px;
	font-weight: bold;
}

.valoresLIBloques {
	/* Diseño */
	margin-left:10px;
}

.linksBloques {
	/* Texto & Fondo */
	color:#0099CC;
	font-weight:normal;
	font-size:12px;
	text-decoration: none;	
}
.linksBloques:link {
	/* Texto & Fondo */
	color:#0099CC;
	font-weight:normal;
	font-size:12px;
	text-decoration: none;	
}

.linksBloques:visited {
	/* Texto & Fondo */
	color:#0099CC;
	font-weight:normal;
	font-size:12px;
	text-decoration: none;
}

.linksBloques:hover{
	/* Texto & Fondo */
	color:#FF9900;
	font-weight:normal;
	text-decoration:underline;
}


/* Para las subsecciones dentro de los bloques o reducir tamaños*/
.indiceBloque2{
	font-size: 16px;
}

.linksBloquesTamaño2:link{
	/* Texto & Fondo */
	font-size:11px;
}

.linksBloquesTamaño2:visited{
	/* Texto & Fondo */
	font-size:11px;
}

.linksBloquesTamaño2:hover{
	/* Texto & Fondo */
	font-size:11px;
	#font-size:14px; /* Parche IE7 */
}

/* Para el título de los bloques */
.titulo:link{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

/* Separo este estilo para que no haga cosas raras al mezclar
     los estilos ul y el aplicado a los titulos 
.titulo_Hover:hover{ 
	color:#FF9900;
	font-weight:bold;
	text-decoration:underline;
}
.titulo:visited{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}*/

a img { border:none;}
.Imagenes_Indice{
	color:#666666;
	text-decoration:none;
	font-size:12px;
	border:none;
	outline:none;
}
/* ----------------------------------------------------------- */

