/* nuevo header (Sergio Rubio) */




.OBP
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;    
   line-height: 1;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 12pt;    
}
.OBP ul {
	list-style: none;
}
.OBP blockquote, .OBP q {
	quotes: none;
}
.OBP blockquote:before, .OBP blockquote:after,
.OBP q:before, .OBP q:after {
	content: '';
	content: none;
}
.OBP table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***************/

.OBP .header a.enlacemenu {
/*    color: #444870!important;*/
    color: #6C2421!important;
    padding: 0 5px;
	font-size:13pt;
}

.OBP .header .logarse a.enlacemenu {
	color: #fff !important;
    	padding: 6px 5px;
	font-size:14px;
	align-self: center;
	-webkit-align-self: center;
display: inline-block;
}

.OBP .header, .OBP .login {
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
}
.OBP .flex {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.OBP .imagen img {
	width: 100%;
}
.OBP .header a:hover {
    color: #B90900 !important;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;  
}
/*********** Menú ***********/

.OBP .escritorio {
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    margin: 0 auto;
    max-width: 1770px;
    padding: 15px;
    width: 90%;
}
@media (max-width: 1199px){
    .OBP .escritorio {
        max-width: none;
    }
}
@media (max-width: 799px){
    .OBP .logo {
        /*width: 175px;*/
	height: 50px;
    }
}
.OBP .navescritorio li:not(:first-child)::before {
    color: #fff !important;
    content: "|";
    margin: 0 8px 0 3px;
}
@media (max-width: 991px){
    .navescritorio li:not(:first-child)::before {
        content: "";
        margin: 0;
    }
}
.OBP li.submenu, .OBP li.lisubmenu::before {
    content: "";
    margin: 0;
}
.OBP li.submenu, .OBP li.lisubmenu {
    margin-bottom: 10px;
}
.OBP .navescritorio ul {
    background: #8585d6 none repeat scroll 0 0;
    margin: 5px 0 0;
    padding: 5px 9px 15px;
}
@media (max-width: 991px){
    .OBP .navescritorio ul {
        left: 0;
        margin: 40px 0 0;
        padding: 30px 30px 0;
        position: absolute;
        top: 0;
        width: calc(100% - 60px);
        z-index: 5;
    }
    .OBP .navescritorio ul:not(.ulsubmenu) {
        -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
    }
}
.OBP .navescritorio li {
    display: inline-block;
    position: relative;
}
@media (max-width: 991px){
    .OBP .navescritorio li {
        display: block;
        margin-bottom: 20px;
        position: static;
    }
}
.OBP .header a {
    color: #fff !important;
    position: relative;
    text-decoration: none;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;  
}
@media (max-width: 991px){
    .OBP .header a {
        color: #e5e5f7;
    }
}
.OBP .header a.terminos {
    color: #000099;
}
.OBP .header a.terminos:hover {
    color: #00f2ff;
}
.OBP .redes {
    text-align: right;
}
.OBP .redes span {
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.OBP .redes span.tituser {
    margin-right: 0;
    font-weight: 700;
}
.OBP .redes span.logout:before {
    color: #000;
    content: "|";
    margin-right: 5px;
}
.OBP .redes span.logout{
    color: #000099;
    cursor: pointer;
    margin-right: 15px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s; 
}
.OBP .redes span.logout:hover{
    color: #00f2ff;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s; 
}
@media (max-width: 991px){
    .OBP .redes span.logout::before {
        color: #fff !important;
    }
    .OBP .redes span.logout{
        color: #fff !important;
        font-weight: 700;
        margin-right: 60px;
    }
    .OBP .redes span.logout:hover{
        color: #00f2ff;
    }
}
.OBP .enlacesnav {
    -ms-align-self: end;
    -webkit-align-self: end;
    align-self: end;
}
@media (max-width: 991px){
    .OBP .enlacesnav {
        left: 0;
        position: absolute;
        top: -400px;
        width: 100%;
    }
    .OBP .redes {
        background: #000 none repeat scroll 0 0;
        left: 0;
        margin: 0;
        padding: 16px 0;
        position: absolute;
        width: 100%;
        z-index: 9;
    }
    .OBP .redes span {
        color: #fff !important;
    }
    .OBP .redes a {
        display: none;
    }
    .OBP .enlacelogo {
        margin: 0 auto;
        padding-right: 30px;
    }
}
.OBP .hamburguesa {
    cursor: pointer;
    display: none;
}
@media (max-width: 991px){
    .OBP .hamburguesa {
        display: block;
    }
}
.OBP .enlacesnav .icon-cross {
    color: #fff !important;
    cursor: pointer;
    position: absolute;
    right: 26px;
    top: 60px;
    z-index: 10;
}
.OBP .enlacesnav .icon-cross:hover {
    color: #00f2ff;
}
.OBP a.este::after {
    background: #040c8b none repeat scroll 0 0;
    bottom: -13px;
    content: "";
    display: block;
    height: 10px;
    left: -9px;
    position: absolute;
    width: calc(100% + 18px);
}
@media (max-width: 991px){
    .OBP a.este::after {
        bottom: -3px;
        height: 3px;
        left: 0;
        width: 100%;
    }
}
.OBP .navescritorio li a.este {
    color: #040c8b !important;
}
.OBP .navescritorio ul.ulsubmenu {
    display: none;
    height: 0px;
    left: -9px;
    margin-top: 0;
    padding: 10px 19px;
    position: absolute;
    top: 18px;
    z-index: 4;
}
@media (max-width: 991px){
    .OBP .navescritorio ul.ulsubmenu {
        display: block;
        font-size: 0.9rem;
        margin-top: 10px;
        padding: 0 30px 10px;
        position: static;
    }
}
.OBP .navescritorio ul.ulsubmenu.idioma {
    height: 0px;
    left: 6px;
    padding: 10px;
    width: 120px;
}

.OBP .navescritorio li.cierraidioma {
    display: none;
}
.OBP .icon-right {
    color: #e3e3f7;
    cursor: pointer;
    display: none;
    font-size: 1.5rem;
    margin-left: 10px;
    position: relative;
    top: 5px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s; 
}
.OBP .icon-right:hover {
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s; 
    color: #fff !important;
}
@media (max-width: 991px){
    .OBP .navescritorio li.cierraidioma {
        display: block;
    }
    .OBP .icon-right {
        display: inline-block;
    }
    .OBP .navescritorio ul.ulsubmenu.idioma {
        background: #4c4c4c none repeat scroll 0 0;
        height: calc(100% - 20px);
        left: -250px;
        margin-top: 0;
        position: absolute;
        top: 0;
        -webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.75);
    }
    .OBP li.submenu .lisubmenu.cierraidioma span {
        bottom: 8px;
        color: #c4c4c4;
        cursor: pointer;
        font-size: 1.5rem;
        position: absolute;
        right: 10px;
        -webkit-transition: all ease 0.2s;
        -moz-transition: all ease 0.2s;
        transition: all ease 0.2s; 
    }
    .OBP li.submenu .lisubmenu.cierraidioma span:hover {
        color: #fff !important;
        -webkit-transition: all ease 0.2s;
        -moz-transition: all ease 0.2s;
        transition: all ease 0.2s; 
    }
}
.OBP .lisubmenu img {
    margin-right: 4px;
    position: relative;
    top: 3px;
    width: 16px;
}
.OBP .slider {
	background: #000099 none repeat scroll 0 0;
	position: relative;
	width: 100%;
}
@media (max-width: 991px){
    .OBP .slider {
        background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    }
}
.OBP .textos {
    left: 30%;
    position: absolute;
    text-align: center;
    top: 12%;
    width: 40%;
}
@media (max-width: 1199px){
    .OBP .textos {
        left: 20%;
        top: 0;
        width: 60%;
    }
}
@media (max-width: 991px){
    .OBP .textos {
        left: 0;
        width: 100%;
        padding-bottom: 25px;
        position: relative;
    }
}
.OBP .textos p {
	margin: 15px 0;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	color: #fff !important;
}
@media (max-width: 991px){
    .OBP .textos p {
        background: transparent;
    }
}
.OBP .h1 {
    font-size: 3rem;
    font-weight: 900;
    margin: 30px 0;
    text-transform: uppercase;
}
@media (max-width: 991px){
    .OBP .h1 {
        font-size: 2.5rem;
    }
}
@media (max-width: 767px){
    .OBP .h1 {
        font-size: 1.5rem;
        margin: 5px 0;
    }
}
@media (max-width: 409px){
    .OBP .h1 {
        font-size: 1.2rem;
        padding: 15px;
    }
}
.OBP .textos .h1 {
	padding: 10px;
}
@media (max-width: 1619px){
    .OBP .textos .h1 {
        font-size: 2.5rem;
    }
}
.OBP .h2 {
	font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
.OBP .h3 {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
}
.OBP .textos .subtitulo {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    font-size: 1.5rem;
	padding: 15px 20px;
	text-align: right;
}
@media (max-width: 991px){
    .OBP .textos .subtitulo {
        background: transparent;
        text-align: center;
    }
}
.OBP .btnazul,
.OBP .btnazul input {
    background: #676dc2;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;  
}
.OBP .btnazul:hover,
.OBP .btnazul input:hover {
    background: #000099;
    color: #FFF;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;  
}
.OBP a.registrate {
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 25px 0;
}
.OBP .textos a.registrate {
    color: #fff !important;
}

@media (max-width: 1619px){
    .OBP a.registrate {
        padding: 15px 0;
    }
}
@media (max-width: 991px){
    .OBP a.registrate {
        margin: 0 auto;
        width: 350px;
    }
}
@media (max-width: 369px){
    .OBP a.registrate {
        font-size: 1.2rem;
        width: 300px;
    }
}
.OBP .busquedappal {
    background: #000099 none repeat scroll 0 0;
    color: #fff !important;
    padding: 40px 0;
    text-align: center;
}
.OBP .buscas {
    font-size: 1.8rem;
    font-weight: 700;
}
@media (max-width: 767px){
    .OBP .buscas {
        font-size: 1.4rem;
        padding: 15px;
    }
}
.OBP .inputBuscar.flex {
    margin: 20px auto 0;
    max-width: 800px;
    width: 90%;
}
.OBP .inputBuscar.flex > input {
    border: medium none;
    border-radius: 3px 0 0 3px;
    font-family: "Lato",sans-serif;
    font-size: 1rem;
    padding: 0 15px;
    width: calc(100% - 92px);
}
.OBP .iconobuscar {
    background: rgb(102, 102, 204) url("https://onebusiness.place/images/buscar.png") no-repeat scroll center center;
    border: medium none;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    height: 45px;
    width: 60px;
}

/**************/
.OBP .seccionprimera {
    background: #e8eae7 none repeat scroll 0 0;
    padding: 1px;
}
/*@media (max-width: 767px){
    .seccionprimera {
        padding: 40px 0;
    }
}
@media (max-width: 409px){
    .seccionprimera {
        padding: 25px 0;
    }
}*/
.OBP section .h1 {
	color: #04058d;
    text-align: left;
}
.OBP .centro.h1 {
    text-align: center;
}
/*************/
.OBP footer {
	/*background: #6666cc;*/
	background: #445ACD; 
	color: #fff !important;
	padding: 25px 0 15px;
}
.OBP footer a {
	color: #fff !important;
	text-decoration: none;
}
.OBP footer .conteniendo {
	max-width: 90%;
	margin: 0 auto;
}
.OBP footer .separador::before {
    background: #0a1190 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: -5px;
    width: 100%;
}
.OBP footer .separador {
    background: #0a1190 none repeat scroll 0 0;
    height: 1px;
    margin: 75px 0;
    position: relative;
    width: 100%;
}
.OBP footer .legal {
    text-align: right;
}


/************ PIE DE PAGINA **************/
footer {
	margin-top:75px;
	color: #fff;
	font-family: 'Lato', sans-serif;
}
footer p{
	margin:0;
}
footer a{ color: #FFFFFF !important; }
.azulon {
    background: #6C2421;
    /*background: #11279A;
    background: #2238AB;
    background: #3349BC;
    background: #445ACD;
    background: #556BDE;
    background: #445ACD;*/
    
    font-size: 0.9rem;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 20px;
    padding: 30px 45px;
}
@media(max-width: 991px){
    .azulon {
        display: block;
	    padding: 15px 30px;
    }
}
.colpie {
    -ms-flex-basis: 33%;
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
    -ms-align-self: start;
    -webkit-align-self: start;
    align-self: start;
}
@media(max-width: 1199px){
    .colpie {
        flex-basis: 33%;
    }
}
.colpie:nth-child(1) {
    text-align: left;
}
@media(max-width: 991px){
    .colpie:nth-child(1) {
        text-align: center;
        
    }
}
.colpie .h3 {
    margin: 0 0 10px 0 !important; 
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
}
.colpie:nth-child(2) {
    text-align:center;
    -ms-align-self: center;
    -webkit-align-self: center;
    align-self: center;
}
.icoredes.flex {
    margin: 40px auto 0;
    width: 150px;
}
@media(max-width: 991px){
    .icoredes.flex {
        margin: 20px auto 0;
    }
}
.icon-facebook:before {
  content: "\e915";
}
.icon-linkedin:before {
  content: "\e912";
}
.icon-google-plus:before {
  content: "\e904";
}
.icoredes a span {
    background: #fff none repeat scroll 0 0;
    border-radius: 19px;
    color: #5d7abf;
    font-size: 1.5rem;
    margin: 5px;
    padding: 7px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.icoredes a span:hover {
    color: #000467;
    -webkit-box-shadow: 0px 0px 20px -3px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 20px -3px rgba(255,255,255,1);
box-shadow: 0px 0px 20px -3px rgba(255,255,255,1);
}

.colpie:nth-child(3) {
    text-align:right;
}
@media(max-width: 991px){
    .colpie:nth-child(3) {
        margin-top: 10px;
        text-align: center;
    }

    .avlegal {
        display: inline-block;
    }
    .avlegal.noult::after {
        content: "|";
        margin: 0 1px 0 4px;
    }
}
@media(max-width: 439px){
    .avlegal {
        display: block;
        margin: 15px 0;
    }
    .avlegal.noult::after {
        content: "";
        margin: 0;
    }
}
.avlegal a:hover{
    color: #B90900;
}
.comision {
    margin-top: 25px;
}
.esteproy {
    float: right;
/*    max-width: 225px;*/

}
@media(max-width: 1199px){
    .esteproy {
        max-width: 100%;
    }
}
@media(max-width: 991px){
    .esteproy {
        float: none;
        margin-top: 5px;
    }
}
.logoblanco {
/*    margin-top: 35px;
*/
}

@media(max-width: 991px){
    .logoblanco img {
        margin-top: 35px;
    }
}
@media(max-width: 767px){
    .logoblanco img {
        width: 150px;
        margin-top: 35px;
    }
}
.marino {
    background: #B90900  none repeat scroll 0 0;
    border-top: 1px solid #fff;
    padding: 15px 0;
    text-align: center;
    
}


.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Iconos */

@font-face {
  font-family: 'icomoon';
  src:  url('https://onebusiness.place/blog/wp-content/themes/minnesota/fonts/icomoon.eot?24w6s9');
  src:  url('https://onebusiness.place/blog/wp-content/themes/minnesota/fonts/icomoon.eot?24w6s9#iefix') format('embedded-opentype'),
    url('https://onebusiness.place/blog/wp-content/themes/minnesota/fonts/icomoon.ttf?24w6s9') format('truetype'),
    url('https://onebusiness.place/blog/wp-content/themes/minnesota/fonts/icomoon.woff?24w6s9') format('woff'),
    url('https://onebusiness.place/blog/wp-content/themes/minnesota/fonts/icomoon.svg?24w6s9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.OBP .icon-cross:before {
  content: "\e91d";
}
.OBP .icon-left:before {
  content: "\e916" !important;
}
.OBP .icon-right:before {
  content: "\e918";
}
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/

/**************************************** INDEX *************************************/
/************************************************************************************/
/**************************************** CONTACTA *************************************/
.OBP form {
    text-align: left;
}
.OBP .aviso {
    margin-bottom: 20px;
}
.OBP label:not(.special) {
    color: #000099;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 25px 0 10px;
    text-transform: uppercase;
}
.OBP .capaespecial {
    margin: 25px 0 35px;
}
.OBP .rojo {
    color: #ff1200;
}
.OBP textarea {
    resize: none;
}
.OBP input, .OBP textarea {
    border: 1px solid #000;
    border-radius: 3px;
    max-width: 800px;
    padding: 10px;
    width: calc(100% - 20px);
}
.OBP .capaespecial input {
    width: auto;
}
#acepto {
    display: none;
}
.OBP .check {
    background: rgba(0, 0, 0, 0) url("https://onebusiness.place/images/check.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    width: 20px;
}
#acepto:checked + label .check {
    background: rgba(0, 0, 0, 0) url("https://onebusiness.place/images/checkmark.png") no-repeat scroll 0 0;
}
.OBP .btnazul.btnenviar {
    border-radius: 5px;
    width: 175px;
}
.OBP .btnenviar input {
    border: medium none;
    color: #fff !important;
    cursor: pointer;
    font-size: 1.4rem;
    padding: 5px 45px;
    text-transform: uppercase;
    width: auto;
}
.OBP form.escritorio p.obligatorio {
    display: none;
    font-size: 0.9rem;
    font-style: italic;
    margin: 0;
    padding: 0 10px;
}
#aceptoaviso {
    padding: 5px 25px;
}

/********* Capa de Login **********/

.OBP .overlay {
    background: #000 none repeat scroll 0 0;
    display: none;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    z-index: 10000;
}
.OBP .login {
    background: #fff none repeat scroll 0 0;
    display: none;
    left: 30%;
    position: absolute;
    top: 100px;
    width: 40%;
    z-index: 10000;
}
@media(max-width: 991px){
    .OBP .login {
        left: 10%;
        width: 80%;
    }
}
@media(max-width: 469px){
    .OBP .login {
        left: 5%;
        width: 90%;
    }
}
.OBP .login .imagen {
    margin: 40px auto 0;
    max-width: 206px;
}
.OBP .forgot {
    color: #000099;
    display: inline-block;
    margin-bottom: 5px;
    text-align: right;
    width: 100%;
}
.OBP .forgot:hover {
    color: #00f2ff;
}
.OBP .login .icon-cross {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}
#registro.escritorio, .OBP .nuevo {
    margin: 0 auto;
    width: 70%;
}
@media(max-width: 469px){
    #registro.escritorio, .OBP .nuevo {
        margin: 0 auto;
        padding: 10px;
        width: 90%;
    }
}
.OBP .nuevo {
    margin-top: 30px;
}
@media(max-width: 469px){
    .OBP .nuevo {
        margin-top: 0px;
    }
}
#registro .btnazul.btnenviar {
    margin-top: 20px;
}
.OBP .lineaprev, .OBP .lineapost {
    background: #000099 none repeat scroll 0 0;
    display: inline-block;
    height: 1px;
    position: relative;
    top: -4px;
    width: 30%;
}
@media(max-width: 1379px){
    .OBP .lineaprev, .OBP .lineapost {
        width: 20%;
    }
}
.OBP .preg {
    color: #000099;
    display: inline-block;
    text-align: center;
    width: 40%;
}
@media(max-width: 1379px){
    .OBP .preg {
        width: 60%;
    }
}
.OBP .login .btnazul.registrate {
    font-size: 1rem;
    margin: 30px auto 50px;
    padding: 10px 0;
    text-align: center;
    width: 35%;
    color: #fff !important;
}
@media(max-width: 1699px){
    .OBP .login .btnazul.registrate {
        width: 45%;
    }
}
@media(max-width: 469px){
    .OBP .login .btnazul.registrate {
        margin: 10px auto 25px;
        width: 90%;
    }
}

