/* FUENTES -----------------------------------------------------------------------------*/
@font-face {
    font-family: 'GoodDog';
    src: url('fonts/GoodDog.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Italic';
    src: url('fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'playtime';
    src: url('fonts/playtime.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, .tooltip, .popover, .title, TH.detailtit, TD.detailtit {  
	font-family: 'OpenSans',  Arial, "Helvetica Neue", Helvetica, sans-serif;
}
body {  
	font-size: 14px;
	line-height: 1.5;
}

/* ADMIN -----------------------------------------------------------------------------*/
.title { 
    color: #f29719;
	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:#f29719;
	border: 1px #808080 dotted;
	color:#fff;
	font-weight: bold;
	margin:0px;
	padding: 1px;
	text-align:right;
}
TD.content {
	background:#f0f8ff;
	border: 0px #f29719 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:#f29719;
	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:#5a4a42;
	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:#5a4a42;
	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: #f29719;
	color:#fff;
	cursor:pointer;
	height:30px;
	margin:0px;
	padding:0 5px;
	vertical-align:middle;
}
TD.menuon {
	background:#fff;
	border: 1px solid #f29719;
	cursor:pointer;
	font-weight:bold;
	height:30px;
	margin:0px;
	padding:0 5px;
	vertical-align:middle;
}
TD.menuoff:hover {
	background: #f29719;
    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: #f29719;
	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: #f29719;
    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:10px 10px 5px 10px; 
	position:fixed; 
	text-align: center;
	width: 100%;
}
#cookie-law a { 
	color:#f29719; 
	font-weight:bold; 
}


/* ICONMOON + FONTAWESOME -----------------------------------------------------------------------------*/
@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?kdd8tw');
    src:    url('fonts/icomoon.eot?kdd8tw#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?kdd8tw') format('truetype'),
        url('fonts/icomoon.woff?kdd8tw') format('woff'),
        url('fonts/icomoon.svg?kdd8tw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-question:before {
    content: "\e900";
}
.icon-blog:before {
    content: "\e909";
}
.icon-phone:before {
    content: "\e942";
}
.icon-location:before {
    content: "\e947";
}
.icon-sphere:before {
    content: "\e9c9";
}
.icon-facebook:before {
    content: "\ea90";
}
.icon-twitter:before {
    content: "\ea96";
}
.icon-youtube:before {
    content: "\ea9d";
}
.icon-whatsapp:before {
    content: "\ea93";
}
span.icon-facebook.bg-primary.font-3x,
span.icon-twitter.bg-primary.font-3x,
span.icon-whatsapp.bg-primary.font-3x {
    font-size: 20px;
    border-radius: 50%;
}
.circle-icon {
	background: #ffc0c0;
    border-radius: 50%;
    height: 38px;
	padding: 6px !important;
    text-align: center;
    vertical-align: middle;
    width: 38px;
}
span.icon-question.circle-icon{
    background: #fff;
    border: 1px solid #f29719;
	border-radius: 15%;
    color: #f29719;
	line-height: 27px;
 	padding: 4px 5px !important;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome.eot?v=4.7.0');
  src: url('fonts/fontawesome.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  src: url('fonts/fontawesome.ttf?v=4.7.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-instagram:before {
  content: "\f16d";
}


/* TEXTOS -----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  /*line-height: 1.3;*/
}
h1, .h1 {
  font-size: 22px;
  margin-top:0px;
}
h2, .h2 {
  color: #5a4a42;
  font-family: 'GoodDog';
  font-size: 48px;
  margin-top: 0px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 24px;
  margin-top: 20px;
}
h5, .h5 {
  color: #5a4a42;
  font-family: 'GoodDog';
  font-size: 35px;
  line-height: 1.4;
}
h2 span, .h2 span, h5 span, .h5 span {
  color: #f29719;
}
h4 span, .h4 span {
  color: #fff;
}
h4 a:focus, h4 a:hover {
 color: inherit;
}
h6, .h6 {
  font-size: 14px;
}

h1.text-warning, h4.text-warning {
  font-family: 'playtime';
  text-transform: uppercase;
}
h2.text-center {
    margin-bottom: -22px;
}
h4.text-primary {
  margin-bottom: 0px;
}
.form-horizontal h4.text-primary {
    font-family: "GoodDog";
    font-size: 30px;
}
h4 small {
  color: inherit;
  font-family: 'OpenSans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.col-lg-12 > h2.text-primary {
  color: #5a4a42;
  padding: 0 0 0 15px;
}
article.col-md-8.vr-vertical .col-lg-12 > h2.text-primary {
  padding: 0;
}
.font-1{font-size: 10px;}
.font-2x{font-size: 18px;}
.font-3x{font-size: 30px;}
.font-4x{font-size: 36px;}

a {color: inherit;}
a:hover, a:visited, a:active, a:focus {
	color: inherit;
	opacity: 0.5;
	text-decoration: none;
}
p {
	margin: 0 0 15px 0;
}
.text-left {
    text-align: left !important;
}

/* HELPER CLASSES - CONTEXTUAL COLORS -----------------------------------------------------------------------------*/
.text-muted, a.text-muted {
  color: #000;
}
.text-primary, a.text-primary {
  color: #f29719;
}
.text-success, a.text-success {
  color: #66af45;
}
.text-info, a.text-info {
  color: #f29719;
}
.text-warning, a.text-warning {
  color: #5a4a42;
}
.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: #f29719;
}

.bg-success,
a.bg-success,
a.bg-success:hover,
a.bg-success:focus{
  background: #66af45;
  color: #fff;
}
.bg-info,
a.bg-info,
a.bg-info:hover,
a.bg-info:focus{
	color: #fff;
	background: #5a4a42;
}
.bg-warning,
a.bg-warning,
a.bg-warning:hover,
a.bg-warning:focus {
  background: #5a4a42;
  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: #f29719;
  border-color: #f29719;
  color:#fff !important;
}
.btn-info:focus,
.btn-info.focus {
  background: #f29719;
  border-color: #f29719;
}
.btn-info:hover {
  background: #f29719;
  border-color: #f29719;
  opacity: 0.7;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background: #f29719;
  border-color: #f29719;
}
.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: #f29719;
  border-color: #f29719;
}
.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: #f29719;
  border-color: #f29719;
}
.btn-primary {
  background: #f29719;
  border: 0;
  color: #fff;
  cursor: default; 
  font-family: "playtime";
  margin: 5px 0 15px 0 !important;
  text-transform: uppercase;
  padding-right: 20px;
  padding-left: 20px;
}
.btn-primary:hover {
  background: #f29719;
  opacity: 0.8;
}
.btn-warning {
  background: #5a4a42;
  cursor: pointer; 
  margin: 15px 0 10px 0 !important;
}
.btn-warning:hover {
  background: #5a4a42;
  opacity: 0.7;
}
.table>tbody>tr>td.primary {    
	background: #f29719;
	color:#fff;
}
.table>tbody>tr>td.info {    
	background: #f29719;
	color:#fff;
}
.table>tbody>tr>td.success {    
	background: #66af45;
	color:#fff;
}


