﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?i53yt3');
  src:  url('../fonts/icomoon.eot?i53yt3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?i53yt3') format('truetype'),
    url('../fonts/icomoon.woff?i53yt3') format('woff'),
    url('../fonts/icomoon.svg?i53yt3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e901";
}
.icon-ubicacion:before {
  content: "\e902";
}
.icon-telefono:before {
  content: "\e900";
}




body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: 'Source Sans Pro', sans-serif;
}

.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    width: 60px;
}
.chat img{
    width: 100%;
}
.chat span{
    position: absolute;
    top: 12px;
    left: -320%;
    border: 0px solid red;
    background: #15a108;
    font-weight: bold;
	font-size: 20px;
    color: white;
    padding: 4px 10px;

    border-radius: 10px;

    box-shadow: 2px 0px 10px gray;
}

#cintillo{
	background: #52251e;
	width: 100%;
	float: left;
}

#cintillo-conten{
	border: 0px solid red;
	width: 1200px;
	margin: 0 auto;
}

#cintillo-conten span{
	border: 0px solid white;
	color: white;
	font-size: 24px;
	padding: 9px 0;
	margin: 0 35px 0 0;
	float: left;
}
.d700{
	width: 30px;
	float: left;
	margin-right:10px;
}
.a700{
	margin-right:10px;
	display: none;
}

.right{
	float: right !important;
	margin-right:0 !important;
}

#cintillo-conten a{
	color: white;
}





#cabecera{
	width: 100%;
	height: 175px;
	float: left;
}

#cabecera-conten{
	width: 1200px;
	margin:  auto;
}

#logotipo{
	position: relative;
	z-index: 100;
	width: 20%;
	text-align: center;
	float: left;
	margin: 5px 0 0 0;
}

#logotipo img{
	width: 92%;
}

#menu{
	width: 73%;
	float: right;
}

#menu a{
	color: white;
	text-decoration: none;
}

#menu-r{
	border: 1px solid transparent;
	background: #52251e;
	background: -moz-linear-gradient(top, #52251e 0%, #724038 44%, #52251e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52251e), color-stop(44%,#724038), color-stop(100%,#52251e));
	background: -webkit-linear-gradient(top, #52251e 0%,#724038 44%,#52251e 100%);
	background: -o-linear-gradient(top, #52251e 0%,#724038 44%,#52251e 100%);
	background: -ms-linear-gradient(top, #52251e 0%,#724038 44%,#52251e 100%);
	background: linear-gradient(top, #52251e 0%,#724038 44%,#52251e 100%);

	color: white;
	text-align: center;
	font-size: 22px;
	padding: 14px 0;
	cursor: pointer;
	margin: 40px 0 0 0;
	display: none;

	border-radius: 5px;
}
#menu-r:hover{
	border:1px solid black;
	background: blue;
	background: -moz-linear-gradient(top, blue 0%, blue 44%, blue 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,blue), color-stop(44%,blue), color-stop(100%,blue));
	background: -webkit-linear-gradient(top, blue 0%,blue 44%,blue 100%);
	background: -o-linear-gradient(top, blue 0%,blue 44%,blue 100%);
	background: -ms-linear-gradient(top, blue 0%,blue 44%,blue 100%);
	background: linear-gradient(top, blue 0%,blue 44%,blue 100%);

	text-shadow: 1px 1px 1px black;
}

#menu ul{
	width: 100%;
	float: left;
	margin: 40px 0 0 0;
}

#menu ul li{
	width: 18%;
	margin: 0 1%;
	float: left;
}

.menu{
	border: 1px solid transparent;
	background: #52251e;
	background: -moz-linear-gradient(top, #52251e 0%, #724038 44%, #52251e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52251e), color-stop(44%,#724038), color-stop(100%,#52251e));
	background: -webkit-linear-gradient(top, #52251e 0%,#724038 44%,#52251e 100%);
	background: -o-linear-gradient(top, #52251e 0%,#724038 44%,#52251e 100%);
	background: -ms-linear-gradient(top, #52251e 0%,#724038 44%,#52251e 100%);
	background: linear-gradient(top, #52251e 0%,#724038 44%,#52251e 100%);

	color: white;
	text-align: center;
	font-size: 22px;
	padding: 14px 0;

	border-radius: 5px;
}

.menu:hover, .activo{
	border:1px solid black;
	background: blue;
	background: -moz-linear-gradient(top, blue 0%, blue 44%, blue 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,blue), color-stop(44%,blue), color-stop(100%,blue));
	background: -webkit-linear-gradient(top, blue 0%,blue 44%,blue 100%);
	background: -o-linear-gradient(top, blue 0%,blue 44%,blue 100%);
	background: -ms-linear-gradient(top, blue 0%,blue 44%,blue 100%);
	background: linear-gradient(top, blue 0%,blue 44%,blue 100%);

	text-shadow: 1px 1px 1px black;
}



#efecto{
	width: 100%;
	float: left;
}



#cursos{
	width: 100%;
	float: left;
}

#cursos-conten{
	width: 1200px;
	margin: 0 auto;
}

.titulo-cursos{
	width: 100%;
	text-align: center;
	font-size: 32px;
	color: #52251e;
	font-weight: bold;
	float: left;
	padding: 12px 0;
	margin: 20px 0;
}

.curso{
	width: 31.33%;
	float: left;
	margin: 0 1% 30px;
}

.titulo-curso{
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	float: left;
	padding: 10px 0;
}

.imagen-curso{
	width: 100%;
	float: left;
}

.imagen-curso img{
	width: 100%;
}



#principal{
	background: url(../images/principal.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 200px;
	float: left;
}

.contacto{
	background: url(../images/contacto.jpg) no-repeat center center !important;
	-webkit-background-size: cover;
	background-size: cover;
}



#wrapP{
	width: 1200px;
	margin: 0 auto;
}

