.cookie{
   
    height: 100%;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    bottom: 0px;
    padding: 5px;
    text-align: left;
    z-index: 10004;
    color: #fff;
    font-size: 11px;
    width: 100%;
}

.cookie a{
	color: #9D2235 !important;
    text-decoration:underline;
}

#txt-aviso-cookies {
    margin: 0;
    max-width: 1000px;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    line-height: 35px;
    background-color: white;
    margin-right: 20px;
	margin-left:20px;
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 10px;
}

body{
    font-family: 'Raleway', sans-serif;
}
h2{
    font-size:28px;
}
.footer{
    border-top: 1px solid #eee;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
}
.jumbotron{
    padding-top:15px;
    padding-bottom:15px;
}
.jumbotron h1{
    font-size:54px;
}
.navbar-brand{
    padding:5px 25px;
}
.top_logo{
    margin-top:15px;
}
.titulo_pagina{
    margin-bottom:30px;
}
.boton_viabilidad{
    padding-top:15px;
}
.boton_viabilidad .btn{
    white-space:normal;
}
.tab-pane{
    padding-top:20px;
}
.form-horizontal .control-label{
    text-align:left;
}
input[type=checkbox]{
    display:inline !important;
    width:auto;
}
.marca_presupuesto{
    white-space:nowrap;
}
.boton_enviar{
    margin-top:30px;
}
.boton_generar{
    margin-bottom:30px;
}
.dropdown-header{
    font-weight:bold;
    font-size:16px;
}
.viabilidad label{
    font-weight:normal;
}
.aviso{
    font-size:11px;
    font-style:italic;
}
.logo_patentesmarcas{
    font-size:28px;
}
.logo_patentesmarcas a:hover{
    text-decoration:none;
}
.btn-primary{
    background: #8E1A35;
    border-color: #7A1C30;
}
.separador{
    padding-top:30px;
    margin-top:45px;
    border-top:1px solid #f0f0f0;
}
.error{
    font-weight:normal;
    color:#f00;
    font-size:13px;
}
.hoja_presupuesto{
    margin-top:45px;
}
.ejemplo_marca{
    width:90%;
    margin:0 auto;
}
.ejemplo_marca img, .ejemplo_marca iframe{
    border:1px solid #dedede;
    width:100%;
    height:auto;
}
.ejemplo_marca span{
    font-size:10px;
    font-style:italic;
}
.datos_contacto{
    list-style:none;
    padding:0;
    margin:0;
}
.datos_contacto li{
    margin-bottom:10px;
}
.informe_icono{
    font-size:60px;
    color:#dedede;
}
.datos_marca_nacional, .datos_marca_comunitaria, .datos_marca_vigilancia{
    display:none;
    margin-top:40px;
}

a.dz-remove{ color: #f00 !important;}
/*----------------------------
    The file upload form
-----------------------------*/


#upload{
/*    font-family:'PT Sans Narrow', sans-serif;*/
/*    background-color:#373a3d;*/

/*    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);*/

/*    width:250px;*/
/*    padding:30px;
    border-radius:3px;*/

/*    margin:200px auto 100px;*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
}

#drop{
    background-color: #2E3134;
    padding: 40px 50px;
/*    margin-bottom: 30px;*/
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a{
    background-color:#007a96;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    padding:0;
    margin:0;
/*    margin:0 -30px;*/
/*    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;*/
}

#upload ul li{

    background-color:#333639;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 52px;

    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 6px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 10px;
    left: 32px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 20px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}
