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

#cabecera{
	border-bottom: 3px solid #ddd;
	background: white;
	width: 100%;
	padding: 10px 0;
	float: left;
}

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

#logotipo{
	border: 0px solid red;
	width: 20%;
	float: left;
}

#logotipo img{
	width: 100%;
}

#datos{
	border: 0px solid red;
	width: 25%;
	height: 100%;
	float: right;
}

#redes{
	border-bottom: 3px solid #b42222;
	width: 100%;
	text-align: right;
	float: left;
}

#redes img{
	height: 35px;
	margin: 0 10px;
}

#datos-datos{
	border:0px solid red;
	text-align: right;
	font-size: 22px;
	line-height: 30px;
	float: right;
	padding: 8px 0;
}

#menu{
	background: #1a63a8;
	width: 100%;
	float: left;
}

#menu-conten{
	background: #1a63a8;
	width: 1100px;
	margin: 0 auto;
}

#menu-r{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	padding: 8px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	background: black;
}

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

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

.menu{
	border: 0px solid white;
	width: 100%;
	text-align: center;
	padding: 8px 0;
	float: left;
}

.menu:hover{
	background: black;
}

#conten{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	float: left;
	padding: 0 0 20px 0;
}

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

#pagina{
	border: 0px solid red;
	width: 100%;
	float: left;
}

.titulo-pestana{
	background: rgba(256,256,256,0.3);
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #1a63a8;
	margin: 15px 0;
	padding:5px 0;
	float: left;
}

#footer{
	background:#1a63a8;;
	width: 100%;
	float: left;
}

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

.seccion-footer{
	border: 0px solid white;
	width: 100%;
	position: relative;
	color: white;
	padding: 10px;
	float: left;

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

.seccion-footer a{
	color: white;
}

.titulo-seccion-footer{
	width: 100%;
	font-weight: bold;
	font-size: 22px;
	padding: 10px 0;
	float: left;
}

.desarrollo-seccion-footer{
	width: 100%;
	line-height: 24px;
	padding: 10px 0;
	float: le

}

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



@media screen and (max-width: 1100px){
	#contacto-mujer{display: none;}

	#cabecera-conten, #wrapP{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#menu-conten, #efecto, #footer-conten{
		width: 100% !important;
		float: left;
	}
	#logotipo{
		width: 30%;
	}
	#datos{
		width: 50%;
	}
	#logo2{
		display: none;
	}
}

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

	.seccion-footer{
		width: 100% !important;
	}
}
@media screen and (max-width: 600px){
	#menu-r{
		display: block;
	}
	#menu-conten ul{
		display: none;
	}
	#menu-conten ul li{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	#logotipo img{
		width: 70%;
	}
}