.btnazulCabecera{
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 15px 0;
    background: #676dc2;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
    margin: 20px auto 0;
    max-width: 800px;
    width: 90%;
}

.btnazulCabecera:hover{
    background: white;
}

.lin_sup{
	width:100%;
	background: #B90900 none repeat scroll 0 0;
    height: 30px;
	}
	
.bandaazul {
    background: #B90900 !important;
    height: 30px;
}

.elancho {
    margin: 0 auto;
    max-width: 90%;
	}
	
.logarse {
    /*background: #fff none repeat scroll 0 0;*/
    color: #fff;
    float: right;
    padding: 0 15px;
}

.nofloat{ clear:both;}



.newHeaderOBP{
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;

box-shadow: 0 1px 2px rgba(0,0,0,.2);
}


}

.bandaazul {
    background: #B90900 !important;
    height: 30px;
}

.newHeaderOBP .logarse > img {
    position: relative;
    top: 1px;
}

.newHeaderOBP .enlacemenu {
    color: #6C2421;
    padding: 0 5px;
    font-size: 12pt !important;
}

.newHeaderOBP a {
    color: #fff;
    position: relative;
    text-decoration: none;
    transition: all ease 0.2s;
}

.newHeaderOBP .navescritorio li:not(:first-child)::before {
    color: #fff !important;
    content: "" !important;
    margin: 0 0px 0 0px !important;
}

