@charset "utf-8";

section:after {
	content: " ";
	clear: both;
	display: block;
}
hr {
	color: #efefef;
	margin: auto;
}
.titulos{
	margin-top: 10px;
    font-family: Arial;
	font-style: bold;
	text-align: center;
	font-size: 18px;
}
.titulo{
	margin-top: 10px;
    font-family: Arial;
	text-align: center;
	font-size: 14px;
}
.contacto {
	font-size: 12px;
	margin-bottom: 10px;
}
.horario{
	margin-top: 10px;
    font-family: Arial;
	text-align: center;
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
}
#nombreLargo {
	font-size: 6px;
	color:red;
}
a.estiloAvisos {
    display: block;
    width: 200px;
    padding: 5px 0 0 0;
    margin: 0 auto;
	background:  #3c115e;
	background: -moz-linear-gradient(top, #4385f5 0%, #4385f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4385f5), color-stop(100%,#4385f5));
    box-shadow: inset 0px 0px 6px #fff;
    -webkit-box-shadow: inset 0px 0px 6px #fff;
    border: 1px solid #454545;
    border-radius: 5px;
	color: #FFFFFF;
}

.estiloBoton {
  background: linear-gradient(180deg, #c3131f 0%, #8d035f 100%); /* color de fondo */
  color: #fff; /* color de fuente */
  border: 1px solid #454545; /* tamaño y color de borde */
  padding: 16px 20px;
  border-radius: 3px; /* redondear bordes */
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  margin: 0 auto;
}

.estiloBoton:hover {
	color: #000;/* color de fuente hover */
}

.estiloBoton::after {
  content: "";
  background: #fff; /* color de fondo hover */
  position: absolute;
  z-index: -1;
  padding: 16px 20px;
  display: block;
  border-radius: 50%;
  left: -50%;
  right: -50%;
  top: -150%;
  bottom: -150%;
  transform: scale(0, 0);
  transition: all 0.4s ease;
}
.estiloBoton:hover::after {
  transition: all 0.6s ease-out;
  transform: scale(1, 1);
}

.estiloBotonSubMenu {
  background: #fff; /* color de fondo */
  color: #000; /* color de fuente */
  border: 1px solid #454545; /* tamaño y color de borde */
  padding: 16px 20px;
  border-radius: 3px; /* redondear bordes */
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  margin: 0 auto;
}

.estiloBotonSubMenu:hover {
	color: #fff;/* color de fuente hover */
}

.estiloBotonSubMenu::after {
  content: "";
  background: #c3131f; /* color de fondo hover */
  position: absolute;
  z-index: -1;
  padding: 16px 20px;
  display: block;
  border-radius: 50%;
  left: -50%;
  right: -50%;
  top: -150%;
  bottom: -150%;
  transform: scale(0, 0);
  transition: all 0.4s ease;
}
.estiloBotonSubMenu:hover::after {
  transition: all 0.6s ease-out;
  transform: scale(1, 1);
}


#estiloBotonAncho li a {
	width: 400px;
}
.columnaPlaneacion, .columnaCentral, .columnaMaterialDidactico {
	padding-top: 50px;
	float: left;
	width: 29.3%;
	margin: 2%;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.hr {
	width: 60%;
}
/*******************************
********************************
menuLeft
********************************
*******************************/
#menuLeft ul{
	margin-left: 0px;
}
#menuLeft li{
	list-style:none;
}
#menuLeft li a{
	display:block;
	text-decoration:none;
	margin-top:15px;
	font-family:verdana;
	font-size:15px;
	width:150px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:10px 10px 10px 10px;
	text-align: center;
	box-shadow:5px 5px 10px #939393;
	-webkit-transition:0.6s;
	-o-transition:0.6s;
  	-moz-transition:0.6s; 
  	-ms-transition:0.6s;
}
#menuLeft li ul{
	display:none;
	position: absolute;
	margin-top:-40px;
	margin-left:235px;
}
#menuLeft li:hover ul{	
	display:block;	
}
#menuLeft li ul li{
	position:relative;
	margin-top:-10px;
}
#menuLeft   li ul li ul li a{
	display:none;
	margin-top:15px;
	margin-left:-5px;
}
#menuLeft li ul li:hover ul li a{	
	display:block;
}
/*******************************
********************************
menuRight
********************************
*******************************/
#menuRight li{
	list-style:none;
}
#menuRight li a{
	display:block;
	text-decoration:none;
	margin-top:15px;
	font-family:verdana;
	font-size:15px;
	width:155px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:10px 10px 10px 10px;
	padding-left: 20px;
	padding-right:20px;
	-webkit-transition:0.6s;
	-o-transition:0.6s;
  	-moz-transition:0.6s; 
  	-ms-transition:0.6s;
	box-shadow:5px 5px 10px #939393;
}
#menuRight li ul{
	display:none;
	position: absolute;
	margin-top:-40px;
    margin-left:-100px;
}
#menuRight li:hover ul{
	display:block;	
}
#menuRight li ul li{
	position:relative;
	margin-top:-10px;	
}
#menuRight li ul li ul li a{	
	display:none;
	margin-top:15px;
	margin-left:-5px;
}
#menuRight li ul li:hover ul li a{	
	display:block;
}
/*******************************
********************************
menuRightAncho
********************************
*******************************/
#menuRightAncho li{
	list-style:none;
}
#menuRightAncho li a{
	display:block;
	text-decoration:none;
	margin-top:15px;
	font-family:verdana;
	font-size:15px;
	width:155px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:10px 10px 10px 10px;
	padding-left: 20px;
	padding-right:20px;
	-webkit-transition:0.6s;
	-o-transition:0.6s;
  	-moz-transition:0.6s; 
  	-ms-transition:0.6s;
	box-shadow:5px 5px 10px #939393;
}
#menuRightAncho li ul{
	display:none;
	position: absolute;
	margin-top:-0.1px;
    margin-left:-250px;
}
#menuRightAncho li:hover ul{
	display:block;	
}
#menuRightAncho li ul li{
	position:relative;
	margin-top:-10px;
}
#menuRightAncho li ul li a{
	width: 300px;
}
#menuRightAncho li ul li ul li a{	
	display:none;
	margin-top:15px;
	margin-left:-5px;
}
#menuRightAncho li ul li:hover ul li a{	
	display:block;
}
/*******************************
********************************
Responsivo
********************************
*******************************/
@media only screen and ( max-width: 700px ){
	.columnaPlaneacion {
		float: none;
		width: 70%;
		margin: auto;
	}
	.columnaCentral, .columnaMaterialDidactico {
		float: none;
		width: 90%;
		margin: auto;
	}
	#menuLeft li ul{
		margin-top:-40px;
		margin-left:-90px;/*Para mover el submenu a la izquierda*/
	}
	#menuRight li ul{
		display: normal;
		position: absolute;
		margin-top:-10px;
		margin-left:-30px; /*Para mover el submenu a la izquierda*/
	}
	#menuRightAncho li ul{
	display:none;
	position: absolute;
	margin-top:-0.1px;
    margin-left:-90px; /*Para mover el submenu a la izquierda*/
	}
	.titulos{
		font-size: 14px;
	}
	.titulo{
		font-size: 10px;
	}
}