﻿@font-face{
	src:url(../fuentes/calibri-regular.ttf);
	font-weight: normal;
	font-family: Calibre;
}


body{
	background: #f3f3f3;
	font-family: Calibre;
}



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

#pagina{
	background: white;
	width: 100%;
	float: left;
	padding: 0 20px;
}

#cabecera{
	border-top: 5px solid #1f579c;
	width: 100%;
	float: left;
	padding: 10px 0;
}

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

#logotipo img{
	width: 100%;
}

#cabecera-conten{
	border: 1px solid #ddd;
	background: #f7f7f7;
	width: 30%;
	float: right;

	border-radius: 5px;
}

#redes{
	width: 100%;
	font-size: 20px;
	text-align: right;
	padding: 10px;

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

#redes img{
	height: 25px;
	float: right;
	margin: -2px 0 0 0;
}

#icono{
	height: 100px;
	float: left;
	margin: 5px 0 0 250px;
}

#datos{
	width: 100%;
	font-size: 18px;
	float: left;
	padding: 10px;

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

#datos p{
	width: 100%;
	font-size: 20px;
	text-align: right;
	float: left;
}

#datos strong{
	color:#f1983c;
}



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

#menu-r{
	background: #1f579c;
	width: 100%;
	color: white;
	font-size: 20px;
	text-align: center;
	float: left;
	padding: 9px 0;
	cursor: pointer;
	display: none;
}

#menu-r:hover{
	background: #194377;
}

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

#menu ul{
	width: 100%;
	float: left;
}

#menu ul li{
	position: relative;
	width: 20%;
	float: left;
}

.menu{
	width: 100%;
	font-size: 20px;
	text-align: center;
	float: left;
	padding: 9px 0;
}

.menu:hover{
	background: #194377;
}

#menu ul li:hover #menu-secundario{
	max-height: 200px;
}

#menu-secundario{
	position: absolute;
	top: 37px;
	left: -5%;
	z-index: 100;
	border-top: 1px solid #ddd;
	background: #1f579c;
	width: 110%;
	float: left;

	transition:all 0.2s;

	overflow: hidden;
	max-height: 0;
}

#menu-secundario ul{
	width: 100%;
	float: left;
}

#menu-secundario ul li{
	width: 100%;
	float: left;
}

.menu-secundario{
	width: 100%;
	font-size: 20px;
	text-align: center;
	color: white;
	float: left;
	padding: 9px 0;
}

.menu-secundario:hover{
	background: #194377;
}



#efecto{
	width: 100%;
	float: left;
	margin: 10px 0;
}

#efecto img{
	width: 100%;
}




#contenido{
	border: 0px solid red;
	width: 100%;
	float: left;
	padding: 10px 0;
}



.titulo-pestana{
	width: 100%;
	text-align: center;
	float: left;
	margin: 20px 0;
}

.titulo-pestana div{
	font-size: 22px;
	color: #1f579c;
	font-weight: bold;
}






#footer{
	background: #1f579c;
	width: 100%;
	float: left;
	margin: 20px 0 10px 0;
}

.seccion-footer{
	width: 50%;
	color: white;
	float: left;
	padding: 10px;

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

.right{
	text-align: right;
	float: right !important;
}

.seccion-footer a{
	color: white;
}



@media screen and (max-width: 1200px){
	#wrapP{
		width: 100%;
	}
	#pagina{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 900px){
	#logotipo{
		width: 27%;
	}
	#cabecera-conten{
		width: 55%;
	}
}

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

@media screen and (max-width: 500px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 70%;
	}
	#cabecera-conten{
		width: 100%;
	}
}