.newHeaderOBP nav.navescritorio {
    clear: both;
    margin: 10px auto;
    max-width: 98%;
    padding-bottom: 10px;
    justify-content: space-between;
}

.newHeaderOBP .flex {
    display: flex;
    flex-wrap: wrap;
}

.newHeaderOBP .tresenlaces {
    align-self: center;
    position: relative;
}

.newHeaderOBP nav.navescritorio .menutresenlaces .enlacelogo {
    align-self: center;
    margin-right: 20px;
}

.newHeaderOBP nav.navescritorio .logo {
    /*width: 87px;*/
    height: 60px;
	margin-left: 20px;
}



.newHeaderOBP .enlacemenu.proyecto.tipoenlace {
    position: relative;
    /*background: rgb(233, 239, 255);*/
}

.newHeaderOBP .tipoenlace {
    color: #6C2421;
    cursor: pointer;
    transition: all ease 0.2s;
}

.newHeaderOBP [class^="icon-"], .newHeaderOBP [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.newHeaderOBP .icon-triangle-up:before {
    content: "\e90a";
    color: inherit;
    margin-left: 4px;
    position: relative;
    top: 2px;
}


.newHeaderOBP .ulsubmenu.ntros {
    background: #e9efff none repeat scroll 0 0;
    border-radius: 0 3px 3px;
    display: none;
    font-size: 0.9rem !important;
    padding: 0 15px !important;
    position: absolute !important;
    left: 0 !important;
    text-align: left;
    top: 19px !important;
    width: 150px;

    height: auto !important;
}

.newHeaderOBP .lisubmenu {
    margin: 7px 0 !important;
}

.newHeaderOBP .navescritorio form {
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
}

.newHeaderOBP form {
    text-align: left;
}

.newHeaderOBP .inputBuscarnuevo.flex {
    margin: 0 auto;
    width: 472px;
}

.newHeaderOBP .navescritorio .inputBuscarnuevo input#inputBuscarnuevo {
    background: #fee4e4 none repeat scroll 0 0;
    border: 1px solid #6C2421;
    border-radius: 3px 0 0 3px;
    flex-basis: 400px;
    font-family: Tahoma;
    font-size: small;
    padding: 5px 10px;
}

