@charset "utf-8";

@font-face{ 
	font-family: 'oswald-regular-webfont';
	src: url('../fonts/oswald-regular-webfont.eot');
	src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/oswald-regular-webfont.woff') format('woff'),
	     url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
	     url('../fonts/oswald-regular-webfont.svg#oswald-regular-webfont') format('svg');
}

body {
	font: 100%/1.4  Arial, Helvetica, sans-serif;
	background: #fafafa url(../img/body-bg.jpg);
	margin: 0;
	padding: 0;
	color: #666;
}

/************************************************************************************
TYPOGRAPHY
*************************************************************************************/

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, span {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1, h2, h3{
	font-family: 'oswald-regular-webfont', sans-serif;
	color:#336699;
	font-weight: 500;
}
h5{
	font-size:15px;
	color: #EEE;
}
p{
	text-align:justify;
}
strong{
    color: #336699;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
a img {
	border: none;
}
.caracteristicas{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 30px;
	padding-bottom: 15px;
	list-style:outside;
}
hr{
	background:url(../img/trama.png) repeat-x;
	margin:50px 0px;
	float:left;
	width:100%;
	height:20px;
	border:none;
}
.negrita{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000;
	margin-left: 15px;
}

/************************************************************************************
GENERAL LINK
*************************************************************************************/

a:link {
	color: #42413C;
	text-decoration: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/************************************************************************************
CONTENT
*************************************************************************************/

#pagewrap {
	width: 960px;
	margin: 0 auto;
		padding-top: 100px;
}
header {
	background:#FFF;
	position: fixed;
	height: 80px;
	width: 100%;	
	top: 0px;
	z-index: 8888;
	left:0px;
	border-bottom:1px solid #c6c6c6;
	-webkit-box-shadow:0px 3px 13px 1px rgba(98, 98, 98, 0.3);
	-moz-box-shadow:0px 3px 13px 1px rgba(98, 98, 98, 0.3);
	box-shadow:0px 3px 13px 1px rgba(98, 98, 98, 0.3);
}
#content {
	padding: 20px 0;
	float: left;
	width: 960px;
}
.logos{
	margin-bottom: 25px;
	border-radius: 8px;
}
.title-1{
    color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom: 20px;
	display:block;
	background:#019cde;
	padding-top: 20px;
	border-radius: 5px;
	margin-bottom: 50px;
	margin-top: 50px;
}

/************************************************************************************
FOOTER
*************************************************************************************/

#footer {
	clear: both;
	color: #D7D7D4;
	font-size: 85%;
	background:#404041;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.55);
	border-top: 5px solid #399;
}
.footer-content {
	width: 960px;
	margin: 0 auto;
	padding-top: 25px;
	height: 280px;
}
.footer-address {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
}

/************************************************************************************
FOOSTER LINKS
*************************************************************************************/

#footer a {
	color: #D7D7D4;
}
#footer a:hover {
	color: #000;
}
#footer a:active{
	color: #000;
}

/************************************************************************************
FOOSTER LIST-LEFT
*************************************************************************************/

#footer-link-left{
	list-style:none;
}
#footer-link-left li+li {
	margin-top : 5px;
	border-top : 1px dashed #5B5B5B;
	padding-top:5px;
	width: 100%;
}
#footer-link-left li a {
	display : block;
	padding-left : 12px;
	width:auto;
	color : #D7D7D4;
}
#footer-link-left li a:hover, #footer-link-left li a:focus {
	text-decoration : none;
	color:#FFF;
}
#footer-link-left li.current a {
	text-decoration : none;
	color:#ffcc66;
}

/************************************************************************************
FOOSTER LINK-RIGHT
*************************************************************************************/

#footer-link-right{
	list-style:none;
}
#footer-link-right li+li {
	margin-top : 5px;
	border-top : 1px dashed #5B5B5B;
	padding-top:5px;
	width: 100%;
}
#footer-link-right li a {
	display : block;
	padding-left : 12px;
	width:auto;
	color : #D7D7D4;
}
#footer-link-right li a:hover, #footer-link-right li a:focus {
	text-decoration : none;
	color:#FFF;
}
#footer-link-right li.current a {
	text-decoration : none;
	color:#ffcc66;
}
/************************************************************************************
FOOSTER COLS
*************************************************************************************/

.col-1 {
	float: left;
	width: 30%;
}
.col-2 {
	float: left;
	width: 40%;
}
.col-3{
	float: left;
	width: 30%;
}
/************************************************************************************
CLEARFIX
*************************************************************************************/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
/************************************************************************************
BUTTONS
*************************************************************************************/

.bot-presupuesto {
	text-align:right;
	float: left;
	width: 100%;
	height: 50px;
	padding-top: 35px;
}
.btn{
	font-size:11px;
	background:#0058a5;
	border-radius: 5px;
	padding: 15px;
	color: #FFF;
	font-weight:normal;
	text-decoration:none;
	margin-right: 10px;
	text-align:center;
}
.btn:hover{
	color: #FFF;
	background:#066;
}
#btn{
	font-size:12px;
	background:#0058a5;
	border-radius: 5px;
	padding: 15px 30px 15px 30px;
	color: #FFF;
	font-weight:normal;
	text-decoration:none;
	margin-right: 10px;
	text-align:center;
}
#btn:hover{
	color: #FFF;
	background:#066;
}
.nav-centra {
	width:960px;
	padding-bottom: 50px;
}

/************************************************************************************
SOC-LIST
*************************************************************************************/

.soc-list {
	font-size:32px;
	float: left;	
	display:block;
	width: 93%;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.soc-list li {
	padding:0 15px 0 0;
	float:left;
	list-style: none;
}
.soc-list li a {
	opacity:1;
}
.soc-list li a:hover { opacity:0.7;
}
.social{
	padding-top: 25px;
}

 /************************************************************************************
GALERIA
*************************************************************************************/

.galeria {
	margin: 0 auto;
	width: 960px;
	float:left
}

.galeria img {
	float:left;
	margin:5px 15px 15px 5px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

 /************************************************************************************
TO-TOP
*************************************************************************************/

.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background: #0058a5;
	font-size: 25px;
	padding: 10px 15px 10px 15px;
	display: none;
	border-radius: 5px;
}

.go-top:hover {
	background-color: #066;
}

/************************************************************************************
MAPS
*************************************************************************************/

.map{
	margin-bottom: 25px;
	margin-top: 25px;
}