/* CABECERA -----------------------------------------------------------------------------*/
/* REDES SOCIALES */
.social {
	float: left;
	margin-top:20px;
}
.social > a{
	margin-right: 11px;
}
/*.social > a:first-child{
	margin-right: 6px;
}*/
header .social {
	color: #fff;
    float: right;
    margin-top: 61px; 
}

/* IDIOMAS */
.select-form {
	max-width: 109px;
	position: relative;
	top: -42px;
	left: 1016px;
}
.select-form .form-control {
    background-color: rgba(255, 255, 255, 0.30);
    border: none;
    border-radius: 0px;    
    color: #fff;
    height: 42px;
    margin: 0;
    padding: 0 12px;
}
.select-form .form-control option {
    color: #333;
}

/* BUSCADOR */
.search-form {
    left: 815px;
    max-width: 200px;
    position: relative;
    top: -141px;
}
.search-form .form-control {
    background-color: rgba(255, 255, 255, 0.30);
    border: none;
    border-radius: 0px;   
    color: #fff;
    height: 42px;
    margin: 0;
    padding: 0 12px;
    width: 200px;
}
span.glyphicon.glyphicon-search.text-primary.font-2x {
    color: #ccc;
}

.search-form .form-control::-moz-placeholder{ 
	color: #fff !important;
	font-family: 'OpenSans-Italic';
}
.search-form .form-control:-ms-input-placeholder{ 
	color: #fff !important;
	font-family: 'OpenSans-Italic';
}
.search-form .form-control::-webkit-input-placeholder { 
	color: #fff !important;
	font-family: 'OpenSans-Italic';
}

.search-form .search-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	position: absolute;
	right: 14px;
	transition: all ease-in-out 500ms;
	top: -3px;
}
.search-form .search-button:hover {
	transform: translate(8px);
}

/* LOGIN */
/*.login-form { display: none;}
.login-form + .clearfix{ display: none;}*/
.login-form {
	left: 955px;
	position: relative;
	top: 57px;
	width: 170px;
}
.login-form .main-login-form {
  display: none;
  position: relative;
}
.login-form .form-control {
  background: transparent;
  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: -5px;
	transition: all ease-in-out 500ms;
	top: 48%;
}

.login-form .login-button:hover {
	transform: translate(8px);
}
.login-form .etc-login-form {
  	display: none;
	margin: 0 0 0 26px;
	line-height: 12px;
	text-align: left;
}
.login-form .etc-login-form a{
	color:#999;
}
.login-form .loged{
    color: #fff;
    height: 45px;
}


/* RUTA */
.breadcrumb {
	background-color: #fff;
}
.breadcrumb > li {
  color: #f29719;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #333;
  content: "\003e";
}
.breadcrumb > .active {
  color: #333;
  display: inline;
}
.page-header {
    border-bottom: 0; 
    margin: 190px 0 0;
}