.newHeaderOBP .inputBuscarnuevo.flex > input {
    width: calc(100% - 92px);
}

.newHeaderOBP .navescritorio .inputBuscarnuevo .btn {
    flex-basis: 50px;
}

.newHeaderOBP .iconobuscarnuevo {
    background: #B90900 url(/image/buscar2.png) no-repeat scroll center center;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    padding: 5px 10px;
    width: 50px;
}

.newHeaderOBP .dosenlaces {
    align-self: center;
    position: relative;
}

.newHeaderOBP .enlacemenu.actual {
    /*border-bottom: 1px solid #B90900;*/
    color: #556BDE !important;
}

.newHeaderOBP .losidiomas {
    cursor: pointer;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.newHeaderOBP .enlacemenu > img {
    margin-right: 4px;
    position: relative;
    top: 2px;
    width: 15px;
}

.newHeaderOBP .icon-triangle-down::after {
    color: inherit;
    content: "\e90d";
    margin-left: 4px;
    position: relative;
    top: 2px;
}

.newHeaderOBP .ulsubmenu.idioma {
    background: #e9efff none repeat scroll 0 0 !important;
    border-radius: 3px 0 3px 3px;
    display: none;
    font-size: 0.9rem !important;
    padding: 5px 20px 5px 10px !important;
    position: absolute !important;
    right: 0 !important;
    text-align: right;
    top: 20px !important;
    width: 150px;
    height: auto !important;
}

.newHeaderOBP .lisubmenu {
    margin: 7px 0;
}

.newHeaderOBP .lisubmenu img {
    margin-left: 4px;
    margin-right: 0px;
}

.newHeaderOBP .hamburguesa {
    align-self: center;
    cursor: pointer;
    display: none;
    margin-right: 15px;
    order: 5;
    flex-basis: 22px;
}

.newHeaderOBP .menumovil {
    display: none;
}

.newHeaderOBP .menumovil .icon-cross {
    position: absolute;
    right: 26px;
    top: 60px;
}

.newHeaderOBP .menumovil ul {
    padding: 15px 0 5px;
}

.newHeaderOBP .menumovil li {
    padding-left: 40px;
}

.newHeaderOBP .menumovil li:nth-child(2n) {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}

.newHeaderOBP .menumovil a {
    color: #B90900;
}

.newHeaderOBP .menumovil.menucerrado {
display: none;
}

.newHeaderOBP .menumovil.menuabierto {
display: block;
}

@media (max-width: 1199px){
    .newHeaderOBP nav.navescritorio .logo {
        /*width: 73px;*/
	height: 50px;
    }

    .newHeaderOBP .inputBuscarnuevo.flex {
        width: 350px;
    }

    .newHeaderOBP .navescritorio .inputBuscarnuevo input#inputBuscarnuevo {
        flex-basis: 275px;
    }
}


