﻿@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?z47a45');
	src:url('../fonts/icomoon.eot?#iefixz47a45') format('embedded-opentype'),
		url('../fonts/icomoon.woff?z47a45') format('woff'),
		url('../fonts/icomoon.ttf?z47a45') format('truetype'),
		url('../fonts/icomoon.svg?z47a45#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
	content: "\e600";

	font-size: 15px;
	float: left;
	margin: 0 10px 0 0;
}
.icon-telefono:before {
	content: "\e601";

	font-size: 15px;
	float: left;
}
.icon-celular:before {
	content: "\e602";

	font-size: 15px;
	float: left;
	margin: 0 10px 0 0;
}

body{
	background: url(../images/bandas-de-guerra-y-sus-articulos.jpg);
	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-ayuda{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
}

#cintillo{
	background: #563510;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 40px;
}

#cintillo-conten{
	background: #563510;
	width: 1100px;
	height: 40px;
	color: white;
	margin: 0 auto;
}

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

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

#cintillo-conten span{
	font-size: 14px;
	color: white;
	float: left;
	margin: 12px 0;
}

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

#pagina{
	width: 1100px;
	float: left;
}

#cabecera{
	border-bottom: 0px solid #563510;
	background: white;
	width: 100%;
	height: 150px;
}

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

#menu{
	width: 1100px;
}

#menu ul li{
	position: relative;
	float: left;
}

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

.menu{
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #565656 44%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(44%,#565656), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #000000 0%,#565656 44%,#000000 100%);
	background: -o-linear-gradient(top, #000000 0%,#565656 44%,#000000 100%);
	background: -ms-linear-gradient(top, #000000 0%,#565656 44%,#000000 100%);
	background: linear-gradient(top, #000000 0%,#565656 44%,#000000 100%);

	width: 220px;
	text-align: center;
	font-size: 18px;
	padding: 13px 0;
	margin: 10px 0;
}

.menu:hover, .activo{
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #000000 44%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(44%,#000000), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #000000 0%,#000000 44%,#000000 100%);
	background: -o-linear-gradient(top, #000000 0%,#000000 44%,#000000 100%);
	background: -ms-linear-gradient(top, #000000 0%,#000000 44%,#000000 100%);
	background: linear-gradient(top, #000000 0%,#000000 44%,#000000 100%);
}

#inicio-menu{
	border-radius: 5px 0 0 5px;
}

#contacto-menu{
	border-radius: 0px 5px 5px 0;
}

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

#titulo-pestana{
	border: 2px dotted #563510;
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #563510;
	float: left;
	padding: 15px 0;
}

#banner{
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: red;
	float: left;
	padding: 15px 0;
	margin: 20px 0 0 0;
}

#footer{
	background: #563510;
	width: 100%;
	height: 350px;
	float: left;
}

#footer-conten{
	background: #563510;
	width: 1100px;
	height: 350px;
	margin: 0 auto;
}

.seccion-footer{
	width: 365px;
	color: white;
	float: left;
	padding: 10px;

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

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

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

.titulo-seccion-footer{
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

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

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

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

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

#pie-conten a{
	color: white;
}