@font-face {
    font-family: 'source_sans_probold';
    src: url('fonts/sourcesanspro-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_prolight';
    src: url('fonts/sourcesanspro-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body, .tooltip, .popover, .title, TH.detailtit, TD.detailtit {  
	font-family: "source_sans_proregular", Arial, Helvetica, sans-serif;
}
body {  
	font-size: 16px;
	line-height: 1.5;
}

/* ADMIN -----------------------------------------------------------------------------*/
.title { 
    color: #e5352c;
	font-size: 20px;
    padding: 8px 0;
}
.title a, .title a:hover { 
	text-decoration:none;
}
TABLE.OLDTABLE { border-collapse: collapse; }
TABLE.content {
	padding: 0px;
	margin:0px;
	border: 0px #e2e2e2 solid;
	width: 99%;
}
td, th { padding: 4px;}
TH.content {
	background:#e5352c;
	border: 1px #808080 dotted;
	color:#fff;
	font-weight: bold;
	margin:0px;
	padding: 1px;
	text-align:right;
}
TD.content {
	background:#f0f8ff;
	border: 0px #e5352c solid;
	margin:0px;
	padding: 2px;
}
A.content, A.content:hover {
	background:#4682b4;
	color:#fff;
	display:block;
	font-weight: bold;
	padding:4px;
	text-decoration: none;
	width:97%;
}
A.blockcab, A.blockcabsel {
	color:#808080;
	display:block;
	font-weight:bold;
	padding-top:10px;
}
A.blockcab:hover {
	color:orange;
	text-decoration: none;
}
A.blockcabsel {color:#333;}
A.blockcabsel:hover, A.blockitemsel:hover, A.blocksubitemsel:hover {text-decoration: none;}
A.blockitem, A.blockitemsel {
	color:#808080;
	display:block;
	padding-left:10px;
}
A.blockitemsel {font-weight:bold;}
A.blockitem:hover {
	text-decoration: none;
	font-weight:bold;
}
A.blocksubitem, A.blocksubitemsel {
	color:#808080;
	display:block;
	padding-right:30px;
}
A.blocksubitem:hover {
	color:#333;
	font-weight:bold;
	text-decoration: none;
}
A.blocksubitemsel {font-weight:bold;}
TABLE.borde {
	background:transparent;
	border: 1px #E0E0E0 solid;
	border-collapse: collapse;
	margin:2px;
	padding:0px;
	width:99%;
}
TR.borde, TD.borde, TH.borde {
	background:transparent;
	border: 0px #4682b4 solid;
	padding: 5px;
	margin:0px;
}
TABLE.block, TABLE.blockitem {
	border: 1px #1E1D11 solid;
	margin: 0px;
	padding: 0px;
	width:150px;
}
TD.blockcab {
	border-right:solid 1px #A0A0A0;
	margin:0px;
	padding: 0px;
	width:100%;
	white-space:nowrap;
}
TD.blockcab {
	background: url('css/images/bgcaboff.gif') repeat-x top;
	border-left:solid 1px #A0A0A0;
	color:#e5352c;
	height:26px;
}
TD.blockitem {
	border:solid 1px #A0A0A0;
	border-top:none;
	height:22px;
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
TABLE.browse, TABLE.detail, TR.browse, TR.detail {
	background:#fff;
	margin:0px;
	padding: 2px;
	width: 100%;
}
TABLE.browse {border-collapse: collapse;}
TH.browse {
	background:#e5352c;
	border:1px white solid;
	color:#f4f4f4;
	font-weight:bold;
	margin:5px;
	padding: 2px;
}
TH.browse A {color:#f4f4f4;}
TH.browse div {font-weight:bold;}
TD.browse {
	background:#f0f0f0;
	border:1px white solid;
	margin:5px;
}
TD.row1 {
	background:#e2e2e2;
	border: 1px #fff solid;
	border-bottom: none;
	margin:5px;
	text-align: left;
}
TD.row2 {
	background:#fafafa;
	border: 1px #fff solid;
	border-bottom: none;
	margin:5px;
	text-align: left;
}
TH.nowrap {
	white-space:nowrap;
}
TH.detailtit, TD.detailtit {
	background:#e2e2e2;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;	
	color:#e5352c;
	font-weight: bold;
	margin:5px;
	text-align:right;
}
TH.detail, TD.detail {
	background:#FAFAFA;
	border-top: 1px #e2e2e2 dotted;
	border-bottom:1px #fff solid;
	margin:5px;
	text-align: left;
}
TR.row1:hover, TR.row2:hover, TR.detail:hover, TD.row1:hover, TD.row2:hover, TD.detail:hover, TD.detailtit:hover {
	background:#eee;
}
TR.subbrowse, TD.subbrowse {
	border:1px #808080 solid;
	margin-top:20px;
	padding-top:30px;
}
DIV.menu {
	background: #e2e2e2;
	margin: 0px;
	text-align:right;
}
TABLE.menu { margin:5px; }
TD.menuoff {
	background: #e5352c;
	color:#fff;
	cursor:pointer;
	height:30px;
	margin:0px;
	padding:0 5px;
	vertical-align:middle;
}
TD.menuon {
	background:#fff;
	border: 1px solid #e5352c;
	cursor:pointer;
	font-weight:bold;
	height:30px;
	margin:0px;
	padding:0 5px;
	vertical-align:middle;
}
TD.menuoff:hover {
	background: #e5352c;
    opacity: 0.7; 
}
TD.menuon:hover {
	background:#fff;
    opacity: 0.7; 
}
A.menuon:hover, A.menuoff:hover { }
#et0on, #eton0, #et0off, #etoff0 {
	background:transparent;
	border:0px;
	margin:0px;
	padding-right:2px;
	width:0px;
}
TABLE.submenu {
	background: transparent;
	border: 0px;
	margin:0px;
	padding-right:15px;
	padding-top:5px;
}
TD.submenuoff {
	background:#ecf1f4;
	border-top: 1px #A0A0A0 solid;
	border-right:1px #A0A0A0 solid;
	border-bottom: 2px #292929 solid;
	margin:0px;
	padding: 5px;
}
TD.submenuon {
	background:#fff;
	border-top: 3px #292929 solid;
	border-right:2px #292929 solid;
	margin:0px;
	padding:5px;
}
TD.submenuon {
	background: url('css/images/tr.gif') repeat-x;
	font-weight:bold;
}
TD.submenuoff {
	background: url('css/images/tr.gif') repeat-x;
}
TD.submenuoff:hover {
	background:#fff;
	cursor:pointer;
	font-weight:bold;
}
#subet0on, #subeton0, #subet0off, #subetoff0 {
	background:transparent;
	border:0px;
	margin:0px;
	padding-right:0px;
	width:0px;
}
TD.cuerpo {
	margin:10px 10px 10px 20px;
	width:100%;
}
BUTTON, SUBMIT, .button {
	background: #e5352c;
	border: none;
	color:#fff;
	margin: 10px 0 0 0;
	padding: 6px 12px;
	vertical-align: middle;
}
BUTTON:hover, BUTTON:focus, BUTTON:hover, SUBMIT:focus, .button:hover, .button:focus {
	background: #e5352c;
    opacity: 0.7;
	cursor:pointer;
}
BUTTON[disabled], .button[disabled] {
	background: #e2e2e2;
	color: #333;
}
INPUT[type="text"]:DISABLED, INPUT.inputdisabled, INPUT.inputreadonly{ background:#e2e2e2; }

@media print {
	input[type="button"] { display:none; }
	input[type="text"] { display:none; }
	input[type="select"] { display:none; }
	.blockcab, .blockitem, .blocksubitem { display:none; }
	#menuppal, ul#navmenu { display:none; }
}

#popupTitleBar { height: 2.3em;}
.page {page-break-after:auto;}
.upperc { text-transform:uppercase; }
.transparente { background-color:transparent; }
.oculta_capa {display: none;}
div#bheader {text-align: right;}

#cookie-law { 
	background: rgba(60, 60, 60, 0.7); 
	bottom:0; 
	color:#fff; 
	height:auto; 
	padding:15px 0;
	position:fixed; 
	text-align: center;
	width: 100%;
	z-index: 1002;
}
#cookie-law a { 
	color:#bbb; 
	font-weight:bold; 
}

/* ICONOS + ICONMOON + SIMPLE LINE ICONS-----------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ojd3g7');
  src:  url('fonts/icomoon.eot?ojd3g7#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ojd3g7') format('truetype'),
    url('fonts/icomoon.woff?ojd3g7') format('woff'),
    url('fonts/icomoon.svg?ojd3g7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px #e5352c;
}
.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-sphere:before {
  content: "\e9c9";
}
.icon-question:before {
  content: "\ea09";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-pinterest2:before {
  content: "\ead2";
}
.circle-icon {
    border-radius: 50%;
    height: 38px;
	padding: 6px !important;
    text-align: center;
    vertical-align: middle;
    width: 38px;
}
span.icon-question.circle-icon{
    color: #e5352c;
	line-height: 27px;
 	padding: 4px 5px !important;
}
span.media-object.icon-location.circle-icon.bg-warning.font-3x,
span.media-object.icon-phone.circle-icon.bg-warning.font-3x,
span.media-object.icon-sphere.circle-icon.bg-warning.font-3x{
	/*background: #fafafa;*/
    font-size: 25px;
	margin-top: 10px;
	-webkit-text-fill-color: #fff;
    -webkit-text-stroke: 0px #e5352c; 
}
span.icon-question.text-primary.font-2x,
span.icon-question.circle-icon.font-2x {
	-webkit-text-fill-color: #e5352c;
    -webkit-text-stroke: 0px #e5352c; 
}
span.icon-twitter.bg-primary.font-3x,
span.icon-facebook.bg-primary.font-3x,
span.icon-whatsapp.bg-primary.font-3x  {
	background: #fff;
	border: 6px;
	font-size: 26px;
}

@font-face {
  font-family: 'simple-line-icons';
  src: url('fonts/Simple-Line-Icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.simple-icon-arrow-right-circle,
.simple-icon-magnifier,
.simple-icon-phone:before,
.simple-icon-envelope:before,
.simple-icon-compass:before {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.simple-icon-arrow-right-circle:before {
  content: "\e079";
}
.simple-icon-magnifier:before {
  content: "\e090";
}
.simple-icon-phone:before {
    content: "\e600";
}
.simple-icon-envelope:before {
    content: "\e086";
}
.simple-icon-compass:before {
    content: "\e045";
}

/* TEXTOS -----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3;
}
h1, .h1 {
  font-family: 'source_sans_prolight';
  font-size: 40px;
  font-weight: 100;
  margin-top:40px;
}
h2, .h2 {
  font-family: 'source_sans_prolight';
  font-size: 40px;
  font-weight: 100;
  margin-top: 0px;
}
h2.margintop{
  margin-top: 60px;
}
.col-md-4 h2.bloque {
    text-align: left;
    background: none;
    text-shadow: none;
    margin: 0 0 20px 0;
}
h3, .h3 {
  font-size: 30px;
  font-weight: 700;
}
h4, .h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
h5,.h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
h6,.h6 {
  font-size: 16px;
  font-weight: 700;
}
h4.text-primary {
	margin-bottom: 20px;
}
h4 small {
	color: inherit;
	font-size: 18px;
}
.col-lg-12 > h2.text-primary {
    background: url(images/line_tit.png) repeat-x center top;
    color: #333;
    display: block;
    line-height: 50px;
    margin: 20px 0 20px 10px;
    text-shadow: 
    12px 0px 0 #fff, 
    10px 0px 0 #fff, 
    8px 0px 0 #fff, 
    6px 0px 0 #fff, 
    4px 0px 0 #fff, 
    2px 0px 0 #fff, 
    2px 0px 0 #fff, 
    -4px 0px 0 #fff, 
    -6px 0px 0 #fff, 
    -8px 0px 0 #fff, 
    -10px 0px 0 #fff, 
    -12px 0px 0 #fff;
    width: 100%;
/*    border-bottom: 1px solid #d6d6d6;*/
}
.font-1{font-size: 14px;}
.font-2x{font-size: 18px;}
.font-3x{font-size: 30px;}
.font-4x{font-size: 40px;}

a {color: inherit;}
a:hover, a:hover img  {
	color: inherit;
	opacity: 0.7;
	text-decoration: none;
}
a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}
p {
	margin: 0 0 15px 0;
}
p a{
	color: #e5352c;
}
p a:hover {
	color: #e5352c;
	opacity: 0.7;
}

/* HELPER CLASSES - CONTEXTUAL COLORS -----------------------------------------------------------------------------*/
.text-muted, a.text-muted {
  color: #000;
}
.text-primary, a.text-primary {
  color: #e5352c;
}
.text-success, a.text-success {
  color: #e5352c;
}
.text-info, a.text-info {
  color: #e5352c;
}
.text-warning, a.text-warning {
  color: #e5352c;
}
.text-danger {
  color: #da1f26;
}
.text-shade {
  color: #999;
}
p.text-shade {
    margin-top: 20px;
}
.col-xs-12.col-sm-12.col-md-10 > p.text-shade {
    margin-top: 0px;
}
.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger{
  color: #fff;
  padding:5px;
}

.bg-primary,
a.bg-primary,
a.bg-primary:hover,
a.bg-primary:focus {
  background: #e5352c;
}

.bg-success,
a.bg-success,
a.bg-success:hover,
a.bg-success:focus{
  background: #e5352c;
  color: #fff;
}
.bg-info,
a.bg-info,
a.bg-info:hover,
a.bg-info:focus{
	color: #fff;
	background: #e5352c;
}
.bg-warning,
a.bg-warning,
a.bg-warning:hover,
a.bg-warning:focus {
  background: #e5352c;
  color: #fff;
}
.bg-danger,
a.bg-danger,
a.bg-danger:hover,
a.bg-danger:focus {
  background: #da1f26;
  color: #fff;
}
a.bg-primary:hover,
a.bg-primary:focus,
a.bg-success:hover,
a.bg-success:focus,
a.bg-info:hover,
a.bg-info:focus,
a.bg-warning:hover,
a.bg-warning:focus,
a.bg-danger:hover,
a.bg-danger:focus {
  opacity: 0.7;
}

.bg-shade {
	background:#fff;
	margin:0 !important;
	padding:0;
}

.btn-info {
  background: #919191;
  color:#fff !important;
}
.btn-info:focus,
.btn-info.focus {
  background: #e5352c;
  border-color: #e5352c;
  color: #fff !important;
}
.btn-info:hover {
  background: #e5352c;
  border-color: #e5352c;
  color: #fff !important;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background: #e5352c;
  border-color: #e5352c;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  background: #e5352c;
  border-color: #e5352c;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background: #e5352c;
  border-color: #e5352c;
}
.btn-primary {
  background-color: transparent;
  color: #e5352c;
  cursor: default; 
  font-size: 20px;
  margin: 0;
  padding: 0px;
}
.btn-primary:hover {
  background-color: transparent;
  border:none;
  box-shadow: none;
  color: #e5352c;
}
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover {
  background-color: transparent;
  border:none;
  color: #e5352c;
}
.btn-warning {
  background: #e5352c;
  cursor: pointer; 
  margin: 15px 0 10px 0 !important;
}
.btn-warning:hover {
  background: #e5352c;
  opacity: 0.7;
}
.table>tbody>tr>td.primary {    
	background: #e5352c;
	color:#fff;
}
.table>tbody>tr>td.info {    
	background: #e5352c;
	color:#fff;
}
.table>tbody>tr>td.success {    
	background: #e5352c;
	color:#fff;
}


/* CABECERA -----------------------------------------------------------------------------*/
header {
    height: 410px;
}
.aniversario {
    float: left;
	left: 177px;
    position: relative;
    top: 94px;
}
/* REDES SOCIALES */
.social {
	margin-top:15px;
}
.social > a{
	margin-right: 13px;
}
header .social {
	left: -559px;
    position: relative;
    z-index: 198;
}

/* IDIOMAS */
.select-form {
	display: inline-block;
	float: right;
	margin-right: 46px;
	max-width: 200px;
	position: relative;
	top: 20px;
}

/* LOGIN */
.login-form {
	display: inline-block;
	float: right;
	margin-right: 14px;
	max-width: 200px;
	position: relative;
	top: 46px;
}
.login-form .main-login-form {
  position: relative;
}
.login-form .form-control {
  background: transparent;
  font-size: 16px;
  height:auto;
  padding: 6px 9px;
}
.login-form .form-group {
	margin-bottom: 5px;
	padding-right: 10px;
	position: relative;
}
.login-form .login-group {
	padding: 10px 20px 0px 20px;
}
.login-form .login-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	position: absolute;
    right: -16px;
    transition: all ease-in-out 500ms;
    top: 45%;
}
.login-form .login-button:hover {
	transform: translate(8px);
}
.login-form .etc-login-form {
	text-align: left;
	line-height: 12px;
	margin: 0 0 0 26px;
}
.login-form .etc-login-form a{
	color:#999;
}
.login-form .loged{
	height:239px;
	margin-right: 31px;
	margin-top: 10px;
	text-align:right;
}

/* BUSCADOR */
.search-form {
	display: inline-block;
	float: right;
	margin-right: 60px;
	max-width: 200px;
	position: relative;
	top: -20px;
}
.search-form .search-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	position: absolute;
    right: -63px;
    transition: all ease-in-out 500ms;
    top: -14px;
}
.search-form .search-button:hover {
	transform: translate(8px);
}

