﻿body{
	background: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
}

#fondo1{
	background: url(../images/fondo1.jpg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 510px;
}

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


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

#cabecera{
	background: white;
	width: 100%;
	height: 160px;
}

.logotipo{
	border: 0px solid red;
	width: 100%;
	height: 100px;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Russo One', sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 45px;
	color: #063359;
	text-align: center;
	float: left;

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

.logotipo img{
	border: 0px solid blue;
	height: 95%;
	margin: 0 20px 0;
}

.pequenos{
	height: 50px;
}

.pequenos img{
	height: 100%;
}




#menu{
	border: 0px solid red;

	background: -webkit-linear-gradient(left, #116a9c, #0c5b88);
	background: -moz-linear-gradient(left, #116a9c, #0c5b88);
	background: -o-linear-gradient(left, #116a9c, #0c5b88);
	background: linear-gradient(left, #116a9c, #0c5b88);

	width: 100%;
	float: left;
}

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

#menu-r{
	background: -webkit-linear-gradient(left, #116a9c, #0c5b88);
	background: -moz-linear-gradient(left, #116a9c, #0c5b88);
	background: -o-linear-gradient(left, #116a9c, #0c5b88);
	background: linear-gradient(left, #116a9c, #0c5b88);
	width: 100%;
	text-align: center;
	color: white;
	padding: 13px 0;
	cursor: pointer;
	display: none;
}

#menu-r:hover{
	background: -webkit-linear-gradient(left, #0c5b88, #0c5b88);
	background: -moz-linear-gradient(left, #0c5b88, #0c5b88);
	background: -o-linear-gradient(left, #0c5b88, #0c5b88);
	background: linear-gradient(left, #0c5b88, #0c5b88);
}

#menu ul{
	width: 100%;
}

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

.menu{
	background: -webkit-linear-gradient(left, #116a9c, #0c5b88);
	background: -moz-linear-gradient(left, #116a9c, #0c5b88);
	background: -o-linear-gradient(left, #116a9c, #0c5b88);
	background: linear-gradient(left, #116a9c, #0c5b88);

	width: 100%;
	text-align: center;
	padding: 13px 0 14px;
}

.uno{
	
}

.menu:hover{
	background: -webkit-linear-gradient(left, #0c5b88, #0c5b88);
	background: -moz-linear-gradient(left, #0c5b88, #0c5b88);
	background: -o-linear-gradient(left, #0c5b88, #0c5b88);
	background: linear-gradient(left, #0c5b88, #0c5b88);
}







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

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

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






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

.titulo-pestana{
	border: 0px solid white;
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 32px;
	color: white;
	float: left;
	padding: 12px 0;
	margin: 15px 0;

	text-shadow:3px 3px 10px #000;
}

#pie{
	background: black;
	width: 100%;
	color: white;
	text-align: center;
	line-height: 22px;
	float: left;
	padding: 12px 0;
}

#pie a{
	color: white;
}



@media screen and (max-width: 1000px){
	#fondo1{
		position: fixed;
		height: 100vh;
	}

	#wrapP{
		width: 100%;
	}

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

	.logotipo{
		width: 100%;
		height: auto;
		margin: 0;
		float: left;
	}

	.logotipo img{
		width: 49%;
		height: auto;
		margin: 0;
		display: inline;
	}

	.pequenos{
		display: none;
	}



	#efecto{
		height: auto;
	}

	#efecto .slider{
		display: none;
	}

	#efecto-r{
		display: block;
	}
}

@media screen and (max-width: 500px){
	.logotipo{
		width: 100%;
		text-align: center;
	}
	.logotipo img{
		width: 80%;
		clear: both;
		display: inline-block;
	}



	#menu ul{
		display: none;
	}

	#menu ul li{
		width: 100%;
	}

	#menu-r{
		display: block;
	}
}