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



#cintillo{
	background: #cbd2d9;
    background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, color-stop(36%, #f8f9fa), color-stop(100%, #aab7c2));
    background: -webkit-radial-gradient(bottom center, #f8f9fa 36%,#aab7c2 100%);
    background: -moz-radial-gradient(bottom center, #f8f9fa 36%,#aab7c2 100%);
    background: -o-radial-gradient(bottom center, #f8f9fa 36%,#aab7c2 100%);
    -pie-background: -pie-radial-gradient(unsupported);
    background: radial-gradient(bottom center, #f8f9fa 36%,#aab7c2 100%);
    width: 100%;
    float: left;
	padding-bottom: 20px;
}

#cintillo-conten{
	width: 1150px;
	margin: 0 auto;
}

#cintillo-conten span{
	font-size: 25px;
	line-height: 32px;
	float: left;
	margin-top: 20px;
}




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

#pagina{
	background: #f7f7f7;
	width: 100%;
	float: left;
	padding: 10px;

	border-radius: 6px;
}




#ladoi{
	border: 0px solid red;
	width: 19%;
	float: left;
}

#logotipo{
	width: 100%;
	height: 100px;
	color: #f15c00;
	text-align: center;
	line-height: 50px;
	font-size: 38px;
	font-weight: bold;
	float: left;
}

#menu{
	border: 0px solid green;
	width: 100%;
	float: left;
	color: #f15c00;
	margin: 20px 0 0 0;
}

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

#menu-r{
	background: red;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #f27a24;
	font-size: 20px;
	float: left;
	padding: 15px 10px;
	cursor: pointer;
	display: none;

	border-radius: 5px;

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

#menu-r:hover{

}

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

.menu{
	border: 1px solid #ddd;
	background: white;
	width: 100%;
	font-size: 20px;
	padding: 15px 10px;
	margin: 10px 0;

	transition:all 0.2s;

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

	border-radius: 5px;
}

.menu:hover, .activo{
	background: #f15c00;
	color: white;
	font-weight: bold;
	padding: 20px 10px;
}

#redes{
	width: 100%;
	font-size: 22px;
	color: blue;
	float: left;
	margin-top: 30px;

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






#ladod{
	border: 0px solid red;
	width: 78%;
	float: left;
	margin-left: 20px;
}

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

#contenido{
	background: white;
	width: 100%;
	float: left;
	padding: 5px;

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

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

.titulo-pestana div{
	background: #f15c00;
    color: white;
    font-size: 33px;
    padding: 10px;
    display: inline-block;
}





#footer{
	background: #cbd2d9;
    background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, color-stop(36%, #f8f9fa), color-stop(100%, #aab7c2));
    background: -webkit-radial-gradient(bottom center, #f8f9fa 36%,#aab7c2 100%);
    background: -moz-radial-gradient(bottom center, #f8f9fa 36%,#aab7c2 100%);
    background: -o-radial-gradient(bottom center, #f8f9fa 36%,#aab7c2 100%);
    -pie-background: -pie-radial-gradient(unsupported);
    background: radial-gradient(bottom center, #f8f9fa 36%,#aab7c2 100%);
    width: 100%;
    height: 40px;
	float: left;
}

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

#footer-conten span{
	float: left;
	margin-top: 12px;
}


@media screen and (max-width: 1150px){
	#cintillo{
		height: auto;
	}
	#cintillo-conten span{
		width: 100%;
		text-align: center;
		float: left;
		margin: 10px 0 !important;
	}
	#cintillo-conten{
		width: 100%;
	}



	#wrapP{
		width: 100%;
	}
	#pagina{
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-o-box-sizing:border-box;
	}

	#logotipo{
		height: auto;
		font-size: 28px;
	}



	#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: 800px){
	#logotipo{
		font-size: 38px;
	}


	#ladoi, #ladod{
		border: 0px solid red;
		width: 100%;
		float: left;
		margin: 0;
	}

	#menu{
		margin-top: 5px;
	}
}

@media screen and (max-width: 700px){
	.d700{
		display: none;
	}
}

@media screen and (max-width: 500px){
	#footer{
		height: auto;
	}
	#footer-conten span{
		width: 100%;
		text-align: center;
		float: left;
		margin: 5px 0;
	}
}

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

#info{
	width: 55%;
	float: left;
	margin: 5% 4px; 
}

.info-titulo{
	background: #f15c00;
	width: 96%;
	padding: 2%;
	font-size: 17px;
	color: white;
}

#infor{
	background: #f15c00;
	width: 40%;
	color: white;
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin: 1%;
}