/* 

---------------------------------------------------------------------------
CSS CON EL ESTILO BASICO PARA LOS MENUS DE LA WEB DE WWW.ESTUDISBARBERA.ES
AUTOR: ROBERT SALLENT
FECHA: 03-2010
---------------------------------------------------------------------------

*/

@CHARSET "ISO-8859-1";


/****************** TEXTOS **********************/

.titulomenu{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.subtitulomenu{
	color: #FFFF99;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 5px;	
}

.tituloseccion{
	color: #FFFFBB;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 5px;	
}

.titulosubseccion{
	color: #FFFFEE;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 5px;	
}

.categoria{
	color: #FFFFFF;
	text-decoration: none;
}
.categoria:hover{
	text-decoration: none;
	color: #000066;
	background: #FFFFFF;
}

.datos{
	font-size: 9px;
	margin-bottom: 10px; 
}

/****************** BLOQUES **********************/

.bloquecategoriapr{
	text-align: justify;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
}

.bloquecategoria{
	text-align: justify;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
}

.bloqueseccion{
	text-align: justify;
	color: #FFFFFF;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px; 
	border: solid 3px #FFFFFF;
	background: #000088;

}

.bloquesubseccion{
	text-align: justify;
	color: #FFFFFF;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	border: solid 3px #FFFFFF;
	background: #110088;

}

/****************** IMAGENES **********************/

.mascota{
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}


/******************* ENLACES **********************/

.pagina_actual{
	padding-left:10px;
	background:#FFAA00;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
}
.seccion_actual{
	background:#FFBB11;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
}
.subseccion_actual{
	background:#FFCC22;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
}
