﻿body{
	font-family: 'Open Sans', sans-serif;

	overflow-x: hidden;
}

#cintillo{
	background: #dfe4f4;
	width: 100%;
	height: 35px;
}

#cintillo-conten{
	width: 1100px;
	height: 35px;
	margin: 0 auto;
}

#cintillo-conten b{
	color: #49b5c9;
}

#cintillo-conten span{
	color: gray;
	margin: 9px 0 0 0;
	float: left;
}
#cintillo a{
	color: #999999;
}

.blanco{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(256,256,256,0.8);
}
.blanco #logotipo{
	width: 10%;
}
.blanco #menu{
	margin: 10px 0 0 0;
}

#cabecera{
	width: 100%;
	padding: 10px 0;
	float: left;
}

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

#logotipo{
	border: 0px solid red;
	width: 19%;
	height: 100%;
	float: left;

	transition: all 0.2s;
}

#logotipo img{
	width: 80%;
}

#menu{
	border: 0px solid red;
	width: 80%;
	float: right;
	margin: 35px 0 0 0;
}

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

#menu-r{
	background: #2fccf6;
	color: white;
	width: 100%;
	text-align: center;
	float: left;
	padding: 15px 0;
	cursor: pointer;
	display: none;
}

#menu ul{
	border: 0px solid red;
	width: 100%;
	float: right;
}

#menu ul li{
	width: 15%;
	float: left;
	margin-right: 1.66%;
}

.menu{
	border-bottom: 8px solid #49b5c9;
	width: 100%;
	text-align: center;
	float: left;
	padding: 15px 0;
	cursor: pointer;
}

.menu:hover, .activo{
	background: #183f6d;
	color: white;

	box-shadow: 3px 3px 10px gray;
}

.dos{
	padding-top: 6px;
	padding-bottom: 6px;
}






#barra{
	background: #49b5c9;
	width: 100%;
	height: 5px;
	float: left;
}

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

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

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



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

#footer{
	background:#183f6d;
	width: 100%;
	color: white;
	float: left;
	margin: 20px 0 0 0;
}

#footer-conten{
	background: #01a4ef;
	width: 1100px;
	margin: 0 auto;
}

.seccion-footer{
	position: relative;
	min-height: 260px;
	float: left;
	padding: 10px;

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

.seccion-footer a{
	color: white;
}

.titulo-seccion-footer{
	border-bottom: 1px dotted white;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
}

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

#contacto-mujer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 390px;
}

.redes{
	height: 35px;
	float: left;
	margin: 0 10px 0 0;
}

#pie{
	width: 100%;
	color: gray;
	text-align: center;
	line-height: 24px;
	float: left;
	margin: 15px 0;
}


@media screen and (max-width: 1200px){
	#efecto-conten{
		width: 100%;
	}
}

@media screen and (max-width: 1100px){
	#cintillo-conten{
		width: 100%;
		padding: 0 10px;

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

	#cabecera-conten{
		width: 100%;
	}


	#wrapP{
		width: 100%;
	}


	#footer-conten{
		width: 100%;
	}

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

	#contacto-mujer{
		display: none;
	}
}

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

	#logotipo img{
		width: auto;
		height: 200px;
	}

	#menu{
		width: 100%;
	}

	.blanco{
		position: relative;
	}
}

@media screen and (max-width: 700px){
	#menu ul li{
		width: 48%;
	}

	.dos{
		padding: 15px 0;
	}
}

@media screen and (max-width: 600px){
	.seccion-footer{
		width: 100% !important;
	}
}

@media screen and (max-width: 500px){
	.d500{
		display: none;
	}

	#cintillo-conten span{
		width: 100%;
		text-align: center;
	}

	#menu-r{
		display: block;
	}

	#menu ul{
		display: none;
	}

	#menu ul li{
		width: 100%;
		margin-right: 0;
		margin-left: 0 !important;
	}
}