﻿html{
	overflow-x: hidden;
}

body{
	font-family:arial, sans-serif;
}

#cintillo{
	background: #275583;
	width: 100%;
	height: 35px;
}

#cintillo-conten{
	width: 1100px;
	height: 35px;
	margin: 0 auto;
}

#cintillo-conten span{
	color: white;
	float: left;
	margin: 9px 0 0 0;
}

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

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

#cabecera{
	border: 0px solid red;
	width: 100%;
	height: 150px;
}

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

#logotipo{
	width: 200px;
	float: left;
}

#menu{
	border: 0px solid green;
	width: 800px;
	margin: 25px 0 0 90px;
	float: left;
}

#menu ul{
	float: right;
}

#menu ul li{
	float: left;
}

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

.menu{
	border: 1px solid transparent;
	font-weight: bold;
	padding: 12px 20px;
	margin: 0 0 0 20px;

	transition:all 0.3s;
}

.menu:hover, .activo{
	border: 1px solid #f1f1f1;
	background: #f7f7f7;
	color: #275583;

	box-shadow: -1 -1 0px rgba(0,0,0,0.03);
}

#redes{
	border: 0px solid red;
	width: 800px;
	height: 35px;
	text-align: center;
	float: left;
	margin: 25px 0 0 0;
}

#siguenos{
	float: left;
	margin: 9px 20px 0 280px;
}

#redes img{
	height: 35px;
	float: left;
	margin: 0 20px;
}

#efecto{
	border: 1px solid #ddd;
	background: #f7f7f7;
	width: 100%;
	height: 350px;
	margin: 10px 0 0 0;
}

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

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

#pagina{
	width: 1100px;
	margin: 20px 0;
	float: left;
}

#contenido{
	border:0px solid red;
}

.titulo-pestana{
	border: 0px solid red;
	color: #275583;
	text-align: center;
	font-size: 24px;
	padding: 12px 0;
}

#footer{
	background: #262626;
	border-bottom: 1px solid gray;
	width: 100%;
	height: 280px;
	float: left;
}

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

.seccion-footer{
	border: 0px solid white;
	width: 540px;
	color: white;
	padding: 10px;
	float: left;

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

.titulo-seccion-footer{
	font-size: 25px;
	font-weight: bold;
	padding: 10px 0;
}

.desarrollo-seccion-footer{
	line-height: 24px;
	padding: 10px 0;
}

.desarrollo-seccion-footer a{
	color: white;
}

#pie{
	background: black;
	width: 100%;
	height: 35px;
	float: left;
}

#pie-conten{
	border: 0px solid white;
	width: 1100px;
	height: 35px;
	margin: 0 auto;
}

#pie-conten span{
	color: red;
	float: right;
	margin: 9px 0 0 0;
}

#pie-conten a{
	color: white;
}