@media (min-width: 1200px) {
header {
	background: url(images/fondo_cabecera.jpg) no-repeat center top;
	min-height: 492px;
}
.breadcrumb {
    margin-top: 189px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
header {
    background: url(images/fondo_cabecera.jpg) no-repeat center top;
    background-size: auto 72%;
    min-height: 470px;
}
.select-form {
    left: 832px;
}
.search-form {
    left: 631px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
header {
    background: url(images/fondo_cabecera.jpg) no-repeat center top;
    background-size: auto 66.3%;
    min-height: 550px;
}
.page-header {
    margin: 236px 0 0;
}
header .logo  img{
	height:260px;
	width: auto;
}
header .social {
    margin-right: -27px;
}
.select-form {
    margin-right: 236px;
    left: 610px;
}
.login-form {
    top: 54px;
    width: 170px;
}
.search-form {
    top: -141px;
    left: 409px;
}
.breadcrumb{
    margin-top: 65px;
}
}

@media (max-width: 767px) {
.page-header {
    margin-top: -34px;
	margin-bottom: 0;
}
.login-form,.search-form  {
	display:none;
}
.select-form {
   left: 31px;
   top: 42px;
   z-index: 99999;
}
.select-form .form-control {
    border: 1px solid #ccc;
    color: #333;
    height: 30px;
}
header .container{
	padding:0; 
}
header .logo img {
	display:none;
}
header .logo  {
	background: url(images/meninos.png) no-repeat center top;
    background-size: auto 69%;
    margin: 10px 0 0 0;
}
header .social {
	color:#f29719;
    right: 10%;
    margin-top: 108px;
    position: absolute;
    top: 0;
    z-index: 99999999999;
}

.social > a {
    margin-right: 7px;
}
.breadcrumb {
    margin-top: 0; 
}
}

/* MENU -----------------------------------------------------------------------------*/
.navbar {
	border:0;
}
.navbar-default {
  background: transparent;
  border-color: transparent;
  top:184px;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-brand {  
  background-color: rgba(0, 0, 0, 0.40);
  height: 38px;
  padding:0;
  width: 100%;
}
.navbar-brand>img {
  margin: 66px 0 0 0;
}
.navbar-brand>img a:hover {
  opacity: 0.7;
}
.navbar-brand:focus, .navbar-brand:hover {
  opacity: 1;
}

.navbar-nav>li {
   margin-bottom:0;
}
.navbar-default .navbar-nav > li > a {
  background:#f29719;
  border-bottom: 10px solid #fff;
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  margin-right:0px;
  padding-left: 30px;
  padding-right: 30px;
}
.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: #f29719;
 border-bottom: 10px solid #f29719;
  color: #fff;
  opacity: 1;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 6px;
}
.dropdown-menu {
  background: #f7f7f7;
  border: none;
  border-radius: 0;
  -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 #e5e5e5;
  margin:0px;
}
.dropdown-menu > li > a {
  color:#333;
  display: block;
 /* font-family: "playtime";*/
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  padding: 9px 0 5px 25px;
  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: #5a4a42;
  color:#fff;
}
.dropdown-menu li:first-child, .dropdown-menu li li{
  border-top: none;
}
.dropdown-menu li li {
  color:#5a4a42;
  display: block;
  line-height: 1.4;
  text-transform:uppercase;
  padding: 3px 0 3px 20px;
}
.dropdown-menu li li:last-child {
	margin: 0 0 7px 0;
}
.dropdown-menu li li a{
  color:#886d5f;
}
.dropdown-menu li li a:hover{
  opacity: 0.7;
}
.dropdown-menu li .active,
.dropdown-menu li li .active {
	font-weight: 700;
}
.dropdown-menu li li li, 
.dropdown-menu li li li a {
  color:#555;
  border-top: none;
  text-transform: none;
}
.dropdown-menu li li li:last-child {
	margin: 0 0 5px 0;
}
.dropdown-menu li li li a {
	color: #e28d18;
	display:inline;
}
.dropdown-menu li li li:before {
    color: #e28d18;	
	content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    float: left;
    margin-top: 2px;
    margin-left: -15px;
}
.caret {
	display: none;
}

@media (min-width: 768px) {
.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: 40px;
    top: -417px;
}
.navbar-default .navbar-nav > li > a {
    font-family: 'playtime';
    margin-right:1px;
}
.navbar-default .navbar-nav > li:nth-child(5) > a{
	color:#fff;
}
.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 {
  background:transparent;
  border:0px;
  color: #f29719;
  font-family: 'GoodDog';
  font-size: 26px;	
  line-height: 12px;
  margin-right:0px;
  padding: 0px 16px;
  text-transform: none;
}
.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;
  border:0px;
  color: #f29719;
  opacity: 0.8;
  text-decoration:none;
}
.caret {
  display: none;
}
}

@media (min-width: 1200px) {
.navbar-default {
	/*left:119px;*/
}
.dropdown-menu {
  min-width: 490px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.navbar-default {
    top: 152px;
}
.navbar-collapse {
   padding-right: 0;
   padding-left: 0;
}
.navbar-default .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
}
.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:5px;
    top: -385px;
}
.dropdown-menu {
  min-width: 490px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.navbar-default {
  left: 0;
  top:187px;
  width: 720px;
}
.navbar-collapse {
	padding-left: 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) {
    top: -454px;
	left: 0;
}
.navbar-default .navbar-nav > li > a {
	margin-top: -9px;
}
.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 {
	font-size:19px;	
	padding: 0px 13px;
}
.dropdown-menu {
    min-width: 313px;
}
}

@media (max-width: 767px) {
.navbar-default {
	top:-14px;
}
.navbar {
    margin-bottom: 39px;
}
.navbar-brand {
	background: transparent;
    display:block;
	float: none;
    height: 100px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 9999999999;
}
.navbar-toggle {
	margin: 15px 12px 1px 0;
    padding: 9px 7px;
}
.navbar-default .navbar-nav > li > a {
    background: #eee;
    border-bottom: 1px solid #e2e2e2;
    color: #333;
    font-size: 17px;
    text-transform: uppercase;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-default .navbar-nav > li > a,
.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: 0px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #5a4a42;
    display: block;
    padding: 7px 0px 7px 20px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  background: #5a4a42;
  color:#fff;
  opacity: 0.8;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #5a4a42;
}
.navbar-default .navbar-toggle {
    border-color: #5a4a42;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: #ccc;
}
.navbar-collapse {
    border-top: 0 solid transparent; 
   -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,.1);
    box-shadow: inset 0 0 0 rgba(255,255,255,.1);
}
}

/* CIERRE -----------------------------------------------------------------------------*/
footer {
	background:  #eeedec url(images/isotipo_fondo.png) no-repeat center top;
	margin-top:20px;
	min-height: 506px;
	padding-top: 195px;
}
footer .row{
	margin: 0;
}
footer .row .container {
    padding: 0;
}
footer .legal{
	background:  #5a4a42;
	color:#f49717;
	font-family: "playtime";
	font-size: 22px;
	height: 38px;
	padding-top: 4px;
	text-align: right;
}
footer .legal a {
    margin-right: 34px;
    text-decoration: none;
}
footer .legal .intranet {
	background:  #eeedec;
	color:#5a4a42;
	padding: 7px 20px 5px 20px;
	margin-right: 0;
}
footer .logo {
    margin: 10px 0 0 0;
}
footer img {
	margin:0 15px 15px 0;
}
footer .social{
	margin: 28px 0 47px 0;
    text-align: right;
    width: 100%;
}
footer .social > a {
    margin-right: 6px;
}
.media, .media-body {
    margin-left: 85px;
}
footer .enlaces  {
    background: #5a4a42;
}
footer .enlaces > a {
    margin-right: 6px;
}
.footer-bottom  {
	padding:10px 0;
}
.footer-bottom img {
	padding:10px 60px 10px 0;
}