ul.caracteristicas li{
    margin-bottom:10px;
}
ul.caracteristicas, ul.ambito_marcas{
    list-style:none;
    padding-left:10px;
}
ul.caracteristicas span{
    display:table-cell;
    padding:0 2px;
}
ul.caracteristicas span i{
    font-size:12px;
}
.resaltado{
    font-weight:bold;
    display:inline !important;
}
.titulo_ambito{
    font-size:16px;
}
.contenedor_video{
    position:relative;
    width:100%;
   
}
.contenedor_video video{
     -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.75);
}
.container .jumbotron{
    padding-right:27px;
    padding-left:30px;
}
ul.ambito_marcas li{
    margin-bottom:10px;
}
.panel-heading{
    font-weight:bold;
}
.clase_adicional_nacional_1, .clase_adicional_nacional_2, .clase_adicional_comunitaria, .clase_mas_clases{
    display:none;
    list-style:none;
}
.mas_clases{
    font-size:10px;
    text-align:right;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    padding:8px 4px;
}
.pm_enlace_info{
    font-size:.9;
    font-style:italic;
}
.pm_enlace_info:hover, .pm_enlace_info:active, .pm_enlace_info:focus{
    outline:none;
    text-decoration:none;
}
.pm_enlace_info i{
    font-size:.8;
    font-style:italic;
    font-weight:100;
}
.pm_descripcion_servicio{
    font-size:.9em;
}
.pm_totales{
    font-size:20px;
}
.pm_tot_der{
    text-align:right;
    font-family:courier new;
}
.pm_coste{
    font-family:courier new;
}
.listado_condiciones{
    margin:0;
    padding:0;
    list-style:inside decimal;
}
.italica{
    font-style:italic;
}
.aclaracion{
    font-size:11px;
}
#wizard h3{
    font-size:16px;
}
.es_gestor{
    text-align:center;
}
.preguntaGestor{
    font-weight:bold;
    display:block;
    font-size:24px;
    padding-top:30px;
}
.respuestaGestor{
    padding-top:15px;
    text-align:center;
}
.datos_gestor_si, .datos_gestor_no, .datos_titular_cif, .datos_titular_nif, .todos_datos, .todos_datos_nogestor, .datos_tercero_nif, .datos_tercero_cif, .datos_informe, .datos_cambiotod, .datos_marca_defiende{
    display:none;
}

#wizard .nav-tabs > li > a{
    padding:10px 2px 5px 2px !important;
    font-size:13px;
    font-weight:bold;
    line-height:13px;
    height:50px;
    vertical-align:middle;
}
.tab-content{
    background:#ffffff;
    padding:0px 5px;
    border-right:1px solid #dedede;
    border-left:1px solid #dedede;
    border-bottom:1px solid #dedede;
}
a:focus, *:focus{
    outline:none;
}
*:after, *:before {
    box-sizing: border-box;
}
*:after, *:before {
    box-sizing: border-box;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */
.masthead{
    margin-bottom:15px;
}
.masthead .nav-justified {
background-color: #eee;
border: 1px solid #ccc;
border-radius: 5px;
}
.masthead .nav-justified > li > a {
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 0;
font-weight: bold;
color: #777;
text-align: center;
background-color: #e5e5e5; /* Old browsers */
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #f5f5f5), to(#e5e5e5));
background-image: linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
background-repeat: repeat-x; /* Repeat the gradient */
border-bottom: 1px solid #d5d5d5;
}
.masthead .nav-justified > .active > a,
.masthead .nav-justified > .active > a:hover,
.masthead .nav-justified > .active > a:focus {
background-color: #ddd;
background-image: none;
-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.masthead .nav-justified > li:first-child > a {
border-radius: 5px 5px 0 0;
}
.masthead .nav-justified > li:last-child > a {
border-bottom: 0;
border-radius: 0 0 5px 5px;
}
@media (min-width: 768px) {
.masthead .nav-justified {
max-height: 52px;
}
.masthead .nav-justified > li > a {
border-right: 1px solid #d5d5d5;
border-left: 1px solid #fff;
}
.masthead .nav-justified > li:first-child > a {
border-left: 0;
border-radius: 5px 0 0 5px;
}
.masthead .nav-justified > li:last-child > a {
border-right: 0;
border-radius: 0 5px 5px 0;
}
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.masthead,
.marketing,
.footer {
padding-right: 0;
padding-left: 0;
}
}

@media only screen and (max-width: 800px){
#txt-aviso-cookies {
    margin: 0;
    width: 90%;
    color: black;
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    background-color: white;
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 10px;
}
}