@charset "utf-8";
/* CSS Document */


.tituloMenuContenido a{
	color:#6D6F71;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}


.tituloSubmenuContenido a{
	color:#6D6F71;
	font-size:13px;
	font-style:italic;
	text-decoration:none;
		font-weight:bold;
		padding:2px 3px;
}

.tituloSubmenuContenido a:hover{
	color:#32A9E4;
}
	
	
.activo a{
	color:#32A9E4;
	font-size:13px;
	font-style:italic;
	text-decoration:none;
		font-weight:bold;
		padding:2px 3px;
}

.botonRegistroPadres{
	height:29px;
	width:176px;
	background:url(../../imagenes/botones/btn1.jpg) no-repeat;
	background-position:0px 0px;
}

.botonAccederCuenta{
	height:29px;
	width:189px;
	background:url(../../imagenes/botones/btn2.jpg) no-repeat;
	background-position:0px 0px;
}

.botonAccederSistemaInteractivo{
	height:29px;
	width:225px;
	background:url(../../imagenes/botones/btn3.jpg) no-repeat;
	background-position:0px 0px;
}.botonAccederex{
	height:29px;
	width:256px;
	background:url(../../imagenes/botones/btn5.jpg) no-repeat;
	background-position:0px 0px;
}

.botonRegistroPadres:hover, .botonAccederCuenta:hover, .botonAccederSistemaInteractivo:hover, .botonAccederex:hover{
	background-position:bottom left;
}