@media (max-width: 693px) {
footer {
	background:  #eeedec;
	padding-top: 0;
}
footer .legal {
    height: 71px;
    margin-bottom: 25px;
    padding: 4px 10px 0;
    text-align: left;
}
}
@media (max-width: 389px) {
footer .legal {
    height: 104px;
}
footer .logo img {
    width: 90%;
}
}

/* CONTENIDO -----------------------------------------------*/
/* SOLUCIÓN Bloques independientes*/
.container_independent {
    display: inline-table;
    margin: 30px 0 30px 5%;
    width: 90%;
}
.container_independent ~ .container_independent {
    margin-left: 0;
    padding-left: 5%;
}

@media (min-width: 1400px) {
.container_independent {
    margin: 30px 0 30px 20%;
	width:33%;
}
.container_independent ~ .container_independent {
	border-left: 1px solid #d8d8d8;
    width: 25%;
}
}
@media (min-width: 992px) and (max-width: 1399px) {
.container_independent {
    margin: 30px 0 30px 7%;
	width:50%;
}	
.container_independent ~ .container_independent {
	border-left: 1px solid #d8d8d8;
    width: 38%;
}	
}

/* 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: #f29719;
    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: #f29719;
  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: #f29719;
    border-color: #f29719;
}
.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 {    
	border:0;
}
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: #057db3;
	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: #f29719;
}
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: #f29719;
    color: #333;
	min-width: 22px;
    text-shadow: none;
}
div.calendar .badge-event {
    font-size:13px;
	padding: 5px;
}
div.calendar div.legend {
	background: #f6f6f6;
    padding: 10px;
    text-align: left;
}
div.calendar div.legend span {
    color: #333;
    font-size: 14px;
    font-weight: normal;
	display: table-cell;
}
div.calendar div.legend:first-child {
	padding-top:20px;
}
div.calendar div.legend span.badge {
    border-radius:0;
	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: #f29719;
    display: inline-block;
    font-weight: bold;
    height: 21px;
    padding: 0px;
    width: 25px;
}
div.calendar .table td .today {
	background: #f29719;
	color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 21px;
    padding: 0px;
    width: 25px;
}
.badge {
  border-radius: 0px;
}

@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: #f29719;
  	font-weight:bold;
}
.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 {
    padding: 6px 30px 6px 12px;
}
.form-control-feedback {
    right: 25px;
}
.btn {
    border: 0px solid transparent;
    border-radius: 0px;	
    font-family: 'playtime';
	font-size: 18px;
	margin:10px 0;
	text-transform: uppercase;
}
.btn-default {
	background: rgba(255, 255, 255, 0.2);
	border: 0;
	color: #f29719;
	font-family: "playtime";
	text-transform:uppercase;
	padding-right:20px;
	padding-left:20px;
}
.btn-default:focus,
.btn-default.focus {
	background: rgba(255, 255, 255, 0.5);
	color: #fff;
}
.btn-default:hover {
	background: rgba(255, 255, 255, 0.5);
	color: #fff;
}
.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: #66af45;
}
.has-success .control-label,
.has-success .form-control-feedback {
    color: #66af45;
}
.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: 14px;
    height: 34px;
    line-height: 1.42857143;
	margin:10px 0 0 0;
    padding: 6px 2px 6px 4px;
    width: 33%;
}
a#linkcons {
    white-space: inherit;
}
/* GENERALES */
hr {
	border-top: 1px solid #fff;
	margin-bottom: 0px;
	margin-top: 0px;
}
ul {
	padding-left:15px;
}
ul li {
	  margin: 0 0 10px;
}
ul li a{
	color: #f29719;
}
ul li a:hover{
	color: #f29719;
	opacity:0.7
}
ul li h5 {
    line-height: 1 !important;
}
ul li h5 a{
	color: #f29719;
    font-family: "playtime";
    font-size: 20px;
    text-transform: uppercase;
}

.row {
    margin-bottom: 20px;
}
.jumbotron {
	background: #efefef;
	margin-top: 0px;
	margin-bottom: 0px;
}
.jumbotron h1,
.jumbotron .h1 {
	color: #f29719;
	font-size:26px;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 14px;
}
.media a {
    text-decoration:underline;
}
.well {
	background: #f8f8fa;
	border: 0;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0)
}
.well-sm {
	padding: 12px;
	margin-top: 15px;
}
.well h5.text-primary {
    font-family: "playtime";
    text-transform: uppercase;
    font-size: 22px;
}

/* BARRA FIRMAS */
.progress {
    margin-bottom: 6px;
	margin-top: 0px;
}
.progress-bar {
	font-size: 14px;
	padding-left: 5px;
    text-align: left;
}
.progress-bar-info {
	background: #f29719;
	color: #333;
}
.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: 5px;
}
.embed-responsive-4by3 {
	margin-bottom: 15px; 
}

