﻿body{
	background: url(../images/fondo.jpg) fixed;
	font-family:'Open Sans', sans-serif;
}

#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 85px;
	text-align: center;
	padding: 18px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

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

#chat strong{
	width: 100%;
	float: left;
}

#chat img{
	width: 40px;
}

#cintillo{
	background: #f8f034;
	position: relative;
	z-index: 102;
	width: 100%;
	height: 5px;
}

#cintillo-conten{
	background: #f8f034;
	width: 1100px;
	height: 5px;
	margin: 0 auto;
}

#cabecera{
	background: #0877d0;
	width: 100%;
	height: 100px;
}

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

#logotipo{
	border: 1px solid #ddd;
	background: white;
	position: relative;
	z-index: 100;
	z-index: 101;
	width: 150px;
	float: left;
	padding: 0 20px;

	border-radius: 0 0 10px 10px;

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

#menu{
	width: 900px;
	float: right;
}

#menu ul li{
	float: left;
}

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

.menu{
	border-right: 1px dotted blue;
	width: 127px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	padding: 39px 0;
}

.doble-menu{
	padding: 28px 0 28px;
}

.menu:hover, .activo{
	background: #075492;
}

#datos{
	border: 0px solid red;
	width: 100%;
	height: 80px;
}

#datos-conten{
	background: #f7f7f7;
	position: relative;
	z-index: 100;
	width: 1100px;
	height: 80px;
	margin: 0 auto;
}

#datos-datos{
	border: 0px solid red;
	width: 900px;
	color: #007524;
	line-height: 20px;
	font-size: 20px;
	float: right;
	padding: 10px;

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

#datos-datos span{
	float: left;
}

#datos-datos img{
	position: relative;
	top:4px;
	display: inline;
	margin: -10px 0 0 0;
}

.titulo-datos{
	font-weight: bold;
	font-size: 23px;
}

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

#pagina{
	background: white;
	width: 1100px;
	float: left;
	margin: -2px 0;

	box-shadow: 0 0 10px #000;
}

#efecto{
	border: 0px solid red;
	width: 1100px;
	height: 400px;
}

.imagenes img{
	width: 50%;
	float: left;
}
.separacion{
	width: 100%;
	float: left;
}

#contenido{
	border: 0px solid red;
	width: 1100px;
	float: left;
	padding: 20px 0;
}

#bienvenida{
	border: 0px solid red;
	background: #f8f034;
	position: relative;
	font-family: 'Lato', sans-serif;
	line-height: 22px;
	padding: 10px;
	margin: 0 10px;

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

#bienvenida b{
	font-size: 24px;
}

#titulo-pestana{
	border: 0px solid red;
	background: #f8f034;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	line-height: 22px;
	font-size: 30px;
	padding: 15px 10px;
	margin: 0 10px;

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

#bienvenida b{
	font-size: 24px;
}

#footer{
	background: #0877d0;
	width: 100%;
	height: 440px;
	float: left;
}

#footer-conten{
	border: 0px solid red;
	background: #0877d0;
	width: 1100px;
	height: 440px;
	margin: 0 auto;
}

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

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

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

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

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

.desarrollo-seccion-footer a:hover{
	text-decoration: underline;
}

#pie{
	background: #f8f034;
	width: 100%;
	height: 5px;
	float: left;
}

#pie-conten{
	background: #f8f034;
	width: 1100px;
	height: 5px;
}