#pagina{
	width: 100%;
	float: left;
	margin: 30px 0;
}

.parte{
	width: 100%;
	float: left;
}

.seccion{
	border-left: 4px solid #52251e;
	background: white;
	width: 61%;
	font-size: 22px;
	line-height: 27px;
	float: left;
	padding: 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.seccion strong, .seccion h1{
	color: #52251e;
	font-size: 25px;
}

.imagen-seccion{
	width: 35%;
	font-size: 22px;
	line-height: 27px;
	float: left;
}
.imagen-seccion img{
	width: 100%;

	border-radius: 10px;
}




.cuadros{
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}

.cuadro{
	border:3px solid black;
	font-size: 35px;
	line-height: 42px;
	padding: 12px;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.zonas{
	width: 65%;
}
.horario{
	width: 30%;
	margin: 0 0 0 4%;
}

.cuadro h2{
	width: 100%;
	text-align: center;
	color: #52251e;
	font-size: 26px;
	float: left;
}

.cuadro span{
	width: 100%;
	text-align: center;
	font-weight: bold;
	float: left;
}

.mitad{
	width: 50%;
	float: left;
}




table{
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}

table tr td{
	border:1px solid gray;
	width: 50%;
	font-size: 30px;
	text-align: center;
	padding: 12px 0;
}

table tr td strong{
	font-size: 35px;
}






#footer{
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #444444 44%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(44%,#444444), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #000 0%,#444444 44%,#000 100%);
	background: -o-linear-gradient(top, #000 0%,#444444 44%,#000 100%);
	background: -ms-linear-gradient(top, #000 0%,#444444 44%,#000 100%);
	background: linear-gradient(top, #000 0%,#444444 44%,#000 100%);

	width: 100%;
	float: left;
}

#footer-conten{
	width: 1200px;
	margin: 0 auto;
}

.seccion-footer{
	width: 50%;
	font-size: 20px;
	color: white;
	float: left;
	padding: 20px 12px 20px 40px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.seccion-footer strong{
	font-size: 26px;
	text-shadow:1px 1px 1px #fcd104;
}

.seccion-footer a{
	color: white;
}


#pie{
	background: black;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 20px;
	line-height: 30px;
	float: left;
	padding: 8px 0;
}
#pie a{
	color: white;
}


@media screen and (max-width: 1200px){
	.d1200{
		display: none;
	}
	#cintillo-conten, #cabecera-conten, #cursos-conten, #wrapP{
		width: 100%;
	}
}

@media screen and (max-width: 850px){
	.cuadro{
		width: 100%;
		margin: 15px 0;
	}
}

@media screen and (max-width: 700px){
	.d700{
		display: none;
	}
	.a700{
		display: inline-block;
	}
	#cintillo-conten span{
		width: 50%;
		text-align: center;
		margin: 0;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.w100{
		position: relative;
		top: -10px;
		width: 100% !important;
	}
}

@media screen and (max-width: 650px){
	#cabecera{
		height: auto;
	}
	#logotipo{
		width: 100%;
	}
	#logotipo img{
		width: 40%;
	}
	#menu{
		width: 100%;
	}
}

@media screen and (max-width: 600px){
	#logotipo{
		width: 50%;
	}
	#logotipo img{
		width: 70%;
	}
	#menu{
		width: 50%;
	}
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
		margin: 0;
	}
	#menu ul li{
		width: 100%;
	}

	.curso{
		width: 98%;
	}


	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 0 !important;
	}
	.imagen-seccion img{
		width: 80%;
	}

	.formu{
		width: 100% !important;
		margin: 0 !important;
	}

	#pie{
		font-size: 16px;
	}

	.w100{
		width: 100% !important;
	}
}

@media screen and (max-width: 550px){
	.mitad{
		width: 100%;
	}
}












