@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

@import "../css/reset.css";
@import "../css/grid.css";
@import "../css/superfish.css";

html {width: 100%;}

a[href^="tel:"] {color: inherit;text-decoration:none;}
* {-webkit-text-size-adjust: none;}

body {
	font: 13px/19px  'Arimo', sans-serif;
	color:#222;
	position:relative;
	min-width: 1025px;
	background: #af483d;
	text-align: left;
	
}
h1, h2, h2, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Arimo', sans-serif;
	color: #af483d;
}
h2 {
	font-size: 32px;
	line-height: 1em;
	text-transform:uppercase;
}
h4 {
	font-size: 18px;
	line-height: 1em;
	color: #af483d;
	text-transform:uppercase;
}
p {margin-bottom: 10px;}
.text-info {color:#000;}
.lead {font-size:14px; color:#ff1a00;}
p.lead {margin-bottom:10px;}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li{
	background: url(../images/cruz.gif) 0 6px no-repeat;
	color: #6f6f6f;
	font-size:13px;
	margin-top:7px;
	padding-left: 27px;
}
ul.list li a{color: #6f6f6f;}
ul.list li a:hover{color: #ff1a00;}
/*links*/

a {
	text-decoration: none;
	color: #ff1a00;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {color: #af483d;}


a.btn {
	background:  #af483d;
	display: inline-block;
	font-family:'Arimo', sans-serif;
	font-size:14px;
	line-height:1em;
	padding: 11px 30px 12px 30px;
	color: #fff;
	text-transform:uppercase;
	margin-top: 33px;
}

a.btn:hover {
	background:  #ff1a00;
	color: #fff;
}
.clear {clear: both;}
.wrap {overflow:hidden;}
.indent-1 {padding:44px 0 35px 0;}
.indent-2 {padding:35px 0 25px 0;}

.top-1 {padding-top:91px;}
.bot-1 {padding-bottom:85px;}

/*header*/

header {
	display: block;
	padding: 5px 0 0;
	z-index: 999;
	background:#fff;
}

header h1 {
	float: none;
	text-align:center;
	display:block;
	position: relative;
	z-index: 1;
	margin:0;
}
header h1 a {display: inline-block;}
header h1 a img {display: block;}

nav {background:#af483d; margin-top:15px; padding:15px 0 15px 0;}
nav .grid_12 {text-align:center;}

/*******content********/
#content {background: url(../images/content-bg.jpg) 0 0 repeat-x #f7f7f7; min-height: 888px; overflow: auto;}

.bg-1 {border-top:#ddd 1px solid; border-bottom:#f5f5f5 1px solid; background:#f1f1f1;}
.bg-2 {background: #f1f1f1;}
.bg-3 {border-top:#fff 1px solid; border-bottom:#af483d 1px solid;}
.border-1 {border-right:#ddd 1px solid; padding-right:20px; padding-bottom:1em; margin-bottom: 1em;}

.box-1 {margin-top:35px; margin-bottom:25px;}
.box-1 img {float:left;}
.box-1 h4 {overflow:hidden; padding-top:10px;}
.box-1 .wrap {padding-bottom:10px;}

.box-2 img {float:left; margin-right:20px;}

.list-news li {margin-top:25px;}
.list-news li:first-child {margin-top:0px;}
.list-news .wrap {padding-bottom:11px;}
.list-news .badge { background:#af483d; float:left; width:60px; padding:8px 0 8px 0; text-align:center; font-size:18px; line-height:1em; color:#fff; text-transform:uppercase; margin-right:20px;}
.list-news .badge span {display:block; font-size:10px;}

.list-people {margin-left:-20px; margin-top:-18px;}
.list-people li {float:left; margin-left:20px; margin-top:18px;}

.lists {overflow:hidden; margin-top:19px;}
.lists>div {float:left; width:160px;}

.list-project li {margin-top:30px;}
.list-project h4 {margin:30px 0 30px 0;}

.list-work li {margin-top:15px;}
.list-work li:first-child {margin-top:0px;}

.map {padding-top:0px}
.map iframe {
  width: 100%;
  height: 420px;
  border: none;
}

address {font-size:16px; font-style:normal; margin-top:22px;
}
address dl {float:left; width:460px;}
address dl+dl {margin-left:20px;}
address dl dt {margin-bottom:19px;}
address dl span {display:inline-block; width:100px;}

/****Form****/

#form {padding-top: 30px; position:relative;}
#form .text-info {padding-bottom:3px;}
#form input {
	background:#fff;
	color:#af483d;
	border: 1px solid #e5e5e5;
	padding: 6px 14px 7px 14px;
	width: 100%;
	height: 30px;
	float:left;
	font: 12px/15px  'Arimo', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#form textarea {
	background:#fff;
	color:#af483d;
	height: 150px;
	overflow: auto;
	border: 1px solid #e5e5e5;
	padding: 6px 14px 7px 14px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	font: 12px/15px  'Arimo', sans-serif;
	margin: 0;
}
#form label {
	position:relative;
	display: block;
	min-height: 45px;
	width: 380px;
	float: left;
}
#form label .title {font-size:16px; padding:12px 0 9px; display:block;}
#form .error, #form .empty {
	color: #FF0000;
	display: none;
	font-size: 10px;
	line-height:12px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	bottom: -12px;
	float:left;
}
#form .error-empty {
	display:none;
	float:left;}
#form .message {width: 100%;}


#form .success {
	display: none;
	position: absolute;
	width: 100%;
	font-size: 16px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#form .btn {cursor:pointer; margin-top: 5px; background-color: #af483d; color: white;
}


/************Footer***********/

footer {
	font-size: 12px;
	color: #fff;
	padding:21px 0 18px 0; }
footer span {display:block; margin-top:6px;}
footer a {color: #fff;}
footer a:hover {color: #222;}
.soc-icon {display:block;}
.soc-icon li {display:inline-block; float:right; margin-left:13px;}
.soc-icon li a {display:block;}
.soc-icon li a img {opacity:0.46;}
.soc-icon li a:hover img {opacity:1;}

.derecha {	text-align: right; float: right;}
.izquierda {	text-align: left; float: left;}
.lista-productos li {padding-left: 15px;background: url(../images/cruz.gif) 0 5px no-repeat;}
.separador {margin: 20px 150px;	border-bottom: 1px dotted #e5e5e5;}
.separador02 {margin: 20px 10px;	border-bottom: 1px dotted #e5e5e5;}

#fdcontacto {text-align:left; float:left; width:380px; height:auto;}
.textorojo {color: #FF0000}
.coberturanacional {margin: 6em 0 0;padding: 0 1em;	text-align: center;}
.centrado{display:block;margin-left: auto;margin-right: auto; text-align: center;}
.luto{ margin-top: 5em; }
.newsbox{max-height: 580px; overflow: scroll; }