/* NUEVOS */
p a, a.underline {
	text-decoration:underline;
}
.margin {
	margin-bottom: 30px;
}
h2.bloque,
h3.bloque {
	font-size: 60px;
  	margin-bottom:50px;
	margin-top: 30px;
}
h2.bloque {
	line-height: 50px;
	text-align: center;
}
h3.bloque {
	background: none;
    color: #5a4a42;
    font-family: "GoodDog";
    font-size: 38px;
    font-weight: 400;
}
h4.bloque {
	background: #f29719;
	color: #fff;
	font-weight:400;
	line-height:22px;
 	padding: 5px 5px 5px 17px;
}
h3.relacionados{
    background: #f29719;
    color: #fff;
 	display: inline-block;
    font-size: 40px;
    font-family: 'GoodDog';
    font-weight: 400;
    line-height: 40px;
    text-transform: lowercase;
    padding: 10px 20px;
}
h5.relacionados {
	background: #f29719;
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 15px -20px;
    text-transform: lowercase;
    padding: 0 9px;
}
.col-xs-12.col-sm-12.col-md-6 h2.bloque, 
.col-xs-12.col-sm-12.col-md-5.vr h2.bloque {
    font-size: 40px;
    margin: 0 0 17px;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
}
.col-md-4 h2.bloque {
    font-size: 40px;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left;
}
.col-xs-12.col-sm-12.col-md-10 h5 {
    font-family: "playtime";
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
}
.col-xs-12.col-sm-12.col-md-10 h3.text-primary {
	/*Titulo desarrollo noticia*/
    font-family: "playtime";
    font-size: 22px;
    line-height: 1.4;
    text-transform: uppercase;
}
.col-md-4.portfolio-item.popup-gallery h5 {
    color: #f29719;
    font-family: "playtime";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}
.container_independent h2.bloque {
	text-align: left;
}

/* TESTIMONIOS */
.testimonio {
	margin-bottom: 5px;
}
.bloque_img {
	background: rgba(0, 0, 0, 0.6);
    padding: 5px 0;
    position: relative;
    text-align: center;
    top: -161px;
}
.bloque_gris {
	background: rgba(0, 0, 0, 0.8);
	padding: 45px 0 25px 0;
	position: relative;
	text-align: center;
	top: -158px;
}
@media (max-width: 991px) {
.testimonio {
	margin-bottom: 0;
	margin-top: 5px;
}
.bloque_img {
	background: rgba(0, 0, 0, 0.8);
    top: 0;
}
.bloque_gris {
	margin-top: 5px;
	top: 0;
}
}

/*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 {
	font-family: "playtime";
	font-size: 20px;
    line-height:25px;
    margin:0 0 10px 0;
    text-transform: uppercase;
}
.col-md-6 ul li h4 {
	margin:0;
}
.portfolio-item p.text-muted {
    margin:0 0 3px 0;	
}
.portfolio-item p.text-shade{
	margin-top:0;
}
.portfolio-item p a.btn_video {
    margin: 0 0 -4px 0;
}
.portfolio-image {
	/*border: 1px solid #eaeaea;*/
   	overflow:hidden;
    width:100%;
}
.portfolio-thumb{
    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 45px 0;
}
aside > h4.bloque {
	background: none;
	border-top: 1px solid #ccc;
    color: #5a4a42;
    font-family: "GoodDog";
    font-size: 33px;
    font-weight: 400;
    line-height: 22px;
    margin:-15px 0 14px -20px;
    padding: 25px 5px 5px 17px;
}
aside > h4.bloque:first-child {
	border-top: 0px solid #ccc;
}
aside > .portfolio-item h5 {
    color: #f29719;
    font-family: "playtime";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin:0 0 5px 0;
    text-transform: uppercase;
}
aside > .portfolio-item > p  {
    margin:0 0 12px 0;
}
aside > .portfolio-item > ul li {
    margin: 0 0 20px 0;
}
aside > .portfolio-item > .portfolio-image {
	border: 1px solid #eaeaea;
    margin:0 0 8px 0;
}
aside > .portfolio-item.popup-gallery {
    margin:0 0 45px 0;
}
.btn_video{
    border: 1px solid #f29719;
    display: inline-flex;
    line-height: 22px;
    padding: 0 6px 0 0;
}
span.glyphicon.glyphicon-play-circle {
    background: #f29719;
    color: #fff;   
	margin: -1px 6px 0 0;
	padding:4px 6px 8px 6px;
}
span.media-object.circle-icon.bg-warning.font-3x {
    font-size: 23px;
}
.image_num{
	background: #f29719;
    color: #fff;
    float: right;
    position: relative;
    top: -65px;
    display: inline-block;
    padding: 0 5px;
}

/*MAPA WEB + RESULTADO BÚSQUEDA*/
.lista li{
    font-family: "playtime"; 
	font-size:22px;
    line-height: 22px;    
    list-style:none;
	margin: 20px 0 0 0;
	text-transform:uppercase;
}
.lista li a{
	color: #333;
}
.lista li a:hover{
    color: inherit;
	opacity: 0.7;
}
.lista li li {
	font-family: "OpenSans"; 
	font-size: 15px;
    font-weight: 700;	
	list-style:none;
	line-height: 22px;
	margin: 8px 0 0 3px;
	text-transform:uppercase;
}
.lista li li a{
	color: #333;
}
.lista li li a:hover{
    color: inherit;
	opacity: 0.7;
}
.lista li li li{
	font-size:14px;
	font-weight: 400;
	margin: 10px 0 0 0;
	padding: 0px;
	text-transform:uppercase;
}
.lista li li li a{
	color: #886d5f;
}
.lista li li li a:hover{
    color: inherit;
	opacity: 0.5;
}
.lista li li li li{
	margin: 5px 0 5px 15px;
	text-transform:none;
}
.lista li li li li a{
	color: #e28d18;
}
.lista li li li li a:hover{
    color: #e28d18;
	opacity: 0.7;
}
.lista li li li li:before {
    color: #e28d18;	
	content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    float: left;
    margin-top: -1px;
    margin-left: -15px;
}


/*MAPA CIRCULOS CENTROS AGRUPADOS*/
.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;
}

