/*
Theme Name: Code Barcelona
Theme URI: https://codewebbarcelona.com/
Author: Code Barcelona
Author URI: http://codewebbarcelona.com/
Description: Code Barcelona
Version: 1.0
Tags: be inspired
Text Domain: Code Barcelona
*/

@charset "utf-8";

/*********** CSS Document ***********/

/*********** Estandards ***********/

html
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after
{
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
.margintop40
{
    height: 40px;
}
.margintop80
{
    height: 80px;
}
.textcenter
{
    text-align: center!important;
}
.textlef
{
    text-align: left!important;
}
.textright
{
    text-align: right!important;
}
.floatleft
{
    float: left;
}
.floatright
{
    float: right;
}
.displaynormal
{
    display: inline!important;
}
.ccenter
{
    margin: auto;
}
.fixed
{
    position: fixed;
}
.pointer
{
    cursor: pointer;
}
.positionabsolute
{
    position: absolute;
}
.positionrelative
{
    position: relative;
}
.bold
{
    font-weight: bold;
}
li,
ul
{
    margin: 0;
    padding: 0;
}
.min
{
	width: 960px;
	margin: auto;
}
.cvcenter
{
	display: table;
	height: 100%;
	width: 100%;
}
.cvcenterinner
{
	display: table-cell;
	vertical-align: middle;
}
.nicescroll-rails
{
    z-index: 999!important;
}

/*********** Estandards ***********/

.clear
{
    clear: both;
}

/*********** General ***********/

body,
html,
.cpagewrap
{
	height: 100%;
}
body
{
	font-size: 16px;
	color:black;
	font-family: 'Montserrat', sans serif;
    margin: 0;
	font-weight: 500;
	letter-spacing: 0px;
  	background-color:#F0F0F0;
    line-height: 23px;
	overflow-x: hidden;
}
img
{
    border: 0 none;
}
a
{
    font-size: 14px;
    color: black;
    font-family: 'Montserrat', sans serif;
    text-decoration: none;
    letter-spacing: 0px;
    font-weight: 600;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
a:hover
{
    text-decoration: none;
}
h1,
.sh1
{
	font-size: 20px;
	line-height: 55px;
	letter-spacing: 0px;
	font-family: 'Montserrat', sans serif;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1sub
{
	font-size: 20px;
}
.h1sub2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
:root
{
     --color1:#00356d;
     --color2:#166593;
     --color3:#3d91a7;
     --color4:#9e5b9d;
     --colorgray:#aeadb3;
     --colorblack:#000000;
	 --mainMargin:30px;
	 --halfMargin:calc(var(--mainMargin)/2);
}

/* General */

/* Slider */

.cwrap,
.cpasador,
.slide
{
	height: 100%;
	width: 100%;
    background-position: center;
	background-size: cover;
}
.slide h1
{
    font-weight: normal;
    line-height: 24px;
    margin: 0;
}
.slide a
{
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    background-color: #000;
    padding: 10px 17px;
    border-radius: 15px;
    margin-top: 15px;
    display: inline-block;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.slide a:hover
{
    background-color: #078dcc;
}
.cwrap
{
	position: relative;
	height: 66%;
}
.cpasador
{
	background-color: transparent;
	background-image: url('img/slider.png');
	background-position: center;
	background-size: cover;
}

/*web*/

.cmenu li
{
    display: inline-block;
    margin-left: 40px;
}
.cmenu
{
    display: inline-block;
	position: relative;
	overflow: hidden;
    margin: 0;
}
.cmenu a
{
    font-size: 14px;
    text-transform: uppercase;
}
.cmenu a:hover
{
    color: #078dcc;
}
.cheaderlogo
{
    float: left;
}
.cheader
{
    background-color: white;
    /*height: 145px;*/
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 800;
}
.cheaderfix
{
    height: 131px;
}
.cgeneralimg
{
    display: block;
    background-size: cover;
    background-position: center;
}
.cvolumenreciente
{
    /*height: 620px;*/
	height: 371px;
	z-index: 180;
    position: relative;
    color: white;
}
.cvolumenreciente .cbckimage
{
    z-index: 300;
}
.cvolumenreciente .copa
{
    z-index: 400;
}
.cvolumenreciente .cbckimage,
.cvolumenreciente .copa
{
    height: 100%;
    width: 100%;
    position: absolute;
}
.copa
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.3;
}
.cvolumenreciente .ctoptext
{
    position: absolute;
    top: 50%;
    left: 0px;
	width: 100%;
    z-index: 500;
    transform: translateY(-50%);
}
.srevision
{
    display: inline-flex;
    height: 33px;
    line-height: 33px;
    color: #000;
    text-transform: uppercase;
    vertical-align: middle;
    margin-bottom: 20px;
}
.srevision>img,
.srevision>svg
{
margin-right: 5px;
display: inline-block;
width: 33px;
height: auto;
}
.screador
{
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
}
.slide h1,
.ctopwraptext,
.screador,
.slide p
{
	max-width: 650px;
	width: 100%;
    display: block;
}
.ctopwraptext
{
	font-size: 18px;
}
.chome
{
    position: relative;
}
.cnumerosant,
.cnumerosant_side
{
    position: fixed;
    right: -10px;
    top: 130px;
    transform: translateY(-50%);
    z-index: 1000;
    font-weight: 300;
    padding: 10px 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	background-color: #000;
	background-position: center;
	background-image: url('img/elementos/plus.png');
	background-repeat: no-repeat;
	background-size: 27px;
	-webkit-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.35);
	box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.35);
}
.cnumerosant_side
{
    background-color: #B6153D;
}
.cnumerosant:hover,
.cnumerosant_side:hover
{
	right: 0px;
}
.cnumerosant:active,
.cnumerosant_side:active
{
	background-color: #078dcc;
	transition-duration: 0s;
}
.cnumerosant span
{
  color: white;
  font-size: 12px;
  z-index: 1100;
  font-weight: bold;
  text-align: center;
}
.cnumerosantwrap
{
  text-align: center;
  line-height: 26px;
}
.scrolled .cnumerosant
{
	top: 94px;
}
.sdescgeneral svg
{
    width: 22px;
    display: inline-block;
    text-align: center;
    margin-top: 8px;
}
.sdescgeneral
{
    display: inline-block;
    border-radius: 30px;
    width: 73px;
    height: 35px;
    text-align: center;
    margin-right: 6px;
}
.sdescordenador,
.sdescordenadorbig
{
    background-color: #078dcc;
}
.sdescpdf,
.sdescpdfbig
{
    background-color: #B6153D;
}
.sdescbackbig
{
    background-color: #078dcc;
}
.sdescordenador:hover,
.sdescordenadorbig:hover,
.sdescpdf:hover,
.sdescpdfbig:hover,
.sdescbackbig:hover
{
    background-color: #000;
}
.sdescbackbig svg
{
    height: auto!important;
    width: 15px!important;
    top: 10px!important;
}
.stitulogeneral
{
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: bold;
    display: block;
}
.cultimarevista
{
    margin-top: 75px;
}
.cultimarevista .cinner,
.citem .cinner
{
    position: relative;
    background-color: white;
    -webkit-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.25);
}
.cultimarevista p
{
    margin-bottom: 0px;
}
.cultimatext
{
	line-height: 22px;
}
.cultimaimg .cinner
{
    height: 284px;
    border-left: 0px;
}
.sdescgeneralbig svg
{
    width: 22px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.sdescgeneralbig
{
    width: 299px;
    height: 46px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 7px;
	display: block;
}
.sdescgeneralbig span
{
    color: white;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-size: 16px;
    left: 45px;
}
.cwrapaccederbig
{
    position: absolute;
    bottom: 30px;
    right: 20px;
    z-index: 240;
}
.cultimatextwrap
{
    padding-left: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
	padding-right: 45%;
}
.crevistaultimacaja
{
    position: absolute;
    top: -50px;
    right: 0px;
    width: 40%;
    background-color: #e5ebf1;
    height: 100%;
}
.crevistaultimainnerwrap
{
    position: relative;
    height: 100%;
}
.irevistaultimaimg
{
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: block;
    z-index: 200;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: -2px 4px 4px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: -2px 4px 4px 0px rgba(0,0,0,0.19);
    box-shadow: -2px 4px 4px 0px rgba(0,0,0,0.19);
    width: 263px;
    height: 342px;
}
.irevistaultimaimg2
{
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -19px;
    right: -22px;
    z-index: 250;
    -webkit-box-shadow: -2px 4px 4px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: -2px 4px 4px 0px rgba(0,0,0,0.19);
    box-shadow: -2px 4px 4px 0px rgba(0,0,0,0.19);
    width: 263px;
    height: 342px;
    transform: rotate(7.55deg);
}
.irevistaultimashadow
{
    position: absolute;
    display: block;
    bottom: -50px;
    right: 15px;
}
.cheaderlogo img
{
    width: 185px;
    height: auto;
    margin: 15px 0;
	display: block;
}
.citemimg
{
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    z-index: 100;
}
.citemtext
{
    width: 100%;
    position: relative;
    background-color: #f5f5f5;
    z-index: 90;
}
.citemtextinner
{
    padding: 30px;
    padding-top: 23px;
    padding-bottom:7px;
}
.citemtextinner .stitulogeneral
{
    margin-top: 22px;
    margin-bottom: 15px;
}
.sdescgeneralbig.mini
{
    display: inline-block;
    width: 73px;
    height: 35px;
}
.sdescgeneralbig.mini svg
{
    width: 22px;
    position: absolute;
    top: 8px;
    left: 24px;
}
.citemlateral .citemimg
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45%;
    height: 100%;
}
.citemlateral .citemtext
{
    padding-left: 45%;
    width: 55%;
}
.citemimageauthor .citemimg
{
    width: 88px;
    height: 88px;
    position: absolute;
    top: 30px;
    right: 20px;
    border-radius: 100%;
}
.citemimageauthor .stitulogeneral,
.citemimageauthor .sautores
{
    padding-right: 85px;
}
.citemimageauthor .stitulogeneral
{
    margin-bottom: 0px;
}
.sautores
{
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-bottom: 15px;
}
.pitemtext
{
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}
.citembanner img
{
    display: block;
}
.clogospie
{
    margin-top: 50px;
    text-align: center;
}
.clogospie img
{
    display:inline-block;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 50px;
    width: auto;
    height: 66.5px;
}
footer
{
    text-align: center;
    background-color: white;
}
.cfootermenu
{
    background-color: #B6153D;
    text-align: center;
    color: white;
    padding: 20px;
    margin-top: 60px;
}
.cfootermenu a
{
    color: white;
}
.cfootermenu a:hover
{
    color: black;
}
.cfooterlogo
{
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
}
.cfooterdisclaimer
{
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    padding: 15px 20%;
	background-color: #A6A9AC;
	color: #FFF;
}
.cbreadcrumb
{
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
    color: #B4B4B4;
}
.cbreadcrumb span
{
    color: black;
}
.cbreadcrumb a
{
    font-weight: normal;
    font-size: 12px;
    color: #9C9C9C;
}
.cbreadcrumb a:hover
{
    color: #B6153D;
}
.cbreadcrumb a:last-child
{
    color: #9C9C9C;
}
.iarchivoimg
{
    display: block;
    -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
    width: 100%!important;
}
.csinglearchivosingle
{
    margin-top: 40px;
}
.csinglearchivosingle .cinner
{
    position: relative;
}
.csingleinformacion h1
{
    font-size: 30px;
}
.cdestacadoleft
{
    border-bottom: 1px solid #C6C6C6;
}
.cdestacadoinfotitulo
{
    color: #B6153D;
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    margin-bottom: -3px;
    line-height: 29px;
}
.cbuscadorarchivoresults .cdestacadoinfotitulo
{
    margin-bottom: 3px;
}
.cdestacadoinfoautor
{
    font-size: 18px;
    font-style: italic;
    display: block;
}
.cdestacadowrapsingle
{
    margin-top: 0px;
    margin-bottom: 36px;
}
.cdestacadoinfolinks
{
    margin-top: 15px;
}
.cdestacadoinfolinks a,
.cultimarevista a
{
    color: #B6153D;
}
.cdestacadoinfolinks a:hover,
.cultimarevista a:hover
{
    color: #078dcc;
}
.cultimarevista a
{
    margin-top: 15px;
    display: block;
}
.cdestacadoleft:last-child
{
    border: 0px;
}
.cdestacadosecionrevisi-n .srevision
{
    background-color:#B6153D;
}
.cdestacadosecionformaci-n .srevision
{
    background-color:#5a74ad;
}
.cdestacadosecionopini-n .srevision
{
    background-color:#078dcc;
}
.cdestacadosecioncasos .srevision
{
    background-color:#df6c84;
}
.cdestacadosecionformaci-n .srevision
{
    background-color:#078dcc;
}
.cdestacadoseciondebates-y-consensos .srevision
{
    background-color:#e38a32;
}
.cdestacadosecioninformaci-n .srevision
{
    background-color:#078dcc;
}
.csingleresumen h1
{
    font-size: 30px;
    line-height: 27px;
}
.csingleresumen h2
{
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}
.csingleresumencontent
{
    line-height: 20px;
}
.csingleresumen .srevision
{
    margin-top: 0px;
}
.cheadersuperior
{
    line-height: 100%;
    margin-top: 90px;
    float: right;
    text-align: right;
}
.isuperiorsocial
{
    margin-left: 2px;
    margin-right: 2px;
}
.ssuperiorseparador
{
	display: inline-block;
    background-color: #A4A4A4;
    width: 1px;
    height: 20px;
    padding: 0;
    margin: 2px 25px -2px 25px;
}
.suserbutton svg:nth-child(2)
{
    margin-bottom: 5px;
    display: inline-block;
}
.sloginbutton svg
{
    display: inline-block;
    margin-top: 2px;
    margin-left: 3px;
}
.suserbutton,.sloginbutton
{
    cursor: pointer;
}
.cheader,
.cheaderlogo img,
.cheaderlogo,
.cmenu,
.cmenu a,
.cmenu li,
.csearchicon,
.cmenuinner,
.isearch
{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.scrolled .cheader
{
    height: 95px;
}
.scrolled .cheaderlogo img
{
    width: 120px;
}
.scrolled .cheadersuperior
{
    margin-top: 55px;
}
.scrolled .cmenu a
{
    font-size: 12px;
}
.scrolled .cmenu li
{
    margin-left: 20px;
}
.scrolled .ssuperiorseparador
{
	display: inline-block;
    background-color: #A4A4A4;
    width: 1px;
    height: 20px;
    padding: 0;
    margin: 2px 15px -2px 15px;
}
.ssearch
{
    cursor: pointer;
}
.fsearch
{
	display: inline-block;
    height: 30px;
    background-color: #f0f0f0;
    border: 0;
    border-radius: 15px;
    margin: 0;
    padding: 0 0 0 20px;
}
.lsearch
{
    cursor: pointer;
	border: 0;
    margin: 0;
    background-color: transparent;
    font-size: 16px;
    color: #000;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.lsearch:hover
{
    color: #B6153D;
}
.fsearch .isearch
{
    width: 18em;
	display: inline-block;
    border: 0;
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
    color: #888;
    background-color: transparent;
    font-family: 'Montserrat', sans serif;
    font-weight: 500;
    padding: 6px 0!important;
    margin: 0;
}
.fsearch .isearch::placeholder
{
    color: #B6153D;
    font-size: 12px;
}
.scrolled .isearch
{
    font-size: 12px;
}
input:focus,
select:focus,
textarea:focus,
button:focus
{
    outline: none;
}
.formregistro input
{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.requiredcheck
{
    border: 1px solid #e48c8c!important;
}
.required,
.notsame,
.notemail
{
    background-color:#fbbaba!important;
    border-color:#e48c8c!important;
}
.cerrordesc
{
    position: absolute;
    top: 8px;
    right:15px;
    text-align: right;
    color: red;
    font-size: 14px;
}
.formregistro .cinner
{
    position: relative;
}
.cregisterok
{
    text-align: center;
    padding: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.cwrapinputselect
{
    cursor: pointer;
}
.cwrapinputselect input
{
    position: relative;
    z-index: 40;
    border: 1px solid #fff;
}
.cwrapinputselect svg
{
    z-index: 40;
}
.cselectvals
{
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    z-index: 30;
    background-color: #fff;
    padding-top: 18px;
    padding-bottom: 15px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    display: none;
}
.cselectvals span
{
    display: block;
    color: #9c9c9b;
    font-family: 'Montserrat', sans serif;
    font-size: 21px;
    font-weight: 400;
    padding: 1px;
    padding-left: 60px;
    cursor: pointer;
}
.cwrapinputselect::before
{
    display: block;
    content: "";
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    z-index: 540;
}
.cselectvals
{
    max-height: 130px!important;
    overflow-y: auto;
}
.selectinputactive .cselectvals
{
    z-index: 510;
}
.selectinputactive .cselectvals
{
    z-index: 510;
}
.selectinputactive input
{
    z-index: 520;
}
.selectinputactive .cwrapselect,
.selectinputactive svg
{
    z-index: 530;
}
.ccamposobligatorios p
{
    font-size: 16px;
    font-weight: 500;
}
.cinformaciondestacado
{
    background-color: white;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 30px;
}
.cinformaciondestacado .cinner
{
    margin-left: 15px;
}
input,
textarea
{
	border: 1px solid #a3a3a4;
	border-radius: 30px;
	padding: 12px;
	padding-left: 20px;
	color: #9c9c9b;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans serif;
	font-size: 21px;
	font-weight: 600;
}
.formregistro input
{
	border: 1px solid #fff;
}
input::-webkit-search-cancel-button,
textarea::-webkit-search-cancel-button
{
    cursor: pointer;
    /*width: 30px;
    height: 30px;
    -webkit-appearance: none;
    background-color: transparent;
	background-image: url('img/times.png');
	background-position: top left;*/
}
textarea
{
	height: 150px;
	resize: none;
}
.ipadding
{
	padding-left: 60px;
	position: relative;
}
.cwrapinput svg
{
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
    opacity: 0.4;
}
.cwrapinput
{
	position: relative;
}
.sformsend
{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: white;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #B6153D;
	width: 299px;
    height: 46px;
    line-height: 46px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 7px;
    display: block;
	cursor: pointer;
}
.registro .cform .col100,
.registro .cform .col50
{
	margin-bottom: 0px!important;
}
.cform
{
	margin-top: 40px;
	margin-bottom: 80px!important;
}
.registro .cform .cregistromb{
	margin-bottom: 60px!important;
}
.registro input,
.iniciar input,
.recuperarpw input
{
	background-color: #fff;
	border-color: white;
}
.ccamposobligatorios p
{
	text-align: center;
	margin-bottom: 5px;
	font-size: 20px;
}
.cformwrap
{
	margin-left: 0px!important;
	margin-right: 0px!important;
}
.cregistrosend .sformsend
{
	float: none;
    display: inline-block;
    margin: auto;
}
.cregistrosend
{
	text-align: center;
}
.cwraptermino input
{
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: transparent;
	margin: 0px!important;
	vertical-align: middle;
}
.cwraptermino a,
.ciniciarolvidar a
{
	font-family: 'Montserrat', sans serif;
	letter-spacing: 0px;
}
.registro .cform .cterminosregistro{
margin-top: 20px;
margin-bottom: 40px!important;
}
.cwraptermino span{
	font-weight: bold;
	vertical-align: middle;
	margin-left: 5px;
	display: inline-block;
}
.cwraptermino
{
    text-align: center;
	margin-bottom: 5px;
}
.suserbutton
{
    position: relative;
    top: 2px;
}
.cusuariopanelpopup{
position: absolute;
top: 23px;
right: 0px;
background-color: white;
width: 200px;
padding: 30px;
z-index: 900;
-webkit-box-shadow: 2px 3px 5px -1px rgba(0,0,0,0.19);
-moz-box-shadow: 2px 3px 5px -1px rgba(0,0,0,0.19);
box-shadow: 2px 3px 5px -1px rgba(0,0,0,0.19);
text-align: center;
display: none;
}
input,textarea{
font-family: 'Montserrat', sans serif;
color: #a3a3a4;
font-weight: 400;
}
.cusuariopanelinput input{
font-size: 16px;
border-radius: 0px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
padding-left: 0px;
padding-top: 5px;
padding-bottom: 5px;
    margin-bottom: 30px;
}
.spanelinner{
text-align: left;
display: block;
text-transform: uppercase;
color: #a3a3a4;
font-weight: 400;
margin-top: 15px;
}
.spanelbutton{
background-color: #B6153D;
display: block;
border-radius: 50px;
color: white;
padding: 8px;
font-size: 20px;
text-transform: uppercase;
margin-bottom: 15px;
margin-top: 22px;
}
.cusuariopanelpopup a{
color: #078dcc;
}
.cusuariopanelinput{
position: relative;
}
.cpanelsvg{
position: absolute;
top: 7px;
right:0px;
}
.cflacceso{
position: absolute;
bottom: 0px;
right: 0px;
width: 50px;
padding: 5px;
transform: rotate(180deg);
}
.cwrapselect svg{
  left: auto;
  right: 20px;
}
.cformpais{
display: none;
}
.cwrapselect svg {
z-index: 400;
width: 14px!important;
}
.ctitulartop
{
    margin: 0 !important;
}
.ctitulartop .cinner
{
    margin: 0 50px 0 0 !important;
}
.cformdireccion
{
    display: none;
}
.cslidenextprev svg
{
    width: 15px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
/*#prev svg
{

}*/
#next svg
{
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.cslidenextprev
{
    height: 32px;
    width: 32px;
    background-color:#F6F6F6;
    opacity: 0.5;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s  ease-in-out;
    transition: all 0.2s ease-in-out;
}
#prev
{
    margin-right: 3px;
}
#next
{
    margin-left: 3px;
}
.cslidenextprevwrap
{
    position: absolute;
    bottom:30px;
    left: 0px;
    z-index: 700;
    width: 100%;
}
.cslidenextprev:hover
{
    opacity: 1;
    transform: scale(0.95);
}
.csinglearchivosingle .cwrapaccederbig
{
    position: relative;
    bottom: 0px;
    right: 0px;
    z-index: 240;
}
.csidebar
{
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 990;
    background-color: #F0F0F0;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.25);
    transform: translateX(101%);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    height: 100%;
    overflow-y: scroll;
}
.csidebarinner
{
    padding: 20px;
    position: relative;
    text-align: right;
}
.csidebaritem img
{
    width: 256px;
    margin: 30px 80px 15px 80px;
    display: block;
    -webkit-box-shadow: 7px 6px 9px -1px rgba(0,0,0,0.35);
    -moz-box-shadow: 7px 6px 9px -1px rgba(0,0,0,0.35);
    box-shadow: 7px 6px 9px -1px rgba(0,0,0,0.35);
}
.ssidebartitle
{
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}
.ssidebaryear
{
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    display: block;
    border-bottom: solid 1px #CDCCCC;
    padding: 0 5px 10px 5px;
}
.ssidebaritemtitle
{
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 14px;
    text-align: right;
    margin-right: 80px;
}
.csiderbarclose
{
    position: absolute;
    top: 12px;
    right: 8px;
    width: 14px;
    cursor: pointer;
    height: 14px;
    z-index: 40;
}
.csiderbarclose svg
{
    width: 11px;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.showsidebar .csidebar
{
    transform: translateX(0%);
}
.csiderbarclose:hover svg
{
    transform: rotate(180deg);
}
.srecuperar
{
    text-align: center;
    margin: auto;
}
.cpageblank table
{
    width: 100%;
}
.cpageblank ul,
.cpageblank ol
{
    padding-left: 40px;
}
.cpageblank table td
{
	border: 1px solid black;
	padding: 15px;
}
.csearch .cinner
{
	-webkit-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.25);
	background-color: white;
	position: relative;
	padding: 30px;
	padding-bottom: 10px;
}
.csearch .cinner h2
{
    margin-top: 0px;
    font-size: 20px;
}
.cbusquedatitle
{
    margin-top: 30px;
}
.ihemerotecaimg
{
    width: 65% !important;
    -webkit-box-shadow: 7px 6px 9px -1px rgba(0,0,0,0.35);
    -moz-box-shadow: 7px 6px 9px -1px rgba(0,0,0,0.35);
    box-shadow: 7px 6px 9px -1px rgba(0,0,0,0.35);
}
.citemhemeroteca h2
{
    font-size: 16px;
}
.citemhemeroteca
{
    margin-bottom: 50px!important
}
.sdescgeneralbig
{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cacercade p
{
    margin-bottom: 30px;
    margin-top: 0px;
}
.cacercade a
{
    color: #B6153D;
}
.current-menu-item a
{
    color: #B6153D;
}
.ccomite
{
    text-align: center;
}
.lvercv
{
    display: block;
    color: #B6153D;
}
.ccomiteitemimg
{
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    display: inline-block;
    max-width: 240px;
}
.col25.ccomiteitem .ccomiteitemimg
{
    max-width: 180px;
}
.ccomiteitem h2
{
font-size: 20px;
margin-bottom: 4px;
}
.ccomiteitem
{
margin-top: 30px;
}
.lvercv
{
background-color: #B6153D;
text-transform: uppercase;
border-radius: 30px;
height: 26px;
line-height: 27px;
color: white;
font-size: 10px;
font-weight: 400;
display: inline-block;
padding-left: 15px;
padding-right: 15px;
text-align: center;
margin-top: 10px;
}
.cformcontacto .cwrapinput
{
    text-align: center;
}
.cformcontacto input[type=text],
.cformcontacto textarea
{
    width: 50%;
    margin: 10px auto;
	background-color:white;
	border-color:white;
}
.scontactosend
{
    display: inline;
    text-align: center;
    padding: 10px 30px;
    margin: auto;
    vertical-align: middle;
}
.clocalizaciontext span
{
    display: block;
}
.slocatitle
{
    margin-top: 14px;
    font-weight: 600;
}
.isuperiorsocial
{
    display: none;
}
.page-id-82 .cpageblank img
{
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    mix-blend-mode: darken;
}
.cpopupwrap
{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1100;
    display: none;
}
.cpopupopa
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 1100;
}
.cpopup
{
    position: absolute;
    background-color: white;
    z-index: 1100;
    width: 1000px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top:-40px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cpopupinner
{
    position: relative;
    padding: 60px;
}
.cpopupcerrar
{
	position: absolute;
	top: 25px;
	right: 30px;
	cursor: pointer;
	background-color: #e5e5e5;
    padding: 6px;
    border-radius: 100%;
	font-weight: 700;
	font-size: 12px;
	width: 24px;
    height: 24px;
    line-height: 14px;
}
.showpopup .cpopup
{
    opacity: 1;
    margin-top: 0px;
}
.jqautorespopup
{
    cursor: pointer;
}
.cpopupfotowrap,
.cpopupequipoinfo
{
	float: left;
	width: 50%;
}
.cpopupequipofoto
{
    width: 250px;
    height: 250px;
    background-color: #e5e5e5;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
}
.cpopupwrapequipo .cpopupinner
{
	padding: 35px;
}
.cpopupwrapequipo .cpopup
{
	width: 700px;
}
.cpopupequipoinfo
{
	position: relative;
	height: 250px;
	text-align: left;
}
.cpopupequipoinfowrap
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
}
.cpopupequipoinfowrap span
{
	display: block;
}
/*.cpopupequipoinfowrap span,
.cpopupequiporedes
{
}*/
.cpopupequipoinfowrap .spopupequiponombre
{
	font-size: 20px;
	font-weight: 700;
}
.cpopupequipocontent
{
	text-align: justify;
	margin-top: 50px;
	height: 200px;
	overflow: auto;
	padding-right: 20px;
}
.cpopupequipocontent ul
{
    margin-left: 20px;
}
.cformsendok
{
    text-align: center;
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.cmaps .cgeneralimg
{
    opacity: 0;
}
.cmaps
{
    position: relative;
}
.cmapdiv
{
    height: 100%;
    width: 100%;
    position: absolute!important;
    z-index: 100;
}
.lhemerotecaside
{
    margin: 30px 15px 0 0;
}
.cwrapaccederbig a,
.lhemerotecaside
{
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    background-color: #B6153D;
    padding: 10px 17px;
    border-radius: 15px;
    display: inline-block;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.cwrapaccederbig a:hover,
.lhemerotecaside:hover
{
    background-color: #000;
}
.ccomiteitemimg
{
    position: relative;
}
.cmoreimage
{
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #B6153D;
    color: white;
    font-size: 22px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
}
.cpopupalert .cpopup
{
    width: 700px;
}
.cpopupalert .cpopuplogo img
{
    width: 200px;
    height: auto;
}
.cpopupalert .cpopupinner
{
    padding-top: 79px;
    padding-bottom: 50px;
}
.cbotonalert
{
    margin-top: 30px;
    background-color: #B6153D;
    display: block;
    border-radius: 50px;
    color: white;
    padding: 8px;
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    cursor: pointer;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
}
.cpopupalert .cpopupcerrar
{
    display: none;
}
.cpopuplogo img
{
    display: none;
}
.infoicon
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 2px solid #B6153D;
    border-radius: 100%;
    text-align: center;
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #B6153D;
}
.cbuscadorarchivo input
{
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #dbdbdb;
    color: black;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 3px;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: normal;
    padding-top: 5px;
    border-radius: 0px;
    background-color: transparent;
}
.cinput
{
    position: relative;
}
.cvolitem
{
    width: 100%;
}
.cbusquedaitem
{
	float: left;
	width: 33.33333333333333%;
}
.cbusquedaitem
{
	text-align: center;
	position: relative;
}
.cbusquedatitle
{
	display: inline-block;
	position: relative;
}
.cbusquedatitle svg,
.cinputsvg svg
{
	position: absolute;
    width: auto;
    height: 10px;
    top: 65%;
    transform: translatey(-50%);
    right: -15px;
}
.cinputsvg,
.cinputwrap
{
	position: relative;
	width: 100%;
}
.cinputsvg svg
{
	top: auto;
	bottom: 0px;
	right: 5px;
}
.cbusquedaselect
{
	position: absolute;
    width: auto;
    border: 1px solid #707070;
    padding-top: 15px;
    padding-bottom: 15px;
	left: 46%;
	transform: translateX(-50%);
	background-color: white;
	z-index: 500;
	top: 37px;
}
.cbusquedaitemvalue
{
	position: relative;
    display: block;
	text-align: right;
	padding-left: 50px;
    padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cbusquedaitem input
{
	display: none;
}
.ctiposeccion .cbusquedaselectitem,
.ctiposubseccion .cbusquedaselectitem
{
	width: 100%;
}
.cbusquedaselectitem
{
	position: relative;
}
.cbusquedaselectitem svg .st4
{
	stroke: #707070;
}
.cbusquedaselectitem svg
{
	height: 90%;
    position: absolute;
    left: 15px;
	top: 50%;
    transform: translatey(-50%);
	width: 23px;
}
.scheckboxhide
{
	display: none;
}
.cbusquedaitemvalue:hover
{
	background-color: #078dcc;
	color: white;
	cursor: pointer;
}
.cbusquedaitemvalue:hover svg .st4
{
	stroke: white;
}
.cbusquedaitemvalue:hover svg .scheckboxhide
{
	display: block;
}
.active .cbusquedaitemvalue
{
	background-color: #078dcc;
	color: white;
}
.active .cbusquedaitemvalue svg .st4
{
	stroke: white;
}
.active .cbusquedaitemvalue svg .scheckboxhide
{
	display: block;
}
.cwrapbusqueda
{
	margin-top: 20px;
}
.cinputwrap .cbusquedaselect
{
	left: auto;
	right: 0px;
	transform: none;
	z-index: 1000;

      overflow-Y: scroll;
      max-height: 400px;
}
.cinputwrap .cbusquedaitemvalue
{
	text-align: left;
    width: 100%;
}
.cbuscadorarchivo .cbusquedatitle
{
    margin-top: 0px;
}
.cbuscadorarchivo input::placeholder
{
	color: black;
}
.cbuscadorarchivo
{
    font-size: 24px;
    font-weight: normal;
}
.cbusquedaitemvalue
{
    font-size: 15px;
}
.cbuscadorresultadosall .cdestacadowrapsingle
{
    margin-bottom: 40px;
}
.stitlebuscador
{
    margin-top: 50px;
}
.cbuscadorarchivo .st3
{
    fill:#B6153D!important;
}
.cbusquedaselect
{
    display: none;
}
.activeselect .cbusquedaselect
{
    display: block;
}
.cbusquedaitem,
.ctiposeccion input,
.ctiposubseccion input
{
    cursor: pointer;
}
.searcherhide
{
    display: none;
}
.cbuscadormore,
.cbuscadorreset
{
    background-color: #B6153D;
    display: none;
    border-radius: 50px;
    color: white;
    padding: 8px;
    font-size: 20px;
    text-transform: uppercase;
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 15px;
    cursor: pointer;
    width: fit-content;
    margin: auto;
}
.cbuscadorreset
{
    display: block;
    margin-top: 60px;
    font-size: 14px;
    padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
}
.cbuscadorreset:hover
{
    background-color: #000;
}
.lnormasmanuscritos
{
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
}
.page-id-82 .cpageblank
{
    text-align: center;
}
.page-id-82 .cpageblank img
{
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}
.cdestacadoinfotitulosubseccion
{
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-top: 14px;
}
.srevisionsub
{
    color: #666;
    margin-left: 8px;
    font-size: 12px;
    text-transform: uppercase;
}
.slide .srevisionsub
{
    color: white;
}
.sreset
{
    text-align: center;
    margin: auto;
}
.noalert
{
    cursor: pointer;
}
.citemsideitem
{
    margin-bottom: 40px;
}
.searchinit
{
    display: none;
}
.lverresumenhome
{
    display: inline-block;
    color: #B6153D;
    font-weight: normal;
}
.lverresumenhome:hover
{
    color: #078dcc;
}
.cmenumobile,
.cmenuburger
{
    display: none;
}
.cmenuburger
{
    position: absolute;
    top: 41px;
    cursor: pointer;
    right: 78px;
    width: 34px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.scrolled .cmenuburger
{
    top: 49px;
}
.cmenuburgerbar
{
    height: 2px;
    width: 100%;
    background-color: #000;
    margin-bottom: 5.5px;
    border-radius: 3px;
}
.cmenuburgerinner
{
    position: relative;
}
.cmenuburgerbar2
{
    top: 22px;
}
.cmenuburgerbar3
{
    top: 29px;
}
.cmenumobile
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: #B6153D;
    padding-top: 130px;
    text-align: center;
    transform: translateX(100%);
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.showmenuresponsive .cmenumobile
{
    transform: translateX(0%);
}
.cmenumobile .cmenu
{
    display: block!important;
    float: none;
}
.cmenumobile .cmenu a
{
    color: white;
    font-size: 24px;
    line-height: 40px;
}
.cmenumobile .cmenu li
{
    display: block;
    margin-left: 0px;
}
upper
{
    text-transform: uppercase;
}
.modal
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    z-index: 5000;
}
.modal-bg
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.75;
}
.modal-content
{
    position: relative;
    top: 15%;
    max-width: 90%;
    font-weight: normal;
    background-color: #BBB;
    display: inline-block;
    border-radius: 15px;
    padding: 10px;
    margin: auto;
    -webkit-box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.5);
    -o-box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.5);
    border: solid 2px #B6153D;
}
.modal-content p
{
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.modal-content a
{
    text-decoration: none;
    font-weight: bold;
    color: #B6153D;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.modal-content a:hover
{
    text-decoration: underline;
}
.modal-content form input
{
    font-size: 14px;
    padding: 10px 15px;
    border: 0;
}
.modal-content form input[type="password"]
{
    width: 75%;
    background-color: #F0F0F0;
}
.modal-content form input[type="password"]::placeholder
{
    color: #B6153D;
    font-weight: normal;
}
.modal-content form input[type="submit"]
{
    cursor: pointer;
    background-color: #B6153D;
    color: white;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.modal-content form input[type="submit"]:hover
{
    background-color: black;
}
.separador_header
{
    width: 100%;
    height: 22px;
    background-color: #000;
    opacity: 0.3;
}
.cdestacadobox
{
    border: 0;
    background-color: #fff;
    margin: 0px 10px 30px 10px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.15);
    -o-box-shadow: 0px 4px 4px rgba(0,0,0,0.15);
}
.cdestacadobox.actualizaci-n-pr-ctica
{
    border-top: solid 4px #D95D7C;
}
.cdestacadobox.casos-cl-nicos
{
    border-top: solid 4px #13A2D1;
}
.cdestacadobox.editorial
{
    border-top: solid 4px #8F2E4D;
}
.cdestacadobox.infograf-a
{
    border-top: solid 4px #85C43C;
}
.cdestacadobox.normas-de-publicaci-n
{
    border-top: solid 4px #212A7E;
}
.cdestacadobox.novedades-bibliogr-ficas
{
    border-top: solid 4px #E38A32;
}
.cdestacadobox.profesi-n
{
    border-top: solid 4px #3BC9AF;
}
.cdestacadobox.revisi-n
{
    border-top: solid 4px #E8B938;
}
.cdestacadobox.gu-a-cl-nica
{
    border-top: solid 4px #B53548;
}
.cdestacadobox.cdestacadolateral
{
    flex-flow: row nowrap;
    align-items: stretch;
}
.cdestacadobox.cdestacadosuperior
{
    flex-flow: column nowrap;
    align-items: stretch;
}
.cdestacadobox.cdestacadosauthor
{
    background-color: #000;
}
.cdestacadobox .cdestacadoimg,
.cdestacadobox .cdestacadotext
{
    color: #000;
    border: 0;
    margin: 0;
}
.cdestacadobox .cdestacadoimg
{
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.cdestacadobox .cdestacadotext
{
    position: relative;
    font-size: 16px;
    flex: auto;
    color: #000;
    padding: 10px;
    padding-bottom: 25px;
}
.cdestacadobox.cinner{
background-color: #f5f5f5;
}
.cdestacadobox .cinnerborder{
border: 8px solid white;
height: 100%;
position: relative;
z-index: 10;
}
.cdestacadoimg{
z-index: 8;
}
.cdestacadotext{
z-index: 15;
position: relative;
}
.cdestacadoimg{
min-height: 163px;
}
.cdestacadobox.cdestacadosuperior .cdestacadoimg,
.cdestacadobox.cdestacadosuperior .cdestacadotext
{
    width: 100%;
}
.cdestacadobox.cdestacadolateral .cdestacadoimg,
.cdestacadobox.cdestacadolateral .cdestacadotext
{
    height: 100%;
}
.cdestacadobox.cdestacadosuperior .cdestacadoimg
{
    min-height: 163px;
}
.cdestacadobox.cdestacadolateral .cdestacadoimg
{
position: absolute;
left: 0px;
top: 0px;
width: 50%;
}
.cdestacadobox.cdestacadolateral .cdestacadotext
{
    margin-left: 51.5%;
}
::-webkit-input-placeholder
{
    /* Edge */
    color: #B6153D;
    font-weight: normal;
}
:-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #B6153D;
    font-weight: normal;
}
::placeholder
{
    color: #B6153D;
    font-weight: normal;
}
.cdestacadotext .lverresumenhome
{
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.cdestacadotext .ldescargarhome
{
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.ldescargarhome
{
    display: inline-block;
    width: 48px;
    height: 32px;
    font-size: 14px;
    color: #fff;
    background-color: #C4C4C4;
    border-radius: 12px;
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
}
.ldescargarhome:hover
{
    background-color: #000;
}
.cbusquedaselect{
width: 100%;
}
.cbusquedaitem .cbusquedaselect {
    width: 165px;
}
