*{
	padding:0px;
	margin: 0px;

}

@font-face {
	font-family:"cabin-regular-webfont";
	font-style: normal;
	font-weight: normal;
 	src: url("../fonts/cabin-regular-webfont.woff");
}

@font-face {
	font-family:"Triomphe-Regular";
	font-style: normal;
	font-weight: normal;
 	src: url("../fonts/Triomphe-Regular.otf");
}


.menu{display:none}

.logo{
	padding-top: 10px;
	height: 115px;
	width: 80px;
	display: none;
}

.cabezera-movil{position:relative}

.titulo-colegio{
	font-family: 'Titillium Web', sans-serif;
	font-size:21px;
	vertical-align: -16px;
	color:#555;
	padding-left: 20px;
	padding-top: 10px;
	
}

.header{
	width: 100%;
	background-color: #F2F2F2;
	display: none;
	height: 135px;

}

.barra-inferior{
	width: 100%;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	
	height: 53px;
	border-top:1px solid #9D9D9D;
	border-bottom:1px solid #9D9D9D;

}

.icon-list2{
	color: #34495e;
	font-size:40px;
	padding: 5px;
	border-left:1px solid #9D9D9D;
	float: right;
	
}

.icon-list2:active{
	background-color: #E4E5E5;
	-webkit-box-shadow: inset 0  4px 6px #2D3034;
	-moz-box-shadow: inset 0  4px 6px #2D3034;
	-ms-box-shadow: inset 0  4px 6px #2D3034;
	-o-box-shadow: inset 0  4px 6px #2D3034;
	box-shadow: inset 0  4px 6px #2D3034;
}

.menu-movil{
	width: 100%;
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	height: auto;
	display:none;
	margin-top:0px;
}

.menu-movil li{
	padding: 14px;
	-webkit-transition:padding .3s;
	-ms-transition:padding .3s;
	-moz-transition:padding .3s;
	-o-transition:padding .3s;
	transition:padding .3s;
	padding-left: 20px;
	border-top:1px solid #2D3035;
	font-weight:bold;
}

.menu-movil a{
	-webkit-transition:all .3s;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Titillium Web', sans-serif;
}

.menu-movil a:hover{
	color: #222;
}

.menu-movil a.home{
	color: #fff;
}

.menu-movil a li.inicio{
	background-color:#2D3035;
	-webkit-box-shadow: inset 0 4px 6px #181A1D;
	-moz-box-shadow: inset 0 4px 6px #181A1D;
	-ms-box-shadow: inset 0 4px 6px #181A1D;
	-o-box-shadow: inset 0 4px 6px #181A1D;
	box-shadow: inset 0 4px 6px #181A1D;

}

.imagenes{
	width: 100%;
	height: 125px;
	z-index: 1;
}

.cycle-slideshow{
	width: 100%;
	font-family: 'Titillium Web', sans-serif;
	position:relative;
	
}
.cycle-overlay{
	width: 100%;
	background-color: rgba(44, 62, 80, 0.7);
	color: white;
	text-align: center;
	padding-bottom: 3px;
	
}

#celu2,#celu,#celu3{display:none}

.nombre,.titulo3{
	display:none;
}


