﻿body{
	font-family:'century gothic', sans-serif;
}

#pantalla{
	background: rgba(256,256,256,0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

#cabecera{
	background: #2a2b2c;
	width: 100%;
	height: 120px;
	float: left;

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

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

#logotipo{
	border: 0px solid white;
	width: 30%;
	height: 100%;
	float: left;
	padding: 10px 0;

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

#logotipo img{
	width: 100%;
}

#menu{
	border: 0px solid white;
	width: 69%;
	float: right;
	margin-top: 90px;
}

#menu-r{
	border: 0px solid white;
	color: white;
	font-size: 20px;
	font-weight: bold;
	float: right;
	padding: 34px 10px;
	cursor: pointer;
	display: none;
}

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

#menu ul{
	width: 100%;
}

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

.menu{
	width: 100%;
	text-align: center;

	transition:all 0.6s;
}

.menu:hover{
	color: #2e529d;
}


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

#pagina{
	border: 0px solid red;
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 20px;
}

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

.slider2{
	width: 100%;
	float: left;
	display: none;
}

#contenido{
	border:0px solid green;
	width: 100%;
	float: left;

	overflow: hidden;

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



.titulo-pestana{
	background: rgba(256,256,256,0.9);
	width: 100%;
	color: #545658;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	padding: 12px 0;
	margin: 0 0 30px 0;
	float: left;
}


#footer{
	background: #2a2b2c;
	width: 100%;
	height: 60px;
	float: left;
}

#footer a{
	color: white;
}

#footer-conten{
	background: #2a2b2c;
	width: 1100px;
	margin: 0 auto;

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

#footer-conten span{
	border: 0px solid red;
	color: white;
	float: left;
	margin-top: 20px;
}

@media screen and (max-width: 1100px){
	#cabecera-conten{
		border: 0px solid white;
		width: 100%;
	}

	#menu{
		margin-top: 50px;
	}



	#wrapP{
		width: 100%;
	}

	#efecto .slider{
		display: none;
	}

	.slider2{
		display: block;
	}



	#footer-conten{
		border: 0px solid white;
		width: 100%;
		padding: 0 10px;
	}
}

@media screen and (max-width: 960px){
	.slider2{
		width: 100% !important;
	}
}

@media screen and (max-width: 650px){
	#contenido{
		height: auto !important;
		min-height: auto !important;
		max-height: auto !important;
	}
}

@media screen and (max-width: 500px){
	#cabecera{
		height: 90px;
	}

	#logotipo{
		width: 60%;
	}

	#menu{
		width: 39%;
		margin-top: 0;
	}

	#menu ul{
		border: 0px solid white;
		background: #2a2b2c;
		position: absolute;
		top: 90px;
		left: 0;
		z-index: 100;
		width: 100%;
		float: left;
		display: none;
	}

	#menu ul li{
		width: 100%;
	}

	#menu-r{
		display: block;
	}

	.menu{
		text-align: left;
		padding: 10px 20px;

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



	.titulo-pestana{
		margin: 20px 0 0 0;
	}
}