@media (min-width: 1200px) {
.portfolio-thumb{
	height: 206px;
}
.col-xs-12.col-sm-12.col-md-10 .portfolio-image {
	/*height:540px;*/
	height:auto;
	padding-bottom: 15px;
}
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: #d8d8d8;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 700px;
}
.vr  {
  	overflow: hidden;
  	border-left: 1px 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;
}
.jumbotron {
	background:#efefef url(images/experiencia.gif) no-repeat center bottom;
	min-height: 617px;
	margin-bottom: 50px;
    padding-top: 10px;
    padding-bottom: 0px;
}
article .jumbotron {
	background:#efefef;
	background-image: none;
	min-height: unset;
	padding-bottom: 10px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.jumbotron {
    min-height: 711px;
}
}

@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;
}
}

@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 (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;
}
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; 
}
}

@media (min-width: 280px) and (max-width: 400px) {
.jumbotron > .container > .col-md-4 > img{
	width: 100%;
}
}

/* ARTÍCULOS - CONTENIDOS DINÁMICOS */

article h1, article h2 {
  color: #5a4a42;
  font-family: 'GoodDog';
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0;
}
article h1:first-letter {
  text-transform:uppercase;
}
article h3 {
  color: #584a42;
  font-family: 'playtime';
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 30px;
}
article h4 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 25px; 
}
article h5 {
  color: #5a4a42;
  font-family: 'GoodDog';
  font-size: 35px;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 25px;
}
article h6 {
 color: #000;
 font-size: 14px;
 font-weight: 400;
 margin-bottom: 10px;
 margin-top: 25px;
}
article a,
article a:link, 
article a:visited,
article a:hover  {
  color:#5a4a42;
}
article a:hover {
  color:#5a4a42;
  opacity: 0.7;
}
article h1 a,
article h1 a:link, 
article h1 a:visited,
article h1 a:hover  {
  color:#f2971b;
}
article h1 a:hover {
  color:#f2971b;
  opacity: 0.7;
}
article h3 a,
article h3 a:link, 
article h3 a:visited,
article h3 a:hover  {
  color:#f2971b;
}
article h3 a:hover {
  color:#f2971b;
  opacity: 0.7;
}
article ul li, article ol li {
  margin-bottom: 8px;
  margin-left: 20px;
}
article ul li a, article ol li a  {
  color: #f29719; 
}
article ul li a:hover, article ol li a:hover{
  color: #f29719;
  opacity:0.7;
}
article blockquote {
    margin:30px;
}
article blockquote p {
	color: #777;
    font-size: 16px;
    margin: 0 0 15px 0;
}
article blockquote footer {
    font-size: 90%;
}
article table {
	padding: 0px;
	margin-top:0px !important;
	margin-bottom:20px;
	border: 0px #e2e2e2 solid;
}
article table>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
article th, article th.browse, aside th.browse{
    background: #594a42;
    border: 1px solid white;
    color: #f2971b;
	font-family: 'playtime';
	font-size: 21px;
	font-weight: normal;
	margin:0px;
	padding: 1px 0 2px 12px;
	text-transform: lowercase;
}
aside th.browse a{
	color: #f29719 !important;
}
article th::first-letter, aside th::first-letter {
	text-transform: uppercase;
}
article td {
	border-bottom: 0px #d8d8d8 solid;
	margin:0px;
	padding: 10px 0 5px;
    text-align: center;
	vertical-align: initial;
}
article table[width="60%"] {
    width: 80%;
}
article table[width="480"] {
    width: -webkit-fill-available;
}
article td[width="200"] {
    border-right: 1px solid #d8d8d8;
    font-size: 16px;
    max-width: 80px;
    padding-right: 0px;
    padding-top: 0px;
}
article td[width="250"] {
	padding-top: 8px;
    text-align: left !important;
    vertical-align: top;
}
article td.detailtit {
    background: #f8f8fa;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #584a42;
    font-weight: bold;
    padding: 6px 10px 6px 0;
    width: 30%;
}
article td.detail {
    background: #fff;
    color: #584a42;
    border: 0;
    font-weight: normal !important;
    padding-left: 10px;
}
article td.cesta {
    background: #fff;
}
article td.row1, aside td.row1,
article td.row2, aside td.row2,
article td.row3, aside td.row3,
article td.row4, aside td.row4,
article td.row5, aside td.row5,
article td.row6, aside td.row6  {
    background: #f8f8fa;
    border: 1px solid white;
    border-bottom: none;
    cursor: unset;
    font-size: 15px;
    padding: 8px 0 8px 5px !important;
    text-align: left;
    padding: 4px;
}
article td input#button, article td input.boton{
	background: #f29719;
    color: #fff !important;
    border: 0px;
    border-radius: 0px;
    font-family: 'playtime';
    font-size: 18px;
    margin-right: 5px;
    margin-top: 30px;
    padding: 2px 6px;
    text-transform: uppercase;
}
article td h2, article td h3 {
	font-size: 23px;
	font-family: 'playtime';
} 
article td span:nth-child(5) {
    color: #a0a0a0;
    font-style: italic;
    font-size: 14px;
}

@media (max-width: 767px) {
article table[width="480"] {
    width: 480px;
}
article td[width="200"] {
    border-right: 0;
}
}

/*CORRECCIONES GALEGO*/
a.btn.btn-info img {
    display: none;
}