@media (max-width: 991px){
    .newHeaderOBP .navescritorio.flex .menutresenlaces {
        flex-basis: calc(100% - 225px);
        justify-content: space-between;
    }

    .newHeaderOBP .navescritorio form {
        flex-basis: 100%;
        margin-top: 5px;
        order: 4;
    }

    .newHeaderOBP .dosenlaces {
        order: 3;
        flex-basis: 225px;
    }

    .newHeaderOBP .enlacelogo{
        margin-left: 0px;
    }

    .newHeaderOBP .ulsubmenu.ntros , .newHeaderOBP ul.ulsubmenu.idioma{
        display: none;
        left: 0px !important;
    }

    .newHeaderOBP .tresenlaces::after {
        content: "|";
        margin: 0 2px;
    }

}

@media (max-width: 767px){
    .newHeaderOBP .elancho {
        max-width: 100% !important;
    }

    .newHeaderOBP .bandaazul {
    background-color: #B90900;
    height: 30px;
}

    .newHeaderOBP .hamburguesa {
        display: block;
    }
    .newHeaderOBP .tresenlaces , .newHeaderOBP .dosenlaces{
        display: none;
    }

    .newHeaderOBP .navescritorio.flex .menutresenlaces {
        flex-basis: auto;
    }

    .newHeaderOBP .enlacelogo {
        flex-basis: 100px;
    }

    .newHeaderOBP .navescritorio form {
        flex-basis: calc(100% - 157px);
        margin-top: 0px;
    }

    .newHeaderOBP nav.navescritorio .logo {
        /*width: 58px;*/
	height: 48px;
    }

    .myFooterOBP{
        flex-direction: column;
    }

}

@media (max-width: 549px){
    .newHeaderOBP .inputBuscarnuevo.flex {
        width: 80%;
    }

    .newHeaderOBP .navescritorio .inputBuscarnuevo input#inputBuscarnuevo {
        flex-basis: calc(100% - 72px);
    }

}

@media (max-width: 439px){

    .newHeaderOBP .navescritorio form {
        flex-basis: 100%;
        order: 5;
    }

    .newHeaderOBP .inputBuscarnuevo.flex {
        margin-top: 15px;
        width: 100%;
    }

    .newHeaderOBP .hamburguesa {
        order: 4;
    }

}