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

.l{
	position: fixed;
	bottom: 190px;
	z-index: 1000;
	background: red;
	width: 150px;
	font-weight: bold;
	font-size: 17px;
	padding:7px 10px 5px 10px;

	border: 0 3px 3px 0;

	border-radius: 0 30px 30px 0;

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

.l .t, .w .t{
	border: 0px solid blue;
	width: 70%;
	text-align: right;
	color: white;
	float: left;

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

.l .i, .w .i{
	width: 30%;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.i img{
	width: 100%;
}


.w{
	position: fixed;
	bottom: 30px;
	z-index: 1000;
	border:1px solid #54cc61;
	background: black;
	width: 150px;
	font-weight: bold;
	font-size: 17px;
	padding:7px 10px 5px 10px;

	border: 0 3px 3px 0;

	border-radius: 0 30px 30px 0;

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

#facebook{
	position: fixed;
	top:100px;
	left: 0;

	transition:0.1s all;
}

#google{
	position: fixed;
	top:160px;
	left: 0;

	transition:0.1s all;
}

#yt{
	position: fixed;
	top:220px;
	left: 0;

	transition:0.1s all;
}

#facebook:hover, #google:hover, #yt:hover{
	left: 5px;
}

#cabecera{
	border: 0px solid red;
	width: 100%;
	text-align: center;
}

#menu{
	border: 0px solid red;
	background: rgba(256,256,256,0.8);
	width: 100%;
	float: left;
	margin: 15px 0;
}

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

#menu-r{
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 13px 0;
	cursor: pointer;
	display: none;
}

#menu-conten ul{
	width: 100%;
}

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

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

.menu{
	border: 0px solid red;
	width: 100%;
	font-weight: bold;
	text-align: center;
	padding: 13px 0;
}

.menu:hover, .activo{
	color: #f8d588;

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

#banner1{
	background: #d0b163 !important;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 38px;
	padding: 12px 0;
	margin: 0 0 20px 0;
	float: left;

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


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

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

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

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



#wrapP{
	border: 0px solid red;
	width: 1100px;
	margin: 20px auto;
}

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

.titulo-pestana{
	width: 100%;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-align: center;
	font-size: 48px;
	color: white;
	padding: 12px 0;
}

h1{
	color: white;
	font-size: 28px;
	text-align: center;
	padding: 12px 0;
}

#footer{
	border-top: 2px dotted gray;
	background: black;
	width: 100%;
	height: 50px;
	float: left;
}

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

#footer-conten span{
	color: white;
	float: left;
	margin: 13px 0 0 0;
}

#footer-conten span a{
	color: white;
}



@media screen and (max-width: 1100px){
	#facebook, #google, #yt{
		display: none;
	}



	#menu-conten{
		width: 100%;
	}



	#efecto-conten{
		width: 100%;
	}

	.slider{
		display: none;
	}

	#efecto-r{
		display: block;
	}




	#wrapP{
		width: 100%;
	}


	#footer-conten{
		width: 100%;
		padding: 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: 918px){
	#cabecera img{
		width: 100%;
	}
}

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

	#menu ul{
		display: none;
	}

	#menu ul li{
		width: 100%;
	}



	#banner1{
		font-size: 24px;
		line-height: 30px;
	}
}