/*FORMULARIO GALEGO*/
article.col-md-8.vr-vertical .paso, .paso {
    background: #f8f8fa;   
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    float: left;
    margin: 0 0 20px 0;
    padding: 24px 48px;
    width: 100%;
}
article.col-md-8.vr-vertical p.paso_titulo, p.paso_titulo {
    color: #f29719;    
    font-family: 'OpenSans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
article.col-md-8.vr-vertical p.paso_titulo span, p.paso_titulo span {
    font-family: "GoodDog";
    font-size: 30px;
}
.paso label,
.paso label.obligatorio {
    float: left;
    display: inline-block;
    height: 46px;
    max-width: 100%;
    margin-bottom: 0;
    padding: 7px 30px 3px 0;
    text-align: right;
    width: 40%;
}
.paso input#usuario,
.paso input#password,
.paso select#condicion,
.paso input#realname,
.paso input#apelidos,
.paso select#identificacion,
.paso input#numero,
.paso select#tvia,
.paso input#xvia,
.paso input#piso,
.paso input#cp,
.paso input#poboacion,
.paso input#poblacion,
.paso select#provincia,
.paso select#pais,
.paso select#dia,
.paso select#mes,
.paso select#ano,
.paso input#email2,
.paso input#telefono,
.paso select#idioma,
.paso select#periodicidad,
.paso input#ocantidad,
.paso input#titular,
.paso input#IBAN,
.paso input#SWIFT,
.paso select#doar,
.paso select#area,
.paso select#sexo,
.paso select#profesion,
.paso input#derechos,
.paso input#asunto,
.paso select[multiple], 
.paso select[size],
.paso input.file,
.paso textarea,
.paso input#razon,
.paso input#cif  {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;   
    box-sizing: border-box;
    color: #555;
    display: block;
    font-family: inherit;
    float: right;
    height: 34px;
    padding: 6px 30px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0 0 13px 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 60%;
}
.paso select[multiple], 
.paso select[size],
.paso textarea {
    height: auto;
    width: 100%;
}
.paso input#IBAN {
    min-width: 60%;
}
.paso label.check {
    padding-right: 10px;
    width: auto;
    letter-spacing: -0.4px;
}
.paso .form ul li label.check {
    height: auto;
}
.paso input[type=radio]{
  float: left;
  margin: 12px 5px 0;
}
.paso input[type=radio]:first-of-type {
/*    margin-left: -20px; */
}
.paso input[type=radio]:last-of-type {
/*    margin-left: -20px; */
}
.paso input[type=radio] ~ br {
  display: none;
}
.paso input[type=checkbox]:first-of-type {
    margin-left: 0;
}
.paso input#outra {
    margin-left: 37.6%;
}
.paso label#labelotracantidad {
    padding-left: 3px;
}
.paso img#nombreok,
.paso img#nombrenok,
.paso img#apellidosok,
.paso img#apellidosnok,
.paso img#numeroidentificacionok,
.paso img#numeroidentificacionnok,
.paso img#viaok,
.paso img#vianok,
.paso img#pisook,
.paso img#pisonok,
.paso img#codpostalok,
.paso img#codpostalnok,
.paso img#poblacionok,
.paso img#poblacionnok,
.paso img#provinciaok,
.paso img#provincianok,
.paso img#dianacimientook,
.paso img#dianacimientonok,
.paso img#mesnacimientook,
.paso img#mesnacimientonok,
.paso img#anonacimientook,
.paso img#anonacimientonok,
.paso img#emailok,
.paso img#emailnok,
.paso img#claveok,
.paso img#clavenok,
.paso img#telefonook,
.paso img#telefononok,
.paso img#titularok,
.paso img#titularnok,
.paso img#IBANok,
.paso img#IBANnok,
.paso img#SWIFTok,
.paso img#SWIFTnok,
.paso img#vinculacionok,
.paso img#vinculacionnok,
.paso img#titularok,
.paso img#titularnok,
.paso img#contenidook,
.paso img#contenidonok,
.paso img#mensajeok,
.paso img#mensajenok {
    float: left;
    height: 15px;
    left: 58%;
    margin: 0 -8px 0;
    position: relative;
    padding: 0;
    top: 10px;
}
.paso img#dianacimientook,
.paso img#dianacimientonok,
.paso img#mesnacimientook,
.paso img#mesnacimientonok,
.paso img#anonacimientook,
.paso img#anonacimientonok,
.paso img#vinculacionok,
.paso img#vinculacionnok {
  left: 95%;
}
.paso img#mensajeok,
.paso img#mensajenok {
    top: 52px;
}
#idcaptchahelp {
    float: left;
    margin: -30px 0 0 177px;
}

.paso input#entrar {
    background: transparent url(images/boton_form.png) no-repeat center 0;
    border: 0;
  color: #fff;
    cursor: default;
    float: left;
    height: 18px;
    margin: 0 0 15px 3px !important;
    padding: 1px 6px;
    width: 18px;
    position: relative;
    left: 100%;
    top: -38px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.paso .form img {
    margin: 7px 0 0 5px;
}
.paso .form a img {
    float: left;
    margin-left: -17px;
    position: relative;
    left: 64%;
}
input[name="captcha_code"] {
    display: unset;
    width: 16%;
}
.paso .form img#captcha {
    margin: 10px 31px 0 0;
}
.paso .form img#captcha + a img{
    left: 203px; 
    top: 12px;
}

