@charset "utf-8";
/* CSS Document */
/* VERSION 2015.07.31 ES */
/** Body **/
body {
}

/** Fondos **/

.bgWhite { background-color:#fff; }
.bgColor { background-color:#D91111; }
.bgDark { background-color:#04323D; }
.bgLight { background-color:#f6f6f6; }

.bgGray { background-color:#f9f9f9; }
.bgGrayDark { background-color:#5a5c5e; }
.bgGrayLight { background-color:#f1f1f1; }

.LinkBlanco a, .LinkBlanco a:link, .LinkBlanco a:active, .LinkBlanco a:visited,
.linkBlanco a, .linkBlanco a:link, .linkBlanco a:active, .linkBlanco a:visited,
.lb a, .lb a:link, .lb a:active, .lb a:visited
{ color:#fff; text-decoration:none; }

.LinkBlanco a:hover, .linkBlanco a:hover, .lb a:hover
{ text-decoration:underline; }

.LinkNegro a, .LinkNegro a:link, .LinkNegro a:active, .LinkNegro a:visited,
.linkNegro a, .linkNegro a:link, .linkNegro a:active, .linkNegro a:visited,
.ln a, .ln a:link, .ln a:active, .ln a:visited
{ color:#04323D; text-decoration:none; }

.LinkNegro a:hover, .linkNegro a:hover, .ln a:hover
{ text-decoration:underline; }

.LinkAzul a, .LinkAzul a:link, .LinkAzul a:active, .LinkAzul a:visited,
.linkAzul a, .linkAzul a:link, .linkAzul a:active, .linkAzul a:visited,
.ln a, .ln a:link, .ln a:active, .ln a:visited
{ color:#04323D; text-decoration:none; }

.linkAzul a:hover, .linkAzul a:hover, .la a:hover
{ text-decoration:underline; }

.LinkRojo a, .LinkRojo a:link, .LinkRojo a:active, .LinkRojo a:visited,
.linkRojo a, .linkRojo a:link, .linkRojo a:active, .linkRojo a:visited,
.lr a, .lr a:link, .lr a:visited, .lr a:active
{ color:#D91111; text-decoration: none; }

.LinkRojo a:hover, .linkRojo a:hover, .lr a:hover
{ text-decoration:underline; }

.Nu a, .Nu a:link, .Nu a:active, .Nu a:visited,
.nu a, .nu a:link, .nu a:active, .nu a:visited,
.hu a, .hu a:link, .hu a:active, .hu a:visited
{ text-decoration:none; }

.Nu a:hover, .nu a:hover
{ text-decoration:none; }

.hu a:hover
{ text-decoration:underline; }


/** Border **/

.border { border:solid 1px #ccc; }
.border-bottom { border-bottom:solid 1px #ccc; }
.border-top { border-top:solid 1px #ccc; }
.border-left { border-left:solid 1px #ccc; }
.border-right { border-right:solid 1px #ccc; }
.borderBlack { border:solid 1px #000; }
.borderWhite { border:solid 1px #fff; }

.border-bottom-white-dashed { border-bottom:dashed 1px #fff; }
.border-bottom-black-dashed { border-bottom:dashed 1px #ccc; }


a:link, a:active, a:visited, { color:#D91111; text-decoration:none; }
a:hover { text-decoration:underline; }

.LinkBlanco a, .LinkBlanco a:link, .LinkBlanco a:active, .LinkBlanco a:visited,
.linkBlanco a, .linkBlanco a:link, .linkBlanco a:active, .linkBlanco a:visited,
.lb a, .lb a:link, .lb a:active, .lb a:visited
{ color:#fff; text-decoration:none; }

.LinkBlanco a:hover, .linkBlanco a:hover, .lb a:hover
{ text-decoration:underline; }

.LinkNegro a, .LinkNegro a:link, .LinkNegro a:active, .LinkNegro a:visited,
.linkNegro a, .linkNegro a:link, .linkNegro a:active, .linkNegro a:visited,
.ln a, .ln a:link, .ln a:active, .ln a:visited
{ color:#04323D; text-decoration:none; }

.LinkNegro a:hover, .linkNegro a:hover, .ln a:hover
{ text-decoration:underline; }

.LinkAzul a, .LinkAzul a:link, .LinkAzul a:active, .LinkAzul a:visited,
.linkAzul a, .linkAzul a:link, .linkAzul a:active, .linkAzul a:visited,
.ln a, .ln a:link, .ln a:active, .ln a:visited
{ color:#04323D; text-decoration:none; }

.linkAzul a:hover, .linkAzul a:hover, .la a:hover
{ text-decoration:underline; }

.LinkRojo a, .LinkRojo a:link, .LinkRojo a:active, .LinkRojo a:visited,
.linkRojo a, .linkRojo a:link, .linkRojo a:active, .linkRojo a:visited,
.lr a, .lr a:link, .lr a:visited, .lr a:active
{ color:#D91111; text-decoration: none; }

.LinkRojo a:hover, .linkRojo a:hover, .lr a:hover
{ text-decoration:underline; }

.Nu a, .Nu a:link, .Nu a:active, .Nu a:visited,
.nu a, .nu a:link, .nu a:active, .nu a:visited,
.hu a, .hu a:link, .hu a:active, .hu a:visited
{ text-decoration:none; }

.Nu a:hover, .nu a:hover
{ text-decoration:none; }

.hu a:hover
{ text-decoration:underline; }


/** Border **/

.border { border:solid 1px #ccc; }
.border-bottom { border-bottom:solid 1px #ccc; }
.border-top { border-top:solid 1px #ccc; }
.border-left { border-left:solid 1px #ccc; }
.border-right { border-right:solid 1px #ccc; }
.borderBlack { border:solid 1px #000; }
.borderWhite { border:solid 1px #fff; }

.border-bottom-white-dashed { border-bottom:dashed 1px #fff; }
.border-bottom-black-dashed { border-bottom:dashed 1px #ccc; }

/** Generales **/

.guide { background-image:url(../img/guias.png); }
.left { float:left; }
.right { float:right; }
.right_movil { float:right; }
.left_movil { float:left; }
.bold { font-weight:bold; }
.clear { clear:both; }
.hide_movil { display:block; }
.only_movil { display:none; }
.hide, .hidem { display:none; }
.separador { border-bottom: solid 1px #ddd; margin-top:20px; margin-bottom:20px; }
.fixed { position:fixed; }
.block { display:block; }
.pointer {cursor:pointer; }
.hide { display:none; }
.round { -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius:4px; overflow:hidden; }
.round_max { -moz-border-radius: 25%; border-radius: 25%; -webkit-border-radius:25%; overflow:hidden; }
.hide_desktop { display:none; }

.box-sizing { width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }

.code, code { padding:7px; border:solid 1px #7CFF4F; background:#000; color:#D1D1D1; display: inline-block; width:100%; height:66px; font-size:12px; overflow:auto; content: "1"; }
.instruccion, .instrucciones { padding:10px; padding-left:40px; font-size:12px; }

#loading { display:none; width:100%; height:100%; left:0; right:0; top:0; bottom:0; background: url(../img/load.gif) #000 center center no-repeat; opacity:0.9; position:fixed; height:cover; width:cover; z-index:4000; display:none;}
.load { padding:40px; background:url(../img/load.gif) center center no-repeat; }

.shadow {
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/** Opacity **/

.overFlow { overflow:hidden; }
.overFlowScroll { overflow:auto; }

.opacityBlack_20 { background-color:rgba(0,0,0,0.2); }
.opacityBlack_40 { background-color:rgba(0,0,0,0.4); }
.opacityBlack_60 { background-color:rgba(0,0,0,0.6); }
.opacityBlack_80 { background-color:rgba(0,0,0,0.8); }

.opacityWhite_20 { background-color:rgba(255,255,255,0.2); }
.opacityWhite_40 { background-color:rgba(255,255,255,0.4); }
.opacityWhite_60 { background-color:rgba(255,255,255,0.6); }
.opacityWhite_80 { background-color:rgba(255,255,255,0.8); }

/** Alertas **/

.required_field, .required, .error { border:solid 1px #ff2626; }

/** Margen **/
.my-1 { margin-top: 10px margin-bottom:10px;}
.my-2 { margin-top: 20px margin-bottom:20px;}
.my-3 { margin-top: 30px margin-bottom:30px;}
.my-4 { margin-top: 40px margin-bottom:40px;}
.my-5 { margin-top: 50px margin-bottom:50px;}

.mauto { margin:auto; }
.m0 { margin:0px; }
.m5 { margin:5px; }
.m10 { margin:10px; }
.m20 { margin:20px; }

.mtop0 { margin-top:0px; }
.mtop5 { margin-top:5px; }
.mtop10 { margin-top:10px; }
.mtop20 { margin-top:20px; }
.mtop40 { margin-top:40px; }

.mbottom0 { margin-bottom:0px; }
.mbottom5 { margin-bottom:5px; }
.mbottom10 { margin-bottom:10px; }
.mbottom20 { margin-bottom:20px; }
.mbottom40 { margin-bottom:40px; }
.mbottom60 { margin-bottom:60px; }
.mbottom80 { margin-bottom:80px; }

.mleft0 { margin-left:0px; }
.mleft10 { margin-left:10px; }
.mleft20 { margin-left:20px; }
.mleft40 { margin-left:20px; }

.mright0 { margin-right:0px; }
.mright10 { margin-right:10px; }
.mright20 { margin-right:20px; }
.mright40 { margin-right:20px; }

/** Padding **/

.p0 { padding:0px; }
.p5 { padding:5px; }
.p10 { padding:10px; }
.p20 { padding:20px; }
.p40 { padding:40px; }
.p60 { padding:60px; }

.ptop5 { padding-top:5px; }
.ptop10 { padding-top:10px; }
.ptop20 { padding-top:20px; }
.ptop40 { padding-top:40px; }
.ptop60 { padding-top:60px; }

.pbottom5 { padding-bottom:5px; }
.pbottom10 { padding-bottom:10px; }
.pbottom20 { padding-bottom:20px; }
.pbottom40 { padding-bottom:40px; }
.pbottom60 { padding-bottom:60px; }

.pleft5 { padding-left:5px; }
.pleft10 { padding-left:10px; }
.pleft20 { padding-left:20px; }
.pleft40 { padding-left:40px; }
.pleft60 { padding-left:60px; }

.pright5 { padding-right:5px; }
.pright10 { padding-right:10px; }
.pright20 { padding-right:20px; }
.pright40 { padding-right:40px; }
.pright60 { padding-right:60px; }

.h50 { min-height:50px; }
.h100 { min-height:100px; }
.h200 { min-height:200px; }
.h300 { min-height:300px; }
.h400 { min-height:400px; }
.h500 { min-height:500px; }
.h600 { min-height:600px; }

/** Hover **/

.hover {
opacity:0.6;
-webkit-opacity:0.6;
-moz-opacity:0.6;
filter: alpha(opacity = 60);
}
.hover:hover {
opacity:1.0;
-webkit-opacity:1;
-moz-opacity:1;
filter: alpha(opacity = 100);
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}

.hoveri {
opacity:1;
-webkit-opacity:1;
-moz-opacity:1;
filter: alpha(opacity = 100);
}
.hoveri:hover {
opacity:0.6;
-webkit-opacity:0.6;
-moz-opacity:0.6;
filter: alpha(opacity = 60);
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}

.hoverOut {
opacity:0.3;
-webkit-opacity:0.3;
-moz-opacity:0.3;
filter: alpha(opacity = 30);
}
.hoverOut:hover { opacity:1.0;
-webkit-opacity:1;
-moz-opacity:1;
filter: alpha(opacity = 100);
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}

.hoverColorDark { background-color:#3B6490; }
.hoverColorDark:hover { background-color:#8A9CAF;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}

.hoverColorLight { background-color:#d8e0e9; }
.hoverColorLight:hover {
background-color:#fff;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}

.hoverWhite { color:#4c4c4c; background-color:#fff; }
.hoverWhite:hover {
background-color:#e3e3e3; color:#000;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}

.hoverGray { color:#4c4c4c; background-color:#e3e3e3; }
.hoverGray:hover {
background-color:#fff; color:#000;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}

/* Icons */

<link rel="icon" type="image/png" href="img/icon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="img/icon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/icon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="img/icon-196x196.png" sizes="196x196">
<link rel="icon" type="image/png" href="img/icon-160x160.png" sizes="160x160">

/** Box **/

.box { border:solid 1px #ccc; }
.box_center { margin-right:auto; margin-left:auto; }
.box_top { border-bottom:solid 1px #ccc; background:#f9f9f9; padding:10px; font-size:20px; font-family: Arial, Helvetica, sans-serif; color:#656565; font-weight:normal; }
.box_bottom { border-top:solid 2px #ccc; background:#f9f9f9; padding:10px; font-size:14px; }
.box_middle { background:#fff; padding:10px; font-size:14px; }

/** Versiones anteriores **/
/** Movil **/

@media screen and (max-width: 580px){

#menu_movil { display:block; }
#menu { display:none; }
.only_movil { display:block; }
.hide_movil { display:none; }

#boxMenu { margin:0px; }
#boxContent { padding:10px; }
.formContainerSmall { width:70%; }
.formContainer { clear:both; width:90%; }
#boxContent, #title, #header, #boxMenu { width:100%; margin-right:auto; }
.box_admin { width:90%; padding:10px; background:#fff; border-radius: 3px; border:solid 1px #c6c7c9; margin-top:10px;}
.foto { width:80%; margin-left:auto; margin-right:auto; }
.separador { width:95%; }

select, input, textarea, {
width:100%;
margin:0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.p40 { padding:10px; }
.p60 { padding:10px; }

.movil_border-bottom { border-bottom:solid 1px #ccc; }
.movil_border-top { border-top:solid 1px #ccc; }
.movil_border-left { border-left:solid 1px #ccc; }
.movil_border-right { border-right:solid 1px #ccc; }

.right { float:none; clear:both; margin:10px; }
.left { float:none; clear:both; margin:10px; }
.right_movil { float:right; }
.left_movil { float:left; }

.mleft20 { margin-left:0px; }
.mright20 { margin-right:0px; }
.pleft20 { margin-left:0px; }
.pright20 { margin-right:0px; }

.mleft10 { margin-left:0px; }
.mright10 { margin-right:0px; }

.mleft_movil { margin-left:20px; }
.mright_movil { margin-right:20px; }

.border-left { border:none; }
.border-right { border:none; }
}



@media screen and (min-width: 1280px){

}/** Media print **/

@media print {
.noprint, footer, header menu { display:none; }
}



label { margin-top:15px; }

.round_max { -moz-border-radius: 25%; border-radius: 25%; -webkit-border-radius:25%; overflow:hidden; }

/* Tabs */

/** Menú **/

#menu_movil { display:none; }

#menu_movil ul {
margin: 0px;
padding:20px;
list-style-type: none;
width:auto;
display:none;
border:none;
}
#menu_movil li {
padding:5px;
opacity: 1.0;
color: #000; margin-top:5px;
font-size: 14px;
padding:10px;
text-decoration:none;
border:none;
border-bottom:solid 1px #444;
}
#menu_movil li:hover, #menu_movil #downButton:hover {
color: #000;
}
#menu_movil a {
display: block;
line-height: 20px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000;
text-decoration:none;
}
#menu_movil #downButton {
padding:10px;
display:block;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000;
font-weight:bold;
cursor:pointer;
}
#menu_movil #downButton a:link {
color:#000;
}

.submenu {
margin-top: 40px;
font-family: Arial, Helvetica;
float:left;
font-size:15px;
}
.submenu a li {
display: block;
}
.submenu link {
color: #fff;
}
.submenu li:hover {
background: #c52a2e;
color:#fff;
}

.fijar { position:fixed; }

.ul_clear ul { margin:0px; list-style:none; }
.ul_clear ul li { list-style:none; margin:0px; padding:0px; }

.menu_left {  }
.menu_left ul { padding:0px; margin:0px; list-style:none; font-weight:200; font-size:12px; }
.menu_left ul li { list-style:none; margin:0px; padding:5px; border-bottom:solid 1px #f9f9f9; }
.menu_left ul li:hover { background-color:#f9f9f9; }


/** Movil **/

@media screen and (max-width: 580px){
.wrapper {width:100%; margin:0px; padding:0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#menu_movil { display:block; }
#menu { display:none; }
.only_movil { display:block; }
.hide_movil { display:none; }

#boxMenu { margin:0px; }
#boxContent { padding:10px; }
.formContainerSmall { width:70%; }
.formContainer { clear:both; width:90%; }
#boxContent, #title, #header, #boxMenu { width:100%; margin-right:auto; }
.box_admin { width:90%; padding:10px; background:#fff; border-radius: 3px; border:solid 1px #c6c7c9; margin-top:10px;}
.foto { width:80%; margin-left:auto; margin-right:auto; }
.separador { width:95%; }

select, input, textarea, .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12, .cfull, .c1nm, .c2nm, .c3nm, .c4nm, .c5nm, .c6nm, .c7nm, .c8nm, .c9nm, .c10nm, .c11nm, .c12nm, .c80, .c100 {
width:100%;
margin:0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.hide_movil { display:none; }
.only_movil { display:block; }

.p40 { padding:10px; }

.movil_border-bottom { border-bottom:solid 1px #ccc; }
.movil_border-top { border-top:solid 1px #ccc; }
.movil_border-left { border-left:solid 1px #ccc; }
.movil_border-right { border-right:solid 1px #ccc; }

.button_orange, .button_orange:visited, .button_orange:link, .button_orange:active, .button, button {
font-size:18px;
padding:14px; padding-left:24px; padding-right:24px;
}

.right { float:none; clear:both; margin:10px; }
.left { float:none; clear:both; margin:10px; }
.right_movil { float:right; }
.left_movil { float:left; }

.mleft20 { margin-left:0px; }
.mright20 { margin-right:0px; }
.pleft20 { margin-left:0px; }
.pright20 { margin-right:0px; }

.mleft10 { margin-left:0px; }
.mright10 { margin-right:0px; }

.mleft_movil { margin-left:20px; }
.mright_movil { margin-right:20px; }

.border-left { border:none; }
.border-right { border:none; }
}

@media print {
.noprint, footer, header menu { display:none; }
}

.timeline {
list-style: none;
padding: 20px 0 20px;
position: relative;
}

.timeline:before {
top: 0;
bottom: 0;
position: absolute;
content: " ";
width: 6px;
background-color: #eeeeee;
left: 35%;
margin-left: -1.5px;
}

.timeline > li {
margin-bottom: 20px;
position: relative;
}

.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}

.timeline > li:after {
clear: both;
}

.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}

.timeline > li:after {
clear: both;
}

.timeline > li > .timeline-panel {
width: 55%;
float: left;
border: 1px solid #d4d4d4;
border-radius: 2px;
padding: 20px;
position: relative;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
position: absolute;
top: 26px;
right: -15px;
display: inline-block;
border-top: 15px solid transparent;
border-left: 15px solid #ccc;
border-right: 0 solid #ccc;
border-bottom: 15px solid transparent;
content: " ";
}

.timeline > li > .timeline-panel:after {
position: absolute;
top: 27px;
right: -14px;
display: inline-block;
border-top: 14px solid transparent;
border-left: 14px solid #fff;
border-right: 0 solid #fff;
border-bottom: 14px solid transparent;
content: " ";
}

.timeline > li > .timeline-badge {
color: #fff;
width: 90px;
padding: 0px;
line-height: 15px;
text-align: center;
position: absolute;
left: 35%;
margin-left: -5%;
background-color:;
z-index: 100;
border-top-right-radius: 5%;
border-top-left-radius: 5%;
border-bottom-right-radius: 5%;
border-bottom-left-radius: 5%;
border:solid 3px #eee;
}

.timeline > li.timeline-inverted > .timeline-panel {
float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}

.timeline-badge.primary {
background-color: #2e6da4 !important;
}

.timeline-badge.success {
background-color: #3f903f !important;
}

.timeline-badge.warning {
background-color: #f0ad4e !important;
}

.timeline-badge.danger {
background-color: #d9534f !important;
}

.timeline-badge.info {
background-color: #5bc0de !important;
}

.timeline-title {
margin-top: 0;
color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
margin-bottom: 0;
}

.timeline-body > p + p {
margin-top: 5px;
}

@media (max-width: 580px) {
ul.timeline:before {
left: 40px;
}

ul.timeline > li > .timeline-panel {
width: calc(100% - 90px);
width: -moz-calc(100% - 90px);
width: -webkit-calc(100% - 90px);
}

ul.timeline > li > .timeline-badge {
left: 15px;
margin-left: 0;
top: 16px;
}

ul.timeline > li > .timeline-panel {
float: right;
}

ul.timeline > li > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}

ul.timeline > li > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
}

label { margin-top:15px; }

.unread { color:#fff; background-color:#337ab7; opacity:0.8; -moz-opacity:0.8; -webkit-opacity:0.8; }
.unread a, .unread a:link, .unread a:hover; .unread a:active, .unread a:visited; { color:#fff; text-decoration: none; }
.unread:hover { opacity:1; -moz-opacity:1; -webkit-opacity:1; }

.read { color:#337ab7; background-color:#fff; opacity:0.8; -moz-opacity:0.8; -webkit-opacity:0.8;}
.read a, .read a:link, .read a:hover; .read a:active, .read a:visited; { color:#337ab7; text-decoration: none; }
.read:hover { opacity:1; -moz-opacity:1; -webkit-opacity:1; }

.update_loading { padding:10px; background: url(../img/load7.gif) center center no-repeat; width:0; height:0; }
.update_done { padding:10px; background: url(../img/1335276531_clean.png) center center no-repeat; width:0; height:0; }

.required_field, .required, .error { border:solid 1px #ff2626; }

.fontShadowWhite { text-shadow:1px 1px 1px #fff; }
.fontShadowBlack { text-shadow:1px 1px 1px #000; }
.fontWhite { color:#fff; }
.fontBlack { color:#000; }
.text-title-related {
	font-size: 18px !important;
}
.upercase { text-transform: uppercase; }
.hr-bold { border-top: solid 8px #666; }
.hr-black { border-top: solid 1px #000; }
.hr-gray { border-top: solid 1px #5a5c5e; }
.modal-body {
max-height: 350px;
padding: 15px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
#cajacookies {
display: none;
box-shadow: 0px 0px 1px 1px #808080;
background-color: #f9f9f9;
color: #999;
padding: 20px;
position: fixed;
left:10px;
right:10px;
bottom:5vh;
font-size: 16px;
}

#cajacookies button i {
color: #fff;
}
