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

.chat{
	position: fixed;
	top: 200px;
    right: 60px;
	z-index: 100;
	width: 60px;
}
.chat img{
	width: 100%;
}

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

#cintillo-conten{
	background: #a2a2a2;
	width: 1100px;
	height: 5px;
}

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

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

	box-shadow: 0 0 10px #000;

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

#cabecera{
	border-bottom: 2px solid #a2a2a2;
	width: 100%;
	height: 200px;
	float: left;
}

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

#banner{
	background: #dff0ff;
	width: 100%;
	font-family: 'Lemon', cursive;
	font-size: 30px;
	text-align: center;
	padding: 15px 0;
	margin: 0 0 15px 0;
}

#ladoi{
	width: 700px;
	float: left;
}

.seccion{
	border: 1px solid #ddd;
	background: #f7f7f7;
	padding: 10px;
	margin: 0 0 15px 0;

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

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

.desarrollo-seccion{
	text-align: justify;
	line-height: 35px;
}

#ladod{
	border: 0px solid red;
	width: 370px;
	float: left;
	margin: 0 0 0 10px;
}

#ladoa{
	border: 1px solid #ddd;
	background: #f7f7f7;
	width: 100%;
	float: left;
	padding: 10px;
	margin: 10px 0 20px 0;

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

#titulo-galeria{
	font-weight: bold;
	line-height: 22px;
	font-size: 20px;
}

#titulo-galeria span{
	color: red;
	font-size: 14px;
	display: block;
}

#footer{
	background: #d4d4d4;
	background: -moz-linear-gradient(top, #d4d4d4 0%, #e7e7e7 44%, #fcfcfc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d4d4), color-stop(44%,#e7e7e7), color-stop(100%,#fcfcfc));
	background: -webkit-linear-gradient(top, #d4d4d4 0%,#e7e7e7 44%,#fcfcfc 100%);
	background: -o-linear-gradient(top, #d4d4d4 0%,#e7e7e7 44%,#fcfcfc 100%);
	background: -ms-linear-gradient(top, #d4d4d4 0%,#e7e7e7 44%,#fcfcfc 100%);
	background: linear-gradient(top, #d4d4d4 0%,#e7e7e7 44%,#fcfcfc 100%);

	width: 100%;
	float: left;
}

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

.seccion-footer{
	border: 0px solid red;
	width: 33.33%;
	float: left;
	padding: 10px;
	margin: 10px 0 0 0;

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

.titulo-seccion-footer{
	border-bottom: 1px dotted gray;
	font-weight: bold;
	font-size: 23px;
	padding: 0 0 15px 0;
}

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

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

#pie-conten{
	background: black;
	width: 1100px;
	height: 35px;
	color: white;
	margin: 0 auto;
}

#pie-conten span{
	font-size: 14px;
	float: left;
	margin: 8px 0;
}

#pie-conten a{
	color: white;
}