body {
	background-image: url("../img/bg.png");
	background-repeat: repeat;
	font-family: 'open_sansregular';
	font-size: 13px;
	padding: 0;
	margin: 0;
}
/* ------------------------ Font-Face ------------------------ */

@font-face {
	font-family: 'open_sansregular';
	src: url('../font/opensans-regular-webfont.eot');
	src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/opensans-regular-webfont.woff') format('woff'),  url('../font/opensans-regular-webfont.ttf') format('truetype'),  url('../font/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanssemibold';
	src: url('../font/opensans-semibold-webfont.eot');
	src: url('../font/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/opensans-semibold-webfont.woff') format('woff'),  url('../font/opensans-semibold-webfont.ttf') format('truetype'),  url('../font/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansbold';
	src: url('../font/opensans-bold-webfont.eot');
	src: url('../font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/opensans-bold-webfont.woff') format('woff'),  url('../font/opensans-bold-webfont.ttf') format('truetype'),  url('../font/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ------------------------ / Font-Face ------------------------ */

#wrapper {
	width: 1024px;
	margin: auto;
}
#container {
	background-color: white;
	float: left;
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.30);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.30);
	margin: 40px auto;
}
hr {
	background-color: #0776bc;
	width: 1024px;
	height: 5px;
	margin: 0;
	padding: 0;
	border: 0 none;
}
.seccion1 {
	padding: 11px 20px 0;
	margin-bottom: 20px;
}
.seccion1a {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}
.header {
	width: 100%;
	height: auto;
	float: left;
}
.logotipo {
	background-image: url("../img/logotipo.png");
	background-repeat: no-repeat;
	width: 297px;
	height: 90px;
	margin-bottom: 11px;
	float: left;
	text-indent: -1000px;
}
.datos {
	width: 346px;
	float: right;
	text-align: right;
	margin: 11px 0;
}
h3 {
	font-family: 'open_sansbold';
	font-size: 16px;
	color: #0776bc;
	font-weight: normal;
}
h3 span {
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #555;
	float: left;
	font-weight: normal;
}
.menu {
    background-color: #222;
    padding: 0 7%;
    margin: 0;
    float: left;
    width: 86%;
}
ul.menu li {
	list-style: none;
	float: left;
	border-left: 1px solid #444;
	border-right: 1px solid #000;
}
ul.menu li:first-child {
	border-left: 0 none;
}
ul.menu li:last-child {
	border-right: 0 none;
}
ul.menu li a {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	text-transform: capitalize;
	padding: 21px 18px;
	float: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.menu li a:hover {
	background: #0776bc;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.selected {
	background: #0776bc;
}
.banner {
	margin-top: 175px;
	margin-bottom: 30px;
}
.shadow {
	position: absolute;
	bottom: -32px;
	z-index: -99999
}
.shadow2 {
	position: absolute;
	bottom: -17px;
}
h1 {
	font-family: 'open_sansbold';
	font-size: 24px;
	color: #0776bc;
	font-weight: normal;
	text-align: center;
}
.seccion2 {
	background-color: #EEE;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	float: left;
	height: auto;
	padding: 0 21px;
	margin-bottom: 20px;
}
.box {
	float: left;
	height: auto;
	width: 310px;
	margin: 20px 26px 20px 0;
}
.box-last {
	float: left;
	height: auto;
	width: 310px;
	margin: 20px 0 20px 0;
}
.titulo {
	margin: 0;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
h2 {
	font-family: 'open_sansbold';
	font-size: 18px;
	color: #0776bc;
	font-weight: normal;
	margin: 0;
	float: left;
}
.titulo span {
	background-image: url(../img/logo_titulos.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	float: left;
	margin: 3px 7px;
}
p {
	color: #333;
}
a {
	font-family: 'open_sanssemibold';
	color: #0776bc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.seccion3 {
	padding: 0 20px;
	background: white;
	float: left;
	margin-bottom: 20px;
}
.banner-catalogo {
	width: 980px;
	float: left;
	position: relative;
}
.banner-catalogo2 {
	width: 600px;
	float: right;
	position: relative;
}
.footer {
	background-color: #222;
	width: 980px;
	padding: 22px 22px 0;
	float: left;
}
.submenu {
	float: right;
	margin: 26px 0;
}
ul.submenu {
	padding: 0;
}
ul.submenu li {
	list-style: none;
	padding: 0 10px;
	float: left;
	border-right: 1px solid #FFF;
}
ul.submenu li:last-child {
	border-right: 0 none;
}
ul.submenu li a {
	font-family: 'open_sansregular';
	font-size: 13px;
	color: #FAFAFA;
	text-decoration: none;
	text-transform: capitalize;
	text-shadow: 1px 1px 1px #000;
}
ul.submenu li a:hover {
	color: #0776bc;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer p {
	font-size: 12px;
	color: #777;
	text-align: center;
}
.footer a {
	font-family: 'open_sansregular';
	font-size: 12px;
	color: #0776bc;
}
.footer img {
	border: 0;
}
.pie {
	background-color: #333;
	width: 980px;
	border-top: 1px solid #555;
	float: left;
	padding: 10px 22px;
}
.copyright {
	font-family: 'open_sansregular';
	font-size: 11px;
	color: #FAFAFA;
	text-shadow: 1px 1px 1px #000;
	float: right;
}
.pages {
	width:100%;
	height:260px;
	background:#000;
	float:left;
	margin-bottom:20px;
}
ul.servicios {
	height:auto;
	float:left;
	padding:0 20px;
}
ul.servicios li {
	list-style-type:decimal;	
	line-height:20px;
}
.productos {
	float:left;
	margin:20px;
}
ul.categoria {
	background-color: #444;
	float: left;
	margin: 0 35px;
	width: 242px;
	height: 242px;
}
ul.categoria li {
	list-style-type:none;
	color:#FFF;
	font-size:15px;
}
ul.categoria li:first-child {
	font-family: 'open_sanssemibold';
	font-size:20px;
	margin: 45px 0 20px 0;
	
}
ul.categoria2 {
	background-color: #0776bc;
	float: left;
	margin: 0 35px;
	width: 242px;
	height: 242px;
}
ul.categoria2 li {
	list-style-type:none;
	color:#FFF;
	font-size:15px;
}
.titulo_categoria {
	font-family: 'open_sanssemibold';
	font-size:20px;
	margin: 45px 0 20px 0;
}
ul.categoria2 li.titulo_categoria {
	font-family: 'open_sanssemibold';
	font-size:20px;
	margin: 45px 0 20px 0;
}
.seccion4 {
	float:left;
	margin-bottom: 20px;
}
.formulario {
	width: 380px;
	float: left;
	margin: 20px 20px;
}
.formulario label {
	font-size: 14px;
	color: #444;
	line-height: 22px;
}
.mapa {
	height: 404px;
	float: right;
	margin: 20px 0;
	border: 2px solid #CCC;
	width: 560px;
}
.form{
	width: 94%;
	border-style: none;
	background-color: #666;
	height: 35px;
	margin-bottom: 15px;
	color: #CCC;
	padding: 0 3%;
	font-size: 12px;
}
.form:focus {
	border-color: #0776bc;
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #0776bc;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #0776bc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #0776bc;
	-webkit-transition: border linear .10s, box-shadow linear .2s;
	-moz-transition: border linear .10s, box-shadow linear .2s;
	-o-transition: border linear .10s, box-shadow linear .2s;
	transition: border linear .10s, box-shadow linear .2s;
}
.form-msj {
	width: 94%;
	border-style: none;
	background-color: #666;
	height: 80px;
	padding: 0;
	color:#CCC;
	padding:3% 3% 0;
	font-size: 12px;
}
.form-msj:focus {
	border-color: #0776bc;
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #0776bc;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #0776bc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #0776bc;
	-webkit-transition: border linear .10s, box-shadow linear .2s;
	-moz-transition: border linear .10s, box-shadow linear .2s;
	-o-transition: border linear .10s, box-shadow linear .2s;
	transition: border linear .10s, box-shadow linear .2s;
}
.btn_enviar {
	background-color: #333;
	color: #CCC;
	border-style: none;
	padding: 9px 30px;
	margin: 10px 0 0;
	font-size: 13px;
	cursor: pointer;
}
.btn_enviar:hover {
	background-color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.politica img {
	width: 100%;
}