/* RUTA */
.breadcrumb {
	background: transparent;
    border-radius:0px;
	margin-bottom:0;
	margin-top:140px;
}
/*.breadcrumb > li {
  color: #e5352c;
}*/
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #333;
  content: "\003e";
}
.breadcrumb > .active {
  color: #333;
}
.page-header {
    border-bottom: 0; 
    margin: 30px 0 20px;
}

@media (min-width: 1200px) {
header > .container {
	background: url(images/fondo_menu.png) repeat-x center top;
	height: 356px;
	margin-bottom: 40px;
}
.breadcrumb {
    margin-top: 20px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
header > .container {
	background: url(images/fondo_menu.png) repeat-x center top;
	height: 356px;
	margin-bottom: 40px;
}
.aniversario {
    left: 27px;
}
.search-form, .login-form {
    left: -10px;
}
.breadcrumb {
    margin-top: 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
header > .container {
    background: url(images/fondo_menu.png) repeat-x center 0px;
    height:401px;
}
.aniversario {
    left: -6px;
    top:73px;
}
.aniversario>img {
    width:70%;
}
header .social {
    top: 21px;
    left: -348px;
    margin: 0;
    width: 109%;
}
.select-form {
    margin-right: 236px;
}
.login-form {
    top: -87px;
    left: 0;
}
.search-form {
    max-width: 118px;
    top: -127px;
    left: 0px;
}
.select-form + .clearfix{
    display:none;
}
span.simple-icon-arrow-right-circle.text-primary.font-3x,
span.simple-icon-magnifier.text-primary.font-3x {
    font-size: 25px;
}
.page-header,.breadcrumb {
    margin-left: 6px;
    margin-top: -65px;
    padding: 0
}
}

@media (max-width: 767px) {
.aniversario {
    left: 270px;
    top: 84px;
	position: absolute;
}
.aniversario>img {
    width:70%;
}
/*.aniversario {
	display:none;
}*/
.login-form,.search-form  {
	display:none;
}
.select-form {
    margin-right: 14px;
    top: -82px;
}
.login-form + .clearfix,
.search-form + .clearfix {
    display:none;
}
header .social {
    left:0;
    top: 239px;
}
.page-header,.breadcrumb {
    margin-left: 6px;
    margin-top: 241px;
    padding: 0;
}
}

/* MENU -----------------------------------------------------------------------------*/
.navbar {
	border:0;
}
.navbar-collapse {
   padding-right: 0;
   padding-left: 0;
}
.navbar-default {
  background: transparent;
  border-color: transparent;
  top:0;
  z-index:199;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-brand {
  height:250px;
  padding: 65px 0 0 0;
}
.navbar-nav>li {
   margin-bottom:0;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
  font-size: 22px;
  margin-right:0;
  margin-top:0;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
}
.navbar-default .navbar-nav > li > a:hover,  
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff;
  border-bottom: 6px solid #e5352c;
  color: #e5352c;
  margin-bottom:-6px;
  opacity: 1;
}
.dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  font-size: 16px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 6px rgba(0, 0, 0, .175);
  padding: 0;	
  z-index: 1001;
}
.dropdown-menu ul{
  padding:0 10px 0 15px;
}
.dropdown-menu ul ul {
 padding:2px 0 0 15px;
}
.dropdown-menu li {
  list-style: none;
  text-transform:uppercase;
  border-top: 1px solid #f5f5f5;
  margin:0px;
}
.dropdown-menu > li > a {
  color:#e5352c;
  display: block;
  font-size: 18px;
  padding: 7px 15px;
  white-space: normal; 
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  background: #e5352c;
  color:#fff;
  opacity:1;
}
.dropdown-menu li:first-child, 
.dropdown-menu li li{
  border-top: none;
}
.dropdown-menu li li {
  color:#e5352c;
  display: block;
  line-height: 1.4;
  text-transform:uppercase;
  padding: 4px 0 4px 10px;
}
.dropdown-menu li li:last-child {
  margin: 0 0 7px 0;
 }
.dropdown-menu li li a{
  color:#e5352c;
}
.dropdown-menu > li li.active  > a {
	background: rgba(229, 50, 45, 0.16);
}
.dropdown-menu li li li, 
.dropdown-menu li li li a {
  color:#555;
  border-top: none;
  text-transform: none;
}
.dropdown-menu li li li:before {
    color: #333;	
	content: "\e606";
    font-family: 'simple-line-icons';
    font-size: 10px;
    float: left;
    margin-top: 4px;
    margin-left: -15px;
}
.dropdown-menu li li li:last-child {
	margin: 0 0 5px 0;
}
.dropdown-menu li li li a {
	display:inline;
}
.dropdown-menu > li li li.active > a {
	background-color: #fff;
	font-weight: bold;
}

.caret {
	color: #333;
    margin-left: 10px;
}

@media (min-width: 768px) {
.navbar-nav {
    height: 50px;
}
.navbar-default {
  max-width:100%;
}
.navbar-default .navbar-nav > li:nth-child(6){
	clear:left;
}
.navbar-default .navbar-nav > li:last-child {
	clear:right;
}
.navbar-default .navbar-nav > li:nth-child(6),
.navbar-default .navbar-nav > li:nth-child(7),
.navbar-default .navbar-nav > li:nth-child(8),
.navbar-default .navbar-nav > li:nth-child(9),
.navbar-default .navbar-nav > li:nth-child(10),
.navbar-default .navbar-nav > li:nth-child(11),
.navbar-default .navbar-nav > li:nth-child(12), 
.navbar-default .navbar-nav > li:nth-child(13){	
	left:440px;
	top:-332px;
}
.navbar-default .navbar-nav > li > a {
    margin-right:35px;
}
.navbar-default .navbar-nav > li:nth-child(6) > a,
.navbar-default .navbar-nav > li:nth-child(7) > a,
.navbar-default .navbar-nav > li:nth-child(8) > a,
.navbar-default .navbar-nav > li:nth-child(9) > a,
.navbar-default .navbar-nav > li:nth-child(10) > a,
.navbar-default .navbar-nav > li:nth-child(11) > a,
.navbar-default .navbar-nav > li:nth-child(12) > a,
.navbar-default .navbar-nav > li:nth-child(13) > a {
    border-right: 1px solid #d6d6d6;
    line-height: 28px;
    font-size: 18px;
    margin-right: 0;
    padding: 0px 12px 6px 12px;
}
.navbar-default .navbar-nav > li:last-child > a {
    border-right:none;
} 
.navbar-default .navbar-nav > li:nth-child(6) > a:hover,
.navbar-default .navbar-nav > li:nth-child(6) > a:focus,
.navbar-default .navbar-nav > li:nth-child(6).active > a, 
.navbar-default .navbar-nav > li:nth-child(7) > a:hover,
.navbar-default .navbar-nav > li:nth-child(7) > a:focus,
.navbar-default .navbar-nav > li:nth-child(7).active > a, 
.navbar-default .navbar-nav > li:nth-child(8) > a:hover,
.navbar-default .navbar-nav > li:nth-child(8) > a:focus,
.navbar-default .navbar-nav > li:nth-child(8).active > a, 
.navbar-default .navbar-nav > li:nth-child(9) > a:hover,
.navbar-default .navbar-nav > li:nth-child(9) > a:focus,
.navbar-default .navbar-nav > li:nth-child(9).active > a, 
.navbar-default .navbar-nav > li:nth-child(10) > a:hover,
.navbar-default .navbar-nav > li:nth-child(10) > a:focus,
.navbar-default .navbar-nav > li:nth-child(10).active > a, 
.navbar-default .navbar-nav > li:nth-child(11) > a:hover,
.navbar-default .navbar-nav > li:nth-child(11) > a:focus,
.navbar-default .navbar-nav > li:nth-child(11).active > a, 
.navbar-default .navbar-nav > li:nth-child(12) > a:hover,
.navbar-default .navbar-nav > li:nth-child(12) > a:focus, 
.navbar-default .navbar-nav > li:nth-child(12).active > a, 
.navbar-default .navbar-nav > li:nth-child(13) > a:hover,
.navbar-default .navbar-nav > li:nth-child(13) > a:focus,
.navbar-default .navbar-nav > li:nth-child(13).active > a{
  background: transparent;
  color: #e5352c;
  padding-top:0px;
  opacity: 1;
}
}

@media (min-width: 1200px) {
.dropdown-menu {
  min-width: 460px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.navbar-brand img{
   max-width: 90%;
   margin: 19px 0 0 0;
}
.navbar-default .navbar-nav > li:nth-child(6),
.navbar-default .navbar-nav > li:nth-child(7),
.navbar-default .navbar-nav > li:nth-child(8),
.navbar-default .navbar-nav > li:nth-child(9),
.navbar-default .navbar-nav > li:nth-child(10),
.navbar-default .navbar-nav > li:nth-child(11),
.navbar-default .navbar-nav > li:nth-child(12),
.navbar-default .navbar-nav > li:nth-child(13) {
	left: 235px;
}
.navbar-default .navbar-nav > li > a {
    margin-right: 10px;
}
.dropdown-menu {
    min-width: 490px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
header .logo {
	margin: 23px 0 0 0;
    background-size: auto 86%;
    width: 0px;
    height: 54px;
}
.navbar-brand {
  height:317px;
}
.navbar-default {
  left: 0;
  top: -94px;
  width: 720px;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    margin-top: 4px;
}
.navbar-default .navbar-nav > li:nth-child(6),
.navbar-default .navbar-nav > li:nth-child(7),
.navbar-default .navbar-nav > li:nth-child(8),
.navbar-default .navbar-nav > li:nth-child(9),
.navbar-default .navbar-nav > li:nth-child(10),
.navbar-default .navbar-nav > li:nth-child(11),
.navbar-default .navbar-nav > li:nth-child(12),
.navbar-default .navbar-nav > li:nth-child(13) {
    top: -336px;
    left: 0px;
}
.navbar-default .navbar-nav > li > a {
	font-size:18px;
	margin-top: 4px;
	margin-right: 0;
}
.navbar-default .navbar-nav > li > a:hover {
	margin-top: 4px;
}
.navbar-default .navbar-nav > li:nth-child(6) > a:hover,
.navbar-default .navbar-nav > li:nth-child(7) > a:hover,
.navbar-default .navbar-nav > li:nth-child(8) > a:hover,
.navbar-default .navbar-nav > li:nth-child(9) > a:hover,
.navbar-default .navbar-nav > li:nth-child(10) > a:hover,
.navbar-default .navbar-nav > li:nth-child(11) > a:hover,
.navbar-default .navbar-nav > li:nth-child(12) > a:hover,
.navbar-default .navbar-nav > li:nth-child(13) > a:hover {
	padding-top: 0;
}
.dropdown-menu {
    min-width: 313px;
}
}

@media (max-width: 767px) {
header > .container {
   height: 360px;
}
.navbar-brand {
   height:0;
   padding: 12px 0 0 0;
} 
.navbar-brand>img {
    width: 100%;
    margin: 35px 0 0 0;
}
.navbar-default {
	top:-40px;
}
.navbar-collapse {
   padding-right: 15px;
   padding-left: 15px;
}
.navbar-toggle {
    margin-right: 0; 
    margin-bottom: 0;
}
.navbar-toggle .icon-bar {
    border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form  {
	background-color: #fff;
}
.navbar-nav>li {
    margin-bottom: 0;
    border-bottom: 1px solid #fafafa;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    border-bottom: 6px solid #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #e5352c;
    display: block;
    padding: 7px 0px 7px 15px;
}
.navbar-default .navbar-nav .open .dropdown-menu> li.active>a, 
.navbar-default .navbar-nav .open .dropdown-menu> li.active>a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu> li.active>a:hover{
	background: #e5352c;
    color:#fff;
}
}
@media  (max-width: 400px) {
.aniversario {
	display:none;
}
}

/* CIERRE -----------------------------------------------------------------------------*/
footer {
	margin-top:20px;
}
footer > .container > hr {
	border-top:3px solid #e5352c;	
	margin-bottom: 0px;
	margin-top: 0px;
}
footer > .container > hr ~ hr {
	border-top:1px solid #ccc;	
	margin-bottom: 0px;
	margin-top: 0px;
}
footer hr {
	margin-bottom:20px;
}
footer .logo img {
    max-width: 100%;
}
footer img {
	margin:0 15px 0 0;
}
footer .social {
    margin: 20px 0;
}
footer .social > a {
    margin-right: 13px;
}
footer p {
    margin: 15px 0;
}
.footer-bottom  {
	padding:10px 0;
	text-align:center;
}
.footer-bottom img{
	margin:0 20px;
	padding-top:15px;
}

/* CONTENIDO -----------------------------------------------*/
/* SOLUCIÓN Bloques independientes*/
.container_independent {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    display: inline-table;
    margin: 30px 0 30px 5%;
    min-height: 450px;
    padding: 10px;
    width: 90%;
}
.container_independent h2 {
	margin: 20px 0 9px 13px; 
}
.container_independent ~ .container_independent {
	background: #e93e2b url(images/fondo_destacados.png) no-repeat left center;
	/*border-left: 1px solid #d8d8d8;*/  
	color:#fff;  
	margin-left: 10px;
    padding-left:2%;
	padding-right:2%;
}
.container_independent ~ .container_independent h2, 
.container_independent ~ .container_independent a,
.container_independent ~ .container_independent .text-muted {
	color:#fff; 
}
.container_independent ~ .container_independent a {
	font-weight: bold;
}

@media (min-width: 1400px) {
.container_independent {
    margin: 30px 0 30px 20%;
	width:33%;
}
.container_independent ~ .container_independent {
    width: 27%;
}
}
@media (min-width: 992px) and (max-width: 1399px) {
.container_independent {
    margin: 30px 0 30px 7%;
	width:48%;
}	
.container_independent ~ .container_independent {
    width: 38%;
}	
}

@media (min-width: 768px) and (max-width: 991px) {
.container_independent ~ .container_independent {
    margin: 30px 0 30px 5%; 
}
}	
@media (max-width: 768px) {
.container_independent ~ .container_independent {
    margin: 30px 0 30px 5%; 
}
}
	
/* PAGINACIÓN */
.pagination  {
	padding:0 0 10px 0;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span {
	border-left:0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
	border-right:0;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination>li>a, 
.pagination>li>span {
    color: #e5352c;
    background: #f7f7f7;
    border: 1px solid #ddd;
	border-top:0;
	border-bottom:0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #e5352c;
  background: #ddd;
}
.pagination > li > span.active,
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background: #e5352c;
    border-color: #e5352c;
}
.pagination > li > span.active {
	color:#fff;
	cursor: default;
}

/* CALENDARIO */
div.calendar {
    margin: 0;
    padding: 10px 30px 20px 30px;
}
div.calendar .table {
    width: 100%;
    margin: 0;
    padding: 0;
}
div.calendar .table th,
div.calendar .table td {
    padding: 0;
    text-align: center;
}
div.calendar .table tr th,
div.calendar .table tr td,
div.calendar .table tr.calendar-month-header th {    
	background: #ffffff;
}
div.calendar .table tr.calendar-month-header th {    
	color: #e5352c;	
	border:0;  
    font-size: 20px;
}
div.calendar .table tr.calendar-month-header th span {
    cursor: pointer;
    display: inline-block;
    padding: 4px 0;
}
div.calendar .table tr.calendar-dow-header th {
    background: #e5352c;
	border:0;
	color:#fff;
	padding:5px 0;
}
div.calendar .table tr:last-child {
    border-bottom: 1px solid #dddddd;
}
div.calendar .table-bordered tr.calendar-month-header th {
    border-left: 0;
    border-right: 0;
}
div.calendar .table-bordered tr.calendar-month-header th:first-child {
    border-left: 1px solid #dddddd;
}
div.calendar div.calendar-month-navigation {
    cursor: pointer;
    margin: 0;
    padding: 0;
}
div.calendar tr.calendar-dow-header th,
div.calendar tr.calendar-dow td {
    width: 14%;
}
div.calendar .table tr td div.day {
    margin: 0;
    padding-top: 9px;
    padding-bottom: 9px;
}
div.calendar .table tr td.event div.day,
div.calendar ul.legend li.event {
    background: #e5352c;
}
div.calendar .table tr td.dow-clickable,
div.calendar .table tr td.event-clickable {
    cursor: pointer;
}
div.calendar .badge-today,
div.calendar div.legend span.badge-today {
    background: #fac845;
    color: #333;
    text-shadow: none;
}
div.calendar .badge-event,
div.calendar div.legend span.badge-event {
    background: transparent;
    border: 2px solid #e5352c;
    color: #333;
	min-width: 22px;
    text-shadow: none;
}
div.calendar .badge-event {
    font-size:13px;
	padding: 5px;
}
div.calendar div.legend {
	background: rgba(230, 230, 230, 0.4);
    padding: 10px;
    text-align: left;
}
div.calendar div.legend span {
    color: #333;
    font-size: 16px;
    font-weight: normal;
	display: table-cell;
}
div.calendar div.legend:first-child {
	padding-top:20px;
}
div.calendar div.legend span.badge {
    border-radius:5px;
	font-weight:bold;
	margin: 0 10px 0px 0;
	padding:4px
}
div.calendar div.legend span.legend-text:after,
div.calendar div.legend span.legend-block:after,
div.calendar div.legend span.legend-list:after,
div.calendar div.legend span.legend-spacer:after {
    content: ' ';
}
div.calendar div.legend span.legend-text p,
div.calendar div.legend span.badge {
	float:left;
}
div.calendar div.legend span.legend-spacer {
    padding-left: 25px;
}
div.calendar ul.legend > span {
    padding-left: 2px;
}
div.calendar ul.legend {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
div.calendar ul.legend li {
    display: inline-block;
    height: 11px;
    width: 11px;
    margin-left: 5px;
}
div.calendar ul.legend
div.calendar ul.legend li:first-child {
    margin-left: 7px;
}
div.calendar ul.legend li:last-child {
    margin-right: 5px;
}
div.calendar .table td a {
    background: #ffffff;
    border: 2px solid #e5352c;
    border-radius: 5px;    
	display: inline-block;
    font-weight: bold;
    height: 25px;
    padding: 0px;
    width: 25px;
}
div.calendar .table td .today {
	background: #e5352c;
	border-radius: 5px;
	color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 25px;
    padding: 0px;
    width: 25px;
}
.badge {
  border-radius: 5px;
}

@media (max-width: 979px) {
div.calendar .table th,
div.calendar .table td {
	padding: 2px 1px;
}
}

/* FORMULARIOS */
select, input {
    color: initial;
	margin: 0 0 7px 0;
}
label {
    font-weight: 400;
}
.obligatorio,
.label-primary,
.label-primary[href]:hover,
.label-primary[href]:focus {
	background:transparent;
  	color: #e5352c;
  	font-weight:bold;
}
p.obligatorio > a {
    text-decoration: none;
}
.form-group {
    margin-bottom: 7px;
}
.input-group {
	margin: 0 0 7px 0;	
}
.input-group-addon {
    background: #FFF;
    border-left: 0;
}
.input-group-addon {
    padding: 6px 4px;
}
.form-control {
	font-size: 16px;
    padding: 6px 30px 6px 12px;
}
.form-control-feedback {
    right: 25px;
}
.btn {
    border:none;
    border-radius:7px;
    font-size: 16px;
	margin:10px 0;
}
.btn-default {
	background: transparent;
	border-color: transparent;
	text-transform:uppercase;
	padding-right:0;
	padding-left:0;
}
.btn-default:focus,
.btn-default.focus {
	background: transparent;
	border-color: transparent;
}
.btn-default:hover {
	background: transparent;
	border-color: transparent;
	opacity: 0.7;
	text-decoration:underline;
}
.icon-button {
	background: transparent;
	border: 0;
	margin: 5px 0 0 0;
	padding: 0;
	transition: all ease-in-out 500ms;
}
.icon-button:hover {
	background: transparent;
	transform: translate(8px);
}
.has-error .form-control{
    border-color: #da1f26;
}
.has-error .control-label,
.has-error .form-control-feedback {
    color: #da1f26;
}
.has-success .form-control{
    border-color: #e5352c;
}
.has-success .control-label,
.has-success .form-control-feedback {
    color: #e5352c;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 21px;
}
input[name="captcha_code"]{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;	
    color: #555;
	display: block;
    font-size: 16px;
    height: 34px;
    line-height: 1.42857143;
	margin:10px 0 0 0;
    padding: 6px 12px;
    width: 33%;
}
label.col-sm-4.control-label.obligatorio + .col-sm-6.col-md-6 + a.btn.btn-primary {
	color: #e5352c;
	margin-top:1px;
}
label.col-sm-4.control-label.obligatorio + .col-sm-6.col-md-6 + a.btn-primary:hover,
label.col-sm-4.control-label.obligatorio + .col-sm-6.col-md-6 + a.btn-primary:active,
label.col-sm-4.control-label.obligatorio + .col-sm-6.col-md-6 + a.btn-primary:focus {
    background-color: rgba(20, 115, 182, 1);
    color: #fff;
}
.well.well-lg  .text-center > a.btn.btn-warning {
	white-space: pre-wrap;
}
span.glyphicon.glyphicon-chevron-right.text-primary.font-2x {
	top: -8px;
    left: -6px;
}

/* GENERALES */
hr {
	border-top: 1px solid #fff;
	margin-bottom: 0px;
	margin-top: 0px;
}
.container > hr {
	border-top: 1px solid #d8d8d8;
	margin-bottom: 0px;
	margin-top: 0px;
}
ul {
	padding-left:15px;
}
ul li {
	 margin: 0 0 10px;
}
ul li a{
	color: #e5352c;
}
ul li a:hover{
	color: #e5352c;
	opacity:0.7
}
.row {
	margin-top:20px;
    margin-bottom: 20px;
}
.container .jumbotron {
	border-radius: 0;
	margin-bottom: 0;
	padding: 30px 15px 0 15px;
}
.container .jumbotron .container{
	padding: 0;
}
.jumbotron{
	background:#fff;
	border-radius: 0;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.jumbotron h1{
	color: #e5352c;
	font-family: 'source_sans_prolight';
	font-size:36px;
	margin-top: -9px;
}
.jumbotron p {
	font-size: 16px;
	line-height: 22px;
}
.jumbotron p a{
	color: #e5352c;
	text-decoration:underline;
}
.jumbotron p a:hover {
	color: #e5352c;
	opacity: 0.7;
}
.media {
    margin-top: 0;
}
.media:first-child {
    margin-top: 6px;
}
.media-body, .media-left, .media-right {
    min-width: 50px;
	vertical-align: middle;
}
address.media-heading {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}
.well {
	background: #fafafa;
	border: 0;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0)
}
.well-sm {
	padding: 12px;
	margin-top: 15px;
}
.boxshadow  {
    box-shadow: 2px 2px 15px #d6d6d6;
}
/* BARRA FIRMAS */
.progress {
    margin-bottom: 6px;
	margin-top: 0px;
}
.progress-bar {
	font-size: 16px;
	padding-left: 5px;
    text-align: left;
}
.progress-bar-info {
	background: #e5352c;
	color: #ccc;
}
.progress-bar[aria-valuenow="0"] {
  color: gray;
  min-width: 3%;
  background: transparent;
  box-shadow: none;
}
/* VÍDEOS */
.embed-responsive-16by9 {
	margin-bottom: 40px;	
	margin-top: 50px;
}
.embed-responsive-4by3 {
	margin-bottom: 15px; 
}

/* NUEVOS */
a.underline {
	text-decoration:underline;
}
.margin {
	margin-bottom: 30px;
}
.nopadding {
	margin-top: 30px;
    padding: 0;
}
h2.bloque {
	background: url(images/line_tit.png) repeat-x center top;
	color: #333;
	display:block;
	line-height: 50px;
	margin-bottom: 30px;
    margin-left: 10%;
	margin-top: 70px;
	text-align: center;
	text-shadow: 
	12px 0px 0 #fff,  
	10px 0px 0 #fff, 
	8px 0px 0 #fff, 
	6px 0px 0 #fff,  
	4px 0px 0 #fff,
	2px 0px 0 #fff,
	-2px 0px 0 #fff,
	-4px 0px 0 #fff,
	-6px 0px 0 #fff,
	-8px 0px 0 #fff,
	-10px 0px 0 #fff,
	-12px 0px 0 #fff;
	width:80%;
}
h3.bloque {
	line-height: 34px;
}
h4.bloque {
	background: transparent;
	color: #e5352c;
	font-size: 20px;
	font-weight:700;
	line-height:20px;
 	padding: 15px 5px 5px 17px;
}
h3.relacionados,
h5.relacionados {
	color: #999;
	text-transform: lowercase;
}
h3.relacionados {
	padding-top: 20px;
	padding-bottom: 15px;
}
h5.relacionados {
	color: #e5352c;
    background: #fff;
	font-size: 26px;
	margin: 0 0 15px 0;
	min-width: 285px;
	padding-bottom: 5px;
}
.donde_estamos {
    background: url(images/donde_estamos.jpg) no-repeat center top;
	min-height: 442px;
	padding-right: 50%;
	padding-top: 24%;
}
.donde_estamos h2{
	background: rgba(177, 42, 38, 0.5);
	color: #fff;
	font-family: 'source_sans_prolight';
	font-size: 36px;
	margin: 0;
    text-shadow: 1px 1px 5px #333;
    padding: 10px 10px;
}
.donde_estamos h3{
	background: rgba(177, 42, 38, 0.5);
	color: #fff;
	font-size: 24px;
	font-weight:800;
	margin: 0;    
	text-shadow: 1px 1px 5px #333;
    padding:0px 10px 10px 10px;
}
.newsletter {
    background:#f0f0f0 url(images/fondo_boletin.png) no-repeat left center;
	padding: 30px 15px;
}

/*ENLACES CONTENIDOS DINÁMICOS*/
article a {
	color:#e5352c;
	text-decoration:underline;
}
article a:hover {
	color:#e5352c;
	opacity: 0.7;
}

/*LISTADOS PROYECTOS + INFORMATE*/
.portfolio-item {
    margin:0 0 50px 0;
}
.col-md-4.popup-gallery.portfolio-item  {
    margin:0 0 50px 0;
}
.portfolio-item h4 {
    line-height:25px;
    margin:0 0 10px 0;
}
.col-md-6 ul li h4 {
	margin:0;
}
.portfolio-item p.text-muted {
    margin:0 0 3px 0;	
}
.portfolio-item p.text-muted a {
	color:inherit;
    font-weight:700;
}
.portfolio-item p.text-shade{
	margin-top:0;
}
.portfolio-item p a.btn_video {
    margin: 0 0 -4px 0;
}
.portfolio-image {
   	overflow:hidden;
    width:100%;
}
.portfolio-thumb{
	border: 1px solid #c1c1c1;
    margin:0 0 15px 0;
	overflow:hidden;
    width:100%;
}
.portfolio-image img, .portfolio-thumb img{
    width:100%;
}
.portfolio-item.popup-gallery {
    margin: 0;
}

/*MATERIALES RELACIONADOS COLUMNA*/
aside > .portfolio-item {
    margin:0 0 30px 0;
}
aside > h4.bloque {
 	border-top: 1px solid #d6d6d6;   
 	color: #333;
 	font-weight: 700;
	margin:0 0 14px 0px;
 	padding: 15px 5px 5px 0;
}
aside > h4.bloque:first-child {
 	border-top: none;   
}
aside h5.relacionados +  h4.bloque {
    border: none;
	padding-top: 0px;
}
aside > .portfolio-item h5 {
    margin:0 0 5px 0;
}
aside > .portfolio-item > p  {
    margin:0 0 12px 0;
}
aside > .portfolio-item > ul li {
    margin: 0 0 20px 0;
}
aside > .portfolio-item > .portfolio-image {
    margin:0 0 8px 0;
}
aside > .portfolio-item.popup-gallery {
    margin:0 0 45px 0;
}
.btn_video{
    border: 1px solid #e5352c;
    display: inline-flex;
    line-height: 22px;
    padding: 0 6px 0 0;
}
span.glyphicon.glyphicon-play-circle {
    background: #e5352c;
    color: #fff;   
	margin: -1px 6px 0 0;
	padding:4px 6px 8px 6px;
}
.image_num{
	background: #e5352c;
    color: #fff;
    float: right;
    position: relative;
    top: -65px;
    display: inline-block;
    padding: 0 5px;
}

/*MAPA WEB + RESULTADO BÚSQUEDA*/
.lista li{
	font-size:20px;
	list-style:none;
	margin: 20px 0 0 0;
	text-transform:uppercase;
}
.lista li a{
	color: #333;
}
.lista li a:hover{
	color: #333;
	opacity: 0.7;
}
.lista li li {
	font-size:18px;
	list-style:none;
	margin: 10px 0 0 0;
	text-transform:uppercase;
}
.lista li li a{
	color: #e5352c;
}
.lista li li a:hover{
	color: #e5352c;
	opacity: 0.7;
}
.lista li li li{
	font-size:16px;
	margin: 10px 0 0 0;
	padding: 0px;
	text-transform:uppercase;
}
.lista li li li a{
	color: #e5352c;
}
.lista li li li a:hover{
	color: #e5352c;
	opacity: 0.7;
}
.lista li li li li{
	margin: 8px 0 0 15px;
	text-transform:none;
}
.lista li li li li a{
	color: #333;
}
.lista li li li li a:hover{
	color: #333;
	opacity: 0.7;
}
.lista li li li li:before {
	color: #333;
    content: "\e606";
    font-family: 'simple-line-icons';
    font-size: 10px;
    float: left;
    margin-top: 4px;
    margin-left: -15px;
}

/*MAPA CIRCULOS CENTROS AGRUPADOS*/
#mapid {
    z-index: 0;
}
.marker-cluster div {
	color:#fff !important;
    font: 16px Arial, Helvetica, sans-serif !important;
	font-weight:bold !important;
    height: 28px !important;
	width: 28px !important;
}
.leaflet-marker-icon.marker-cluster.marker-cluster-small.leaflet-zoom-animated.leaflet-clickable,
.leaflet-marker-icon.marker-cluster.marker-cluster-medium.leaflet-zoom-animated.leaflet-clickable {
    width: 0 !important;
    height: 0 !important;
}
.marker-cluster-small div, .marker-cluster-medium div {
    background-color: rgba(112, 113, 115, 0.8) !important;
}
.columns label.radio-inline, .columns label.checkbox-inline{
  width: 100%;
}
.columns label.radio-inline:first-child, .columns label.checkbox-inline:first-child {
	margin-left:10px;
}
.col-md-3.col-md-offset-3.text-right {
    margin-top: 5px;
}

/*OPENSTREETMAP*/
.leaflet-container,
.leaflet-popup-content {
    font-family: 'source_sans_proregular';
    font-size: 16px;
}
.leaflet-container a {
    color: #e5352c !important;
}

@media (min-width: 1200px) {
.portfolio-thumb{
	height: 206px;
}
.col-xs-12.col-sm-12.col-md-10 .portfolio-image {
	height:540px;
}
aside > .portfolio-item > .portfolio-image {
	height: 143px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.portfolio-thumb{
	height: 168px;
}
.col-xs-12.col-sm-12.col-md-10 .portfolio-image {
	height:444px;
}
aside > .portfolio-item > .portfolio-image {
	height: 115px;
}
}

@media (min-width: 992px) {
section {
	overflow:hidden;
}
article.vr-vertical {
	padding-right:25px;
}
aside.vr-vertical {
	margin-left:25px;
}
article.vr-vertical:after {
  background: #dadada;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 700px;
}
.vr  {
  	overflow: hidden;
  	border-left: 0px solid #d8d8d8;
	padding: 0 50px;
}
.multicolumn{
	column-count: 1;
    column-gap: 40px;
	column-fill:auto;
	-moz-column-count: 2;
    -moz-column-gap: 40px;
	-moz-column-fill:auto;
}
.multicolumn li{
	break-inside: avoid-column;
}
.multicolumn  h5{
	margin:0 0 3px 0;
}
.portfolio-item {
    margin:0 0 30px 0;
}
.col-md-4.popup-gallery.portfolio-item  {
    margin:0 0 30px 0;
}
label.radio-inline, label.checkbox-inline {
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 2%;
  margin-left:0;
  padding:0 0 5px 25px;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
.columns label.radio-inline, .columns label.checkbox-inline{
  min-width: 190px;
  vertical-align: top;
  padding: 10px 10px 0px 30px;
  width: 38%;
}
.columns label.radio-inline:first-child, .columns label.checkbox-inline:first-child {
	margin-left:0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.portfolio-thumb{
	height: 411px;
}
.col-xs-12.col-sm-12.col-md-10 .portfolio-image {
	height:411px;
}
aside.col-md-12 {
    position: inherit;
}
aside > .portfolio-item > .portfolio-image {
	height: 387px;
}
.jumbotron .container .col-md-4 img {
    margin: 0 auto 30px auto;
}
}

@media (min-width: 768px) {
.dl-horizontal dt {
    white-space: initial;
    width: 95px;
}
.dl-horizontal dt h6{
	display:inline-block;
	font-weight:400;
}
.dl-horizontal dd {
	margin-left: 115px;
}
.dl-horizontal dd p{
	margin-top:15px;
}
.dl-horizontal dd ul{
	color:inherit;
	margin-top:15px;
	padding-left:12px;
}
.dl-horizontal.links dt {
    width: 400px;
}
.dl-horizontal.links dd {
	margin-left: 420px;
	margin-top:0;
}
.dl-horizontal.links dd h6{
	font-weight:400;
	line-height: 14px;
	margin-bottom:5px;
	text-transform:uppercase;
}
.dl-horizontal.links dd p{
	margin-top:0;
	margin-bottom:10px;
}
.col-xs-12.col-sm-4.text-center > img {
    float: right;
}
}

@media (min-width: 568px) and (max-width: 767px) {
.portfolio-thumb{
	height: 260px;
}	
}

@media (min-width: 412px) and (max-width: 567px) {
.portfolio-thumb{
	height: 218px;
}	
}

@media (max-width: 767px) {
.social > a >.font-4x {
    font-size: 27px;
	margin-right: 6px;
} 
aside {
	margin-top:40px;
}
aside.col-md-12 {
    position: inherit;
}
.icon-button {
	transition: none;
}
.icon-button:hover {
	transform: none;
}
.container .jumbotron {
    padding-right: 30px;
    padding-left: 30px;
}
.jumbotron .container .col-md-4 img {
	margin: 0 auto 30px auto;
}
a.btn.btn-primary {
    margin: 2px 0 10px 16px;
}
.col-xs-12.col-sm-12.col-md-5.text-center p:first-child {
    margin: 10px 0 0 0; 
}
.nopadding {
    width: 92%;
    margin: 30px auto 0 auto;
}
}

@media (max-width: 411px) {
.portfolio-thumb{
	height: 165px;
}
}

@media (min-width: 280px) and (max-width: 510px) {
.footer-bottom img {
    max-width: 90%;
}
.donde_estamos {
    min-height: 442px;
    padding-right: 4%;
    padding-top: 60%;
}
.donde_estamos h2 {
    font-size: 28px;
}
}