/* BASE STYLESHEET */

body {
	padding:0px;
	margin:0px;
}

.container {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 1024px; /* original 960px*/
	-webkit-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.298039), 5px 0 5px -5px rgba(0, 0, 0, 0.298039);
	box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.298039), 5px 0 5px -5px rgba(0, 0, 0, 0.298039);
} 
.transparent-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	/*zoom: 1;
	-moz-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.298039), 5px 0 5px -5px rgba(0, 0, 0, 0.298039);*/
	-webkit-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.298039), 5px 0 5px -5px rgba(0, 0, 0, 0.298039);
	box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.298039), 5px 0 5px -5px rgba(0, 0, 0, 0.298039);
	background-color:#ffffff;
	opacity:0.9; 
	border-radius: 0px;
}
#boxed-area {
	padding: 15px 0px 20px; /* PADDING TOP // LEFT-RIGHT // BOTTOM */
}
@media (max-width: 979px) {
	.container {
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
		margin-bottom: auto;
	}
}
@media (max-width: 767px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

/* CONTENT */
/* QUITADO PARA VER EL FLEXSLIDER (FLECHAS)*/
/*:focus {
	outline: none;
}
.page-content {
	font-family: Helvetica Neue, Helvetica, Century Gothic, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7;
	color:#333;
}
p {
	margin:0 0 20px;
}
.page-content a {
	color: #0A85D7;
	text-decoration: underline;
	font-style:italic;
}
.page-content a:hover, .page-content a:focus {
	color: #0A85D7;
	text-decoration: underline;
	font-style:italic;
}

.page-content hr {
	border-top:transparent 1px solid;
	border-bottom:#bdbdbd 1px solid;
	opacity:0.2
}
*/
/* QUITADO PARA VER EL FLEXSLIDER (FLECHAS)*/

/* Headings */
/*h1, h2, h3, h4, h5, h6{
	font-family: Source Sans Pro, sans-serif; 
	line-height:1.3;
	color:#444444;
	-webkit-margin-before: 2px !important; /* Overide user agent stylesheet */
/*}*/
.page-content h1 {font-size: 48px;}
.page-content h2 {font-size: 42px;}
.page-content h3 {font-size: 36px;}
.page-content h4 {font-size: 28px;}
.page-content h5 {font-size: 22px;}
.page-content h6 {font-size: 18px;}

/* Display Text */
.display {
	margin-bottom:10px;
	margin-bottom:35px;
}
.display h2 {
	font-family: Source Sans Pro, sans-serif;
	font-size: 50px;
	color:#d19c17;
}
.display h3 {
	font-family: Source Sans Pro, sans-serif;
	font-size: 22px;
	color:#808080;
}

/* Header Caption */
.header-caption {
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.header-caption h3 {
	display: inline-block;
	font-family: BenchNine, sans-serif;
	font-size: 49px;
	color: #ffffff;
	text-shadow: 0px 3px 5px rgba(0,0,0,0.15),0px -5px 35px rgba(255,255,255,0.3);
	background: #d19c17;
	opacity: 0.8;
	padding: 0 10px;
	margin: 0 0 5px;
}
.header-caption p {
	display: inline-block;
	font-family: Quicksand, sans-serif;
	font-size: 17px;
	color: #ffffff;
	text-shadow: none;
	background: #000;background: rgba(0,0,0,0.5);
	opacity: 1;
	padding: 5px 10px;
	margin: 0;
}
.header-caption a.btn {
	margin: 15px 0 0;
	text-shadow:none;
}
.overimg {
	position:absolute;
	top:55%;
	width:90%;
	left:5%;
	margin-top:-40px;
}
.overimg2 {
	position:absolute;
	top:67%;
	width:90%;
	left:5%;
	margin-top:-40px;
}
@media (max-width: 767px) {
	.overimg {top:30%;}
	.overimg2 {top:30%;}
	.header-caption h3 {font-size:30px}
	.header-caption p {font-size:12px}
}


/* Responsive Image */
img {
	max-width:100%;
	height:auto;
	width:auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	/*box-sizing:border-box;*/
}

/* Buttons */
.btn{
	border:none;
	background-image:none;
	} 
.btn.active, .btn:active {
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.03), 0 1px 2px rgba(0,0,0,.03);
	/*-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.03), 0 1px 2px rgba(0,0,0,.03);*/
	box-shadow: inset 0 3px 8px rgba(0,0,0,0.03), 0 1px 2px rgba(0,0,0,.03);	
	}
.btn-default, a.btn-default {color:#333333;background-color:#e4e4e4;}
.btn-default:hover, .btn-default:focus, a.btn-default:hover, a.btn-default:focus {color:#333333;background-color:#e9e9e9;}
.btn-default.active, .btn-default:active, a.btn-default.active, a.btn-default:active {color:#333333;background-color:#dddddd;}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #d19c17;
	border-color: #d19c17;
}

.btn-primary, a.btn-primary {color:#ffffff;background-color:#d19c17;}.btn-primary:hover, .btn-primary:focus, a.btn-primary:hover, a.btn-primary:focus {color:#ffffff;background-color:#dba418;}.btn-primary.active, .btn-primary:active, a.btn-primary.active, a.btn-primary:active, .open .dropdown-toggle.btn-primary {color:#ffffff;background-color:#c79416;}

textarea.form-control, select.form-control {
	border: #e3e3e3 3px solid;
}
.form-control {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height: 56px;
}
.form-control.input-lg {
	height: 56px;
	padding: 10px 16px;
	font-size: 18px;
}
.form-control.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
}

textarea {
	height:auto;
	/*-webkit-box-sizing: border-box;*/
	   -moz-box-sizing: border-box;
	    /*box-sizing: border-box;*/
}
select {
	height:30px;
}
.btn-group>.btn+.btn {
	margin-left: 0px;
}


/* ESTILOS PROPIOS */
.titulo-ipsum {text-align:left; font-family: Arial; font-size:29px; color:#000000}
p {text-align:left; margin-top:10px; font-family: Arial; font-size:14px; color:#000000; margin-bottom:0px; padding-bottom:0px;}

.titulo-ampliada {color:#000000; font-size:46px; font-weight: bold;}
.rubro {
font-family:Arial;
font-size:12px;
font-weight: normal;
padding:2px;
padding-left:0px;
background-color:#f8f8f8;
}
a:link.titulos {text-decoration:none; color:#000000; font-family: Arial; font-size:24px; font-weight: normal; line-height:1.3; font-style:normal;}
a:visited.titulos {text-decoration:none; color:#000000; font-family: Arial; font-size:24px; font-weight: normal; line-height:1.3; font-style:normal;}
a:hover.titulos {text-decoration:underline; color:#000000; font-family: Arial; font-size:24px; font-weight: normal; line-height:1.3; font-style:normal;}
a:active.titulos {text-decoration:none; color:#000000; font-family: Arial; font-size:24px; font-weight: normal; line-height:1.3; font-style:normal;}

a:link.no_estilo {text-decoration:none; font-family:Tahoma, Geneva, sans-serif; letter-spacing: -0px; font-style:normal;}
a:visited.no_estilo {text-decoration:none; font-family:Tahoma, Geneva, sans-serif; letter-spacing: -0px; font-style:normal;}
a:hover.no_estilo {text-decoration:none; font-family:Tahoma, Geneva, sans-serif; letter-spacing: -0px; font-style:normal;}
a:active.no_estilo {text-decoration:none; font-family:Tahoma, Geneva, sans-serif; letter-spacing: -0px; font-style:normal;}


.div_naranja {color:#FF9900; font-family:Arial; font-weight:bold; font-size:18px; padding-top:15px; padding-left:15px;}
.div_negras  {color:#000000; font-family:Tahoma, Geneva, sans-serif; font-weight:bold; font-size:11px; padding-top:15px; padding-left:15px;}

.div_verde {color:#31B6A3; font-family:Arial; font-weight:normal; font-size:18px; padding-top:5px;}
.font_verde {color:#31B6A3; font-family:Verdana; font-weight:normal; font-size:45px; font-style:italic}

.font_naranja {color:#FF9900; font-family:Arial; font-weight:bold; font-size:25px;}
.font_azul {color:#09C; font-family:Arial; font-weight:bold; font-size:22px;}
.font_rojo {color:#C00; font-family:Tahoma, Geneva, sans-serif; font-weight:bold; font-size:16px;}
.font_negras {color:#000000; font-family:Tahoma, Geneva, sans-serif; font-weight:bold; font-size:14px; }
.font_grises {color:#999; font-family:Tahoma, Geneva, sans-serif; font-weight:normal; font-size:11px; margin-left:10px; }
.font_verdes {color:#060; font-family:Tahoma, Geneva, sans-serif; font-weight:bold; font-size:16px; }

.font_menu_medio {
font-size:12px; 
color:#000000;
}

.degradado_gris {
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}