﻿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:'century gothic', sans-serif;
}

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

#pagina{
	border-top:5px solid #021c4a;
	background: white;
	width: 100%;
	float: left;
	padding: 0 10px;
}

#cabecera{
	border:0px solid red;
	position: relative;
	width: 100%;
	height: 180px;
}

#imagen-cabecera{
	position: absolute;
	bottom: -10px;
	left: 610px;
	height: 110%;
}

#logotipo{
	width: 25%;
	height: 100%;
	float: left;
}

#logotipo img{
	width: 100%;
}

#leyenda{
	border:0px solid red;
	width: 35%;
	height: 100%;
	font-family: 'batang';
	font-weight: 700;
	color: #3f6f9d;
	font-size: 35px;
	line-height: 55px;
	text-align: center;
	float: left;
	padding: 5px 0 0;

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

#leyenda b{
	color: #021c4a;
	font-size: 39px;
}

#datos{
	border:0px solid red;
	width: 25%;
	height: 100%;
	color: #3f6f9d;
	font-size: 17px;
	line-height: 30px;
	text-align: right;
	float: right;
	padding: 15px 0 0;

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

#datos-r{
	width: 100%;
	text-align: center;
	color: #3f6f9d;
	font-size: 17px;
	float: left;
	display: none;
}

#datos b, #datos-r b{
	font-size: 24px;
}

#datos a, #datos-r a{
	font-size: 18px;
}

#menu{
	background: #021c4a;
	background: -moz-linear-gradient(top, #021c4a 0%, #2b4e8d 44%, #021c4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#021c4a), color-stop(44%,#2b4e8d), color-stop(100%,#021c4a));
	background: -webkit-linear-gradient(top, #021c4a 0%,#2b4e8d 44%,#021c4a 100%);
	background: -o-linear-gradient(top, #021c4a 0%,#2b4e8d 44%,#021c4a 100%);
	background: -ms-linear-gradient(top, #021c4a 0%,#2b4e8d 44%,#021c4a 100%);
	background: linear-gradient(top, #021c4a 0%,#2b4e8d 44%,#021c4a 100%);

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

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

#menu-r{
	background: #021c4a;
	background: -moz-linear-gradient(top, #021c4a 0%, #2b4e8d 44%, #021c4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#021c4a), color-stop(44%,#2b4e8d), color-stop(100%,#021c4a));
	background: -webkit-linear-gradient(top, #021c4a 0%,#2b4e8d 44%,#021c4a 100%);
	background: -o-linear-gradient(top, #021c4a 0%,#2b4e8d 44%,#021c4a 100%);
	background: -ms-linear-gradient(top, #021c4a 0%,#2b4e8d 44%,#021c4a 100%);
	background: linear-gradient(top, #021c4a 0%,#2b4e8d 44%,#021c4a 100%);
	width: 100%;
	color: white;
	text-align: center;
	font-size: 20px;
	padding: 9px 0;
	cursor: pointer;
	display: none;

	text-shadow:1px 1px 1px #000;
}

#menu-r:hover{
	background: #021c4a;
	background: -moz-linear-gradient(top, #021c4a 0%, #021c4a 44%, #021c4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#021c4a), color-stop(44%,#021c4a), color-stop(100%,#021c4a));
	background: -webkit-linear-gradient(top, #021c4a 0%,#021c4a 44%,#021c4a 100%);
	background: -o-linear-gradient(top, #021c4a 0%,#021c4a 44%,#021c4a 100%);
	background: -ms-linear-gradient(top, #021c4a 0%,#021c4a 44%,#021c4a 100%);
	background: linear-gradient(top, #021c4a 0%,#021c4a 44%,#021c4a 100%);
}

#menu ul{
	width: 100%;
}

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

.menu{
	color: white;
	font-size: 20px;
	text-align: center;
	padding: 9px 0;

	text-shadow:1px 1px 1px #000;
}

.menu:hover, .activo{
	background: #021c4a;
	background: -moz-linear-gradient(top, #021c4a 0%, #021c4a 44%, #021c4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#021c4a), color-stop(44%,#021c4a), color-stop(100%,#021c4a));
	background: -webkit-linear-gradient(top, #021c4a 0%,#021c4a 44%,#021c4a 100%);
	background: -o-linear-gradient(top, #021c4a 0%,#021c4a 44%,#021c4a 100%);
	background: -ms-linear-gradient(top, #021c4a 0%,#021c4a 44%,#021c4a 100%);
	background: linear-gradient(top, #021c4a 0%,#021c4a 44%,#021c4a 100%);
}




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

#efecto-r{
	border: 0px solid red;
	width: 55%;
	float: left;
	display: none;
}

#efecto-r img{
	width: 100%;
	float: left;
}

#efecto-conten{
	border:0px solid red;
	width: 55%;
	float: left;
}

#efecto-conten b{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

#ladod-efecto{
	border:0px solid red;
	width: 42%;
	float: left;
	margin: 0 0 0 20px;
	padding: 5px 0;
}

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

#titulo-mapa{
	width: 100%;
	font-size: 17px;
	line-height: 24px;
}

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

.banner-conten{
	width: 100%;
	text-align: center;
}

.banner1{
	background: #89b3e0;
	color: white;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	margin: 0 auto;
	padding: 5px 10px;
	display: inline-block;

	text-shadow:1px 1px 1px #000;
}

.banner2{
	color: #89b3e0;
	font-size: 22px;
	font-style: italic;
	margin: 10px auto 0;
	padding: 5px 10px;
	display: inline-block;
}


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

	width: 100%;
	float: left;
}

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

#footer-conten{
	border: 0px solid white;
	width: 1100px;
	float: left;
	padding: 0 10px;
}

#footer-conten span{
	text-align: center;
	color: white;
	font-size: 15px;
	float: left;
	padding: 17px 0;
}

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

#footer-conten a:hover{
	text-decoration: underline;
}


@media screen and (max-width: 1100px){
	#wrapP{
		width: 100%;
	}

	#pagina{
		padding: 0;
	}

	#cabecera{
		height: auto;
		float: left;
	}

	#imagen-cabecera{
		display: none;
	}

	#datos{
		width: 40%;
		padding-left:10px;
		padding-right:10px;
	}


	#efecto{
		height: auto;
	}

	#efecto-conten{
		display: none;
	}

	#efecto-r{
		display: block;
	}


	#footer{
		height: auto;
	}

	#footer-wrapP{
		width: 100%;
		padding: 0;
	}

	#footer-conten{
		width: 100%;
		height: auto;

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

@media screen and (max-width: 800px){
	#logotipo{
		width: 35%;
	}

	#leyenda{
		width: 65%;
	}

	#datos-r{
		display: block;
	}

	#datos{
		display: none;
	}
}

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

	#efecto-r{
		width: 100%;
	}

	#efecto-r img{
		width: 50%;
	}

	#ladod-efecto{
		width: 100%;
		margin-left: 0;
		padding: 20px 10px 0 10px;

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

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

	#logotipo img{
		width: 60%;
	}

	#leyenda{
		display: none;
	}



	#menu-r{
		display: block;
	}

	#menu ul{
		display: none;
	}

	#menu ul li{
		width: 100%;
	}



	#efecto-r img{
		width: 100%;
	}
}