﻿body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	font-family: 'Slabo 27px', serif;
}


#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 85px;
	text-align: center;
	padding: 18px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

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

#chat strong{
	width: 100%;
	float: left;
}

#chat img{
	width: 40px;
}


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

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

#logotipo{
	border: 0px solid red;
	width: 38%;
	font-family: 'Kaushan Script', cursive;
	font-family: "Rowdies", sans-serif;
	font-size: 55px;
	font-weight: normal;
	height: 100%;
	float: left;
	margin: 10px 0 0 0;
}


#datos{
	border: 0px solid #ddd;
	width: 50%;
	float: right;
	margin: 10px 10px 0 0;

	border-radius: 10px 10px 0 0;
}

#datos a{
	color: black;
}

#datos p{
	border: 0px solid blue;
	width: 100%;
	font-size: 34px;
	text-align: center;
	float: left;
	margin: 6px 0;
}

#datos b{
	color: #e73d96;
}

#datos strong{
	color: #e73d96;
	font-size: 40px;
}

.w50{
	width: 50% !important;
	float: left;
}




#menu{
	border: 0px solid red;
	background: black;
	width: 100%;
	float: left;
	margin: 10px 0;
}

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

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

#menu-conten ul{
	width: 40%;
	margin: 0 30%;
}

#menu-conten ul li{
	width: 50%;
	float: left;
}

#menu-conten ul li:hover, #menu-conten ul li:hover .menu, .activo{
	background: #e73d96;
	color: white;
	text-shadow:1px 1px 1px #000;
}

#menu-r{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 25px;
	font-weight: bold;
	padding:10px 0;
	display: none;
	cursor: pointer;
}
#menu-r:hover{
	text-decoration: underline;
}

.icono{
	border: 1px solid transparent;
	position: relative;
	width: 20%;
	height: 100%;
	text-align: center;
	float: left;

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

.icono img{
	position: absolute;
	left: 0;
	width: 100%;
}

.menu{
	border: 0px solid red;
	width: 100%;
	color: white;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	padding: 12px 0;
	float: left;

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

.contacto-menu{
	color: white;
}





#efecto{
	border: 0px solid red;
	width: 100%;
	height: auto;
	float: left;
}




#banner{
	background: #fbf9d8;
	width: 100%;
	color: #e73d96;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Montserrat';
	text-align: center;
	float: left;
	padding: 12px 0;
}





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

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

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

h1{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: blue;
	float: left;
	margin: 0 0 30px 0;
}



.parte{
	width: 100%;
	float: left;
	padding: 30px 0;
}

.titulo{
	text-align: center;
	color: #e73d96;
	text-decoration: underline;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}


.videos{
	width: 100%;
	float: left;
}
.video{
	width: 33.33% !important;
	float: left;
}
.video video{
	width: 100%;
}



#footer{
	background: black;

	width: 100%;
	float: left;
}

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

.seccion-footer{
	width: 33.33%;
	color: white;
	font-size: 21px;
	line-height: 31px;
	float: left;
	padding: 20px 12px;

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

.seccion-footer a{
	color: white;
}

.titulo-seccion-footer{
	font-size: 23px;
	text-shadow: 2px 2px 2px #e73d96;
	font-weight: bold;
}

.desarrollo-seccion-footer{
	line-height: 22px;
	padding: 10px 0;
}

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

.redes img{
	height: 30px;
}


@media screen and (max-width: 1200px){
	#cabecera-conten, #menu-conten, #wrapP, #footer-conten{
		width: 100%;
	}

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

@media screen and (max-width: 750px){
	#menu-r{
		display: block;
	}
	#menu-conten ul{
		display: none;
	}
	#menu-conten ul li{
		width: 100%;
	}

	.video{
		width: 50% !important;
	}
}

@media screen and (max-width: 700px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 80%;
	}

	#datos{
		width: 100%;
	}
}

@media screen and (max-width: 500px){
	#logotipo img{
		width: 100%;
	}

	.seccion-footer{
		width: 100% !important;
	}
	.video{
		width: 100% !important;
	}
}