.paso .form a img.captcha {
	left: 0;
    top:0;
}
.paso .form ul li {
    list-style: none;
    width: 100%;
    float: left;
}
.form ul li#opcproy1,
.form ul li#opcproy3 {
    margin-left:-20px;
}
.form ul li input#info1,
.form ul li input#info2,
.form ul li input#info3,
.form ul li input#info4 {
    float: left;
}
.paso .form ul li label{
    padding: 0 0 0 8px;
    text-align: left;
    width: 90%;
}
.paso .mas_info {
    float: left;
    margin: 10px 0 0 40%;
}
.acepto_politica {
    float: left;
    margin: 11px 0 0 20%;
}
.acepto_politica a {
  font-weight: bold;
    padding: 0 0 0 8px;
}
.acepto_politica input#info4 {
    float: left;
}
.boton_doar{
    background: #f29719;
    border: 0px;
    border-radius: 0px;
    color: #fff !important;
    font-family: 'playtime';
    font-size: 18px;
    padding: 5px 30px;
    margin: 10px 0;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 400;    
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
p.necesitamos {
    float: left;
    width: 100%;
    text-align: center;
}
p.tarjeta {
    float: left;
    font-size: 13px;
    line-height: 27px;
    /*margin-left: 189px;*/
    margin-left: 71%;
    margin-top: -13px;
}
p.esquecin {
    text-align: right;
    /*margin-top: -20px;*/
}
p.esquecin a{
  text-decoration: none;
}
.paso .boton_gris {
	background: #5a4a42;
    border: 0px solid transparent;
    border-radius: 0px;
    font-family: 'playtime';
    font-size: 18px;
    margin: 10px 0;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    margin: 15px 10% 10px 10% !important;
    padding: 5px 30px;
    text-align: center;
}
.paso .boton_gris a{
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
article.col-md-8.vr-vertical .paso {
    padding: 24px 30px;
}
.paso label,
.paso label.obligatorio {
  height: auto;
    text-align: left;
    width: 100%;
}
.paso input#usuario,
.paso input#password,
.paso select#condicion,
.paso input#realname,
.paso input#apelidos,
.paso select#identificacion,
.paso input#numero,
.paso select#tvia,
.paso input#xvia,
.paso input#piso,
.paso input#cp,
.paso input#poboacion,
.paso input#poblacion,
.paso select#provincia,
.paso select#pais,
.paso select#dia,
.paso select#mes,
.paso select#ano,
.paso input#email2,
.paso input#telefono,
.paso select#idioma,
.paso select#periodicidad,
.paso input#ocantidad,
.paso input#titular,
.paso input#IBAN,
.paso input#SWIFT,
.paso select#doar,
.paso select#area,
.paso select#sexo,
.paso select#profesion,
.paso input#derechos,
.paso input#asunto,
.paso select[multiple], 
.paso select[size],
.paso input.file,
.paso textarea,
.paso input#razon,
.paso input#cif  {
    width: 100%;
}
.paso input#IBAN {
    min-width: 100%;
}
.paso input[type=radio] {
    clear: left;
}
.paso input[type=radio]:first-of-type,
.paso input[type=radio]:last-of-type {
    margin-right: 5px;
}
.paso img#nombreok,
.paso img#nombrenok,
.paso img#apellidosok,
.paso img#apellidosnok,
.paso img#numeroidentificacionok,
.paso img#numeroidentificacionnok,
.paso img#viaok,
.paso img#vianok,
.paso img#pisook,
.paso img#pisonok,
.paso img#codpostalok,
.paso img#codpostalnok,
.paso img#poblacionok,
.paso img#poblacionnok,
.paso img#provinciaok,
.paso img#provincianok,
.paso img#dianacimientook,
.paso img#dianacimientonok,
.paso img#mesnacimientook,
.paso img#mesnacimientonok,
.paso img#anonacimientook,
.paso img#anonacimientonok,
.paso img#emailok,
.paso img#emailnok,
.paso img#claveok,
.paso img#clavenok,
.paso img#telefonook,
.paso img#telefononok,
.paso img#titularok,
.paso img#titularnok,
.paso img#IBANok,
.paso img#IBANnok,
.paso img#SWIFTok,
.paso img#SWIFTnok,
.paso img#vinculacionok,
.paso img#vinculacionnok,
.paso img#titularok,
.paso img#titularnok,
.paso img#contenidook,
.paso img#contenidonok {
    left: 95%;
}
.paso img#titularok,
.paso img#titularnok,
.paso img#contenidook,
.paso img#contenidonok {
    left: -2%;
    top: 39px;
}
.paso img#mensajeok, 
.paso img#mensajenok {
    left: -15px;
    top: 37px;
}
.paso input#outra {
    margin-left: 5px;
    clear: left;
}
.paso input[type=radio]:first-of-type {
    margin-left: 5px; 
}
input[name="captcha_code"] {
    width: 50%;
}
.paso .form img#captcha {
    margin: 10px 30px 0 0;
}
.paso .form img#captcha + a img{
   left: 202px;
}
.paso .form a img {
    left: 106%;
}
.paso .boton_gris {
    margin: 15px 5% 10px 5% !important;
}
p.tarjeta {
    margin-left: 21px;
    margin-top: 0px;
    clear: left;
}
}

/*COLUMNA RELACIONADOS GALEGO*/
aside.col-md-3.vr-vertical {
    float: left;
}
article.vr-vertical article.vr-vertical {
    border: 0;
    padding: 0;
    width: 60%;
}
article.vr-vertical article.vr-vertical:after {
  width: 0px;
}
aside.col-md-3.vr-vertical aside.col-md-3.vr-vertical {
  float: left;
  padding: 0;
    width: 100%;
}
section  section .col-lg-12 > h2.text-primary {
    padding: 0;
}
.franja_naranja {
    color: #5a4a42;
    font-family: "GoodDog";
    font-size: 33px;
    float: left;
    line-height: 22px;
    margin: 0 auto 14px auto;
    padding: 25px 5px 5px 25px;
    text-transform: lowercase;
    width: initial;
}
.franja_naranja:first-letter {
  text-transform:uppercase;
}
span.telefono {
    color: #f29719;
    font-weight: 700;
}
ul.lista_bullet {
    float: left;
    margin-left: 30px;
    width: 30%;
}
ul.lista_bullet li {
     margin: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
.paso input#ocantidad {
    width: 60%; 
}
input#tarjeta {
    clear: left;
    margin-left: 37%;
}
p.tarjeta {
    margin-left: 40%;
}
}

@media (min-width: 992px) {
article.col-md-8.vr-vertical .col-lg-12 > h2.text-primary {
  width: 66%;
}
}

@media (max-width: 991px) {
.franja_naranja {
    width: 100%;
}
}

@media (max-width: 767px) {
article.vr-vertical article.vr-vertical {
    width: 100%;
}
ul.lista_bullet {
    width: 100%;
}
}

