@charset "utf-8";
/* CSS Document */

body {
	background-color: #e4e4e4;
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #33436b;
	cursor: pointer;
}

ul {
	list-style: none;
}
	
#login {
	max-width:  500px;
	margin-top: 150px;
	background-color: #f2f1f2;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
	position: relative;
	z-index: 10;
}

#login figure {
	width: 183px;
	float: none;
	margin: 40px auto 0 auto;
}

#login h4 {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #666;
	margin-top: 15px;
}

#box_login_textfields {
	width: 338px;
	margin-top: 35px; 
}

.user-icon, .pass-icon {
	width: 34px;
	height: 34px;
	display: block;
	position: relative;
	left: 320px;
	padding-right: 2px;
	z-index: 3;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.user-icon {
	top: 441px; /* Positioning fix for slide-in, got lazy to think up of simpler method. */
	background: rgba(65,72,72,0.75) url(../images/user-icon.png) no-repeat center;	
}

.pass-icon {
	top: 463px;
	background: rgba(65,72,72,0.75) url(../images/pass-icon.png) no-repeat center;
}

/* Animacion */
.user-icon, .pass-icon {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.textfield {
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 15px;
	border: solid 1px #bfbfbf;
}

.botonSubmit {
	border: none;
	padding: 10px 20px;
	width: 100%;
	color: #fff;
	background: #f1930d;
	float: none;
	margin: 15px auto 22px auto;
	font-weight: bold;
	transition: background .3s easy-in-out;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
}

.botonSubmit:hover {
	background: #d06c33;
}

.boton {
	border: none;
	float: right;
	padding: 5px 20px;
	margin-right: 20px;
	margin-left: 10px;
	color: #fff;
	font-size: 12px;
	background: #f1930d;
	font-weight: bold;
	transition: background .3s easy-in-out;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
}

.boton:hover {
	background: #d06c33;
}

.contenido {
	padding-left: 50px;
	padding-right: 100px;
}

#logo {
	margin-top: 30px;
	height: 45px;
	width: 150px;
	float: left;
	margin-bottom: 20px;
}

#logo img {
	float: left;
	margin-right: 15px;
}

#logo figcaption {
	text-transform: uppercase;
	line-height: 45px;
	font-weight: bold;
	font-size: 18px;
	color: #666;
}

#datos_generales_propiedades {
	float: right;
	width: 1400px;
}
#icono_usuario{
    width: 20px;
}
#usuario_datos{
    font-size: 15px;
    color: white;
}
#fila_informes{
        width: 100%;
        text-align: left; 
        background-color: #33436b; 
      /*display: inline;*/
	vertical-align: baseline;
/*	margin: 0 1px;*/
	outline: none;
	text-decoration: none;
	font: 17px/100% Verdana,Arial, Helvetica, sans-serif;
	/*padding: .2em 0.3em .1em;
	*/
	padding: 6px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	color: #d9eef7;
	border: solid 1px #0076a3;	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5')
}
#datos_generales_propiedades div {
	float: left;
	overflow: hidden;
}

#datos_generales_propiedades div figure {
	float: left;
	margin-right: 20px;
	padding-top: 8px;
}

.datos_generales_titulo {
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}

.datos_generales_bajada {
	color: #33436b;
	font-size: 12px;
	font-weight: 600;
}

.datos_generales_bajada a {
	margin-right: 20px;
}

#menu {
	background-color: #33436b;
	height: 45px;
	width: 100%;
        text-align: center;
}

#datos_usuario {
	float: left;
	width: 220px;
	height: 45px;
	border-right: 1px solid #4a5b87;
}

#datos_usuario figure, #usuario_box {
	float: left;
}

#datos_usuario figure {
	margin-right: 20px;
	margin-top: 11px;
}

#usuario_box {
	color: #fff;
	font-size: 11px;
	margin-top: 7px;
}

#datos_moneda {
	float: left;
	width: 150px;
	height: 45px;
	border-right: 1px solid #4a5b87;
}

#datos_moneda figure, #moneda_box {
	float: left;
}

#datos_moneda figure {
	margin-right: 20px;
	margin-top: 11px;
}

#moneda_box {
	color: #fff;
	font-size: 11px;
	margin-top: 7px;
}

#acciones_login {
	float: right;
	width: 16px;
	margin-right: 15px;
}



#menuBar {
	float: left;
}

#menuBar ul {
	list-style: none;
	line-height: 45px;
	padding: 0;
}

#menuBar ul li {
	display: inline-block;
	margin-right: 55px;
        text-align: left;
}

#menuBar ul li:last-child {
	margin-right: 0px;
}

#menuBar ul li a {
	color: #fff;
	text-transform: uppercase;
	transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
}

#menuBar ul li a:hover {
	color: gray;
	text-decoration: none;
}

#menuBar ul li ul {
	position: absolute;
	background: #162051;
	display: none;
	margin-top: 0px;
	padding: 0px;
	z-index: 999;
}

#menuBar ul li ul li {
	display: block;
	width: 100%;
	font-size: 11px;
	line-height: 140%;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #232f68;
        position: relative;
}

#menuBar ul li ul li:last-child {
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: none;
}

#menuBar ul li ul li a {
	width: 100%;
	display: block;
	padding: 10px 0;
}

#menuBar ul li ul li:last-child a {
	padding-bottom: 0px;
}

#menuBar ul li:hover > ul {
	display: block;
}
#menuBar li ul li ul{
    right:-140px;
    top:0px;
}
#cambioColor{
    background-color: orange;
}
#slider {
	padding: 0;
	margin: 0;
	float: left;
        width: 100%;
}

#bienvenida {
	position: absolute;
	width: 100%;
	height: 135px;
	z-index: 99;
	margin-top: 17%;
	background: rgba(0, 0, 0, 0.6);
}

#bienvenida h1 {
	color: #fff;
	font-size: 42px;
	text-align: center;
	font-weight: 300;
	line-height: 135px;
	margin: 0;
}


.bienvenida_movil{
    position: absolute;width: 100%;z-index: 99;
	margin-top: 17%;
	background: rgba(0, 0, 0, 0.6); 
}

.bienvenida_movil h4 {
    text-align: center;
    color: #fff;
}

.menuTamano{
    width: 14%;
    float: left;
    position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.pagina_activa {
	background-color: #b1b1b1;
	height: 30px;
	float: left;
	width: 100%;
}

.pagina_activa h4 {
	text-align: center;
	margin: 0;
	color: #444;
	font-weight: bold;
	line-height: 30px;
	font-size: 14px;
}

.filtros {
	min-height: 80px;
	background-color: #162051;
	float: left;
	width: 100%;
}

.filtros label {
	color: #fff;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

input[type=text], select {
	margin-bottom: 15px;
	padding: 3px 10px;
	font-size: 11px;
	color: #666;
}

.filtros_box{
	border-right: 1px solid #232f68;
	padding: 20px 0 20px 30px;
}

.btnFiltro {
	width: 77px;
	height: 25px;
	padding: 0;
	float: right;
	text-indent: -9999px;
	margin: 0 37px 0 0;
	background: #f1930d url(../images/bg_btn_buscar.png) no-repeat center;
}

.btnFiltro:hover {
	background: #d06c33 url(../images/bg_btn_buscar.png) no-repeat center;
}

.buscador_container {
	float: left;
	margin: 30px 0 0 0;
}

.buscador_container div {
	display: inline;
}

.buscador_container label {
	font-size: 13px;
	font-weight: normal;
	margin-right: 10px;
}

.cantidad_resultados, .cantidad_resultados_inferior {
	float: right;
	margin-top: 35px;
	font-size: 13px;
}

.resultados {
	width: 100%;
	background-color: #d3d4d5;
}

.resultados tr td {
	font-size: 12px;
	padding: 12px !important;
	border-bottom: 1px solid #acabab;
	text-align: center;
}

.cabecera_tabla {
	background-color: #33436b;
	color: #fff;
	font-size: 13px;
}

.cabecera_tabla th {
	padding: 10px 20px 10px 10px;
	border-right: 1px solid #4a5b87;
	text-align: center;
}

.sorting {
	background: url(../images/sort_both.png) center right no-repeat;
}

.paginacion {
	float: left;
}

.paginacion div {
	float: left;
	width: 25px;
	height: 25px;
	text-align: center;
}

.paginacion div a {
	color: #555;
	line-height: 25px;
}

.paginacion div a:hover {
	text-decoration: none;
}

.page_prev, .page_next {
	width: 70px !important;
	height: 25px;
	background-color: #162051;
}

.page_prev a, .page_next a {
	color: #fff !important;
	font-size: 11px;
	font-weight: bold;
}

.page_prev {
	margin-right: 10px;
}

.page_next {
	margin-left: 10px;
}

.page_active {
	background-color: #f1930d;
}

.page_active a {
	color: #fff !important;
}

.lateral {
	max-width: 420px;
	padding-bottom: 40px;
}

.opciones_filtro {
	float: left;
	width: 100%;
	margin-left: 35px;
	margin-top: 40px;
}

.opciones_filtro h3 {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 0;
	font-size: 20px;
}

.noblock_labels label {
	display: inline !important;
}

.opciones_filtro label {
	display: block;
}

.opciones_filtro input, .opciones_filtro select {
	margin-left: 10px;
}

.btn_select {
	color: #fff;
	background-color: #33436b;
	border: none;
	width: 200px;
	height: 35px;
	text-align: left;
	padding-left: 15px;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
}

.icono_triangulo {
	background: url(../images/sort_both.png) no-repeat;
	width: 20px;
	height: 20px;
	float: right;
}

.btn_filtro_lateral {
	width: 50px;
	float: none;
	margin: 100px auto 0 auto;
}

.btn_filtro_lateral .btnFiltro { 
	padding: 15px 10px;
}

.cabecera_formulario {
	background-color: #33436b;
	height: 33px;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.cabecera_formulario h3 {
	color: #fff;
	text-align: center;
	line-height: 33px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
}

.formulario {
	margin-bottom: 60px;
}

.formulario label {
	display: block;
}

.formulario textarea {
	margin-bottom: 10px;
}

.contenedor_botones {
	float: none;
	width: 310px;
	margin: 0 auto;
}

.submit {
	float: left;
	padding: 10px 20px;
	font-size: 14px;
}

.botonAlt {
	background-color: #162051;
}

.botonAlt:hover {
	background-color: #33436b;
}


/*********************** Diseņo para tablets ***********************/
@media only screen and (max-width: 1024px){
	.paginacion, .cantidad_resultados_inferior {
		margin-top: 20px !important;
		margin-bottom: 40px;
	}
	
	.cantidad_resultados {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	.boton {
		margin-right: 10px;
	}
	
	#bienvenida {
		margin-top: 22%;
	}
	
	.filtros_box .btnFiltro {
		margin-right: 46px;
	}
        
        
        .boton_ficha{
            width: 100%;
            font-size:18px;
        }
        
}

@media (min-width: 576px) and (max-width: 991.98px){
    .ancho_maximo_tablet{
        width: 100%
    }
    
    .altura_datos_tablet{
        height: 36px
    }
    
    .ancho_fotos_bienvenido{
        width: 100%
    } 
    
    .ancho_tamano_tablet{
        width:768px
    }
    
    .ancho_tablet_1{
        width:70%
    }
    
    .ancho_tablet_2{
        width:35%
    }
    
    .ancho_tablet_3{
        width: 27%
    }
    
    .tabla_responsiva{
            width: 100%;
        }
        
    .tabla_responsiva5{
        width: 768px
    }    
    
    .altura_datos_tecnicos{
        height: 70px
    }
    
    .tabla_fotografias{
        width: 100%;
    }
    
    .tabla_responsiva3{
        width: 768px
    }
    
    .tabla_responsiva4{
        width: 100%
    }
    
    .tabla_responsiva6{
        width: 768px
    }
    
    .tabla_responsiva7{
        width: 90%
    }
    
    .tabla_responsiva8{
        width:86%
    }
    
    .tabla_responsiva9{
        width: 86%
    }
    
    .tabla_responsiva10{
        width: 768px
    }
    
    .altura_2{
        height:107.2px
    }
    
}
/*********************** Diseņo para celulares ***********************/
@media only screen and (max-width: 768px){
	.formulario input[type=text], .formulario select, .formulario textarea {
		width: 100%;
		padding: 10px;
		font-size: 13px;
	}
	
	.boton {
		margin-right: 30px;
	}
	
	.botonAlt {
		margin-right: 0px;
	}
	
	.contenedor_botones {
		width: 330px;
		margin-bottom: 80px;
	}
	
	.col-xs-12 {
		width: 100%;
	}
	
	.col-xs-12 input {
		margin-right: 0 !important;
	}
	
	#datos_generales_propiedades {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	#datos_generales_propiedades .row div {
		border-right: none !important;
	}
	
	#datos_usuario {
		border-right: none;
		margin-left: 36%;
	}
	
	#bienvenida {
		margin-top: 32%;
	}
	
	#bienvenida h1 {
		font-size: 36px;
	}
	
	.cantidad_resultados {
		float: left;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.cantidad_resultados_inferior {
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.paginacion {
		margin-bottom: 0;
	}
	
	.filtros_box {
		border-right: none;
	}
	
	.filtros_box label {
		font-size: 11px;
	}
	
	.filtros_box input[type=text] {
		width: 100%;
		margin-left: 10px !important;
	}
	
	.filtros_box .btnFiltro {
		margin-right: -10px;
	}
	
	#logo {
		margin-left: 35%;
	}
	
	.lateral {
		float: left;
		max-width: 100%;
		height: 350px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
	.margen_inferior_movil {
		margin-bottom: 15px !important;
	}
	
	.buscador_container div {
		float: left;
		width: 100%;
	}
    
        #segobservacion{
            width: 60%;    
        }
     
        #seguimiento_escritorio{
            display: none;
        }
        
        .tabla_responsiva_input{
            width: 90%
        }
        
        #pbuttonUpload{
            margin-right: 717px;
        }
    
        .reducir{
            width: 41%
        }
        
        #botones_inc{
            float: left;
        }
        
        #tabseguimiento{
            width: 73%;
        }
        
        #tabseguimiento2{
            width: 73%;
        }
        
        #ver_escritorio{
            display: none
        }
        
        .ver_escritorio{
            display: none
        }
        
      /*
        #clima_header{
            display: none
        }
        
        #datos_propiedades{
            
            margin-left: 30px
        }
        
        #datos_monedas{
            display:none
            //margin-right: 30px; margin-left:70px; border-style: none
        }
        
        #countdown{
            display: none
            
            margin-top: 40px;
            left:0px;
            top:0px;
            width: 180px;
            background-color: #33436b;
            color: white;
            
        }*/
        
        
        #usuario_header{
            margin-left: 90px
        }
                                            
        #cierre_header{
            display: none;
        }
                                            
        #clima_header{
            display: none;
        }
                                            
        #cuadromonedas{
            display: none;
        }
                                            
        #cuadropropiedadesselect{
            display: none;
        }
                                            
        #propiedades_header{
            display: none;
        }

        .boton_grande{
            width:189px;
            height: 27px
        }
        
        .ancho_filtro_propiedades{
            width: 100%
        }
        
        .ancho_filtro_propiedades_select{
            width: 100%
        }
        
        .altura_header{
            height: 180px;
        }  
        
        #box_login_textfields {
            width: auto;
            margin-top: 35px; 
        }
        
        #login {
            max-width:  500px;
            margin-top: 0px;
            background-color: #f2f1f2;
            box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
            position: relative;
            z-index: 10;
        }
        
        .user-icon {
            top: 294px; /* Positioning fix for slide-in, got lazy to think up of simpler method. */
            left: 265px;
            background: rgba(65,72,72,0.75) url(../images/user-icon.png) no-repeat center;	
        }

        .pass-icon {
            top: 316px;
            left: 265px;
            background: rgba(65,72,72,0.75) url(../images/pass-icon.png) no-repeat center;
        }
        
        .altura_datos_cliente{
            margin-top: 69px
        }
        
        .margintop_pequeno_movil{
            margin-top: 5px
        }
        
        .formulario_clave{
            width: 100%
        }
        
        .block_movil2{
            display: block
        }
        
}

@media only screen and (max-width: 480px){
	#logo {
		margin-bottom: 40px;
		margin-left: 15%;
	}
	
	#datos_usuario {
		margin-left: 25%;
	}
	
	#datos_generales_propiedades {
		width: 300px;
		margin-left: 25%;
	}
	
	#datos_generales_propiedades figure {
		display: none;
	}
	
	#datos_generales_propiedades div {
		float: left;
		padding: 0 !important;
		width: auto !important;
	}
        
        #usuario_header{
            margin-left: 30px
        }
          
        .altura_datos_ficha_tablet{
            height: 26px
        }
        
        .ancho_fotos_bienvenido{
            width: 675px
        }
        
        .tabla_responsiva{
            width: 36%;
        }
    
        .tabla_responsiva2{
            width: 41%
        }
        
        .tabla_responsiva3{
            width: 100%
        }
        
        .tabla_responsiva4{
            width: 82%
        }
    
        .tabla_responsiva5{
            width: 992px
        }
        
        .tabla_responsiva6{
            width: auto
        }
        
        .tabla_responsiva7{
            width: 36%;
        }
        
        .tabla_responsiva8{
            width:100%
        }
        
        .tabla_responsiva9{
            width: 36%
        }
        
        .tabla_responsiva10{
            width: 100%;
        }
        
        .margen_superior_seguimiento{
            margin-top:20px;
        }
        
        .tabla_fotografias{
            width: 29%;
        }
        
        .altura_2{
            height:42px
        }
        
        #botones_inc2{
            float: left;
        }
 
        .block_movil{
            display: block
        }
        
        .inline_block_movil{
            display: inline-block
        }
        
        .ancho_tamano_celular{
            width: 480px
        }
        
        .margen_superior_seguimiento2{
            margin-top:40px
        }
        
        .tamano_subir_telefono{
            width: 88%;
        }
     
        .m_superior_movil_70{
            margin-top:70px;
        }
        
        .m_superior_responsivo{
            margin-top: 7px
        }
        
        .boton_ficha{
            width: 100vw;
            font-size:12px;
        }
        
}






@media only screen and (max-width: 375px){
    .tamano_subir_telefono{
        width: 79%;
    }
    
    
    .boton_ficha{
        width: 100vw;
        font-size:12px;
    }
    
}


@media only screen and (max-width: 320px){
    .tamano_subir_telefono{
        width: 61%;
    }
    
    
    .boton_ficha{
        width: 100vw;
        font-size:10px;
    }
    
    
    
}


.video_login{
    position: fixed;
  top: 50%; left: 50%;
  z-index: -99;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1024px) {
   .tabla_responsiva{
       width: 100%;
    }
    
    .tabla_responsiva2{
        width: 100%
    }
    
    .tabla_responsiva3{
        width: 674px
    }
    
    .tabla_responsiva4{
        width: 100%
    }
    
    .tabla_responsiva5{
        width: auto
    }
    
    .tabla_responsiva6{
        width: auto
    }
    
    .tabla_responsiva7{
        width: 100%;
    }
    
    .tabla_responsiva8{
        width: 100%
    }
    
    .tabla_responsiva9{
        width: 100%
    }
    
    .tabla_responsiva10{
        width: 880px
    }
    
    .tabla_fotografias{
       width: 100%;
    }
    
    #seguimiento_movil{
        display: none;
    }
    
    #pbuttonUpload{
        margin-right: 255px;
    }
    
    #tabseguimiento{
        width: 500px;
    }
    
    #tabseguimiento2{
        width: 500px;
    }
    
    #ver_movil{
        display: none
    }
    
    #ver_movil2{
        display: none;
        visibility: hidden;
        height: 0px
    }
        
    .ver_movil{
        display: none
    }
    
    #cierre_header{
        display: inline-block;
    }
                                        
    #cuadromonedas{
        display: inline-block;
    }
                                        
    #cuadropropiedadesselect{
        display: inline-block
    }
                                            
    #usuario_header{
        border-right: 1px solid #b5b5b5;
    }
    
    .ancho_filtro_propiedades_select{
            width: 120px
        }
    
    .altura_header{
        height: 165px;
    }
        
    .altura_datos_tecnicos{
        height: 50px
    }
    
    .altura_2{
        height:96px
    }
    
    .formulario_clave{
        width: 600px
    }

    .m_izquierdo_esc_147{
        margin-left:147px;
    }
    
    .m_izquierdo_esc_10{
        margin-left: 10px
    }
    
    .boton_ficha{
        width: 100%;
        font-size:18px;
    }
    
    
}
 

@media only screen and (min-width: 768px) {
    .m_superior_responsivo{
            margin-top: 1px
        }
        
        .ver_movil3{
            display: none;
        }
}



#countdown{
    margin-top: 40px;
    left:0px;
    top:0px;
    width: 180px;
    background-color: #33436b;
    border-color: #33436b;
    color: white;
}

.altura{
    height: 34px
}
            
.separacion-0{
    padding:0px
}
     
.separacion-1{
    padding:1px
}


#pfileToUpload{
    padding-top: 50px;
    padding-left:50px
}

#selec_inc{
    height: 138px
}

#cuadro_seguimiento{
    background-color: white; border-top: 1px solid black; border-bottom: 1px solid black;
}
        
#datos_monedas{
    width: 100px; 
    height: 80px;
}


.borde_redondeado{
    border-radius: 8px 8px 8px 8px
}

.contador_propiedades{
    background-color:#33436b;
    font-family:Georgia;
    font-size:20px;
    text-align:center;
    color:white;
    height: 45px
}

.boton2{
    width:132.31px;
    margin-right:10px;
    padding:0px;
    height:28px;
    text-align:center
}

#incorporar_por_partes fieldset:not(:first-of-type) {
    display: none;
}

.scrollVerticalIncorporar{
    height:550px;
    overflow:scroll;
}

.borde_redondeado_arr_i{
    border-radius:20px 0px 0px 0px
}

.borde_redondeado_arr_d{
    border-radius:0px 20px 0px 0px
}

.borde_redondeado_ab_i{
    border-radius:0px 0px 0px 20px
}

.borde_redondeado_ab_d{
    border-radius:0px 0px 20px 0px
}

.ancho_100_textarea{
    max-width: 100%
}

.borde-izquierdo{
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.borde-derecho{
    border-top: none;
    border-left: none;
    border-bottom: none;
}

.borde-arriba {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.borde-abajo{
    border-left: none;
    border-right:none;
    border-top: none;
}


.circulo{
    border-radius: 50%;
}

.circulo_borde_rojo{
    border-radius: 50%;
    border: 5px solid red;
}

.circulo_borde_naranjo{
    border-radius: 50%;
    border: 5px solid orange;
}

.circulo_borde_amarillo{
    border-radius: 50%;
    border: 5px solid yellow;
}

.circulo_borde_celeste{
    border-radius: 50%;
    border: 5px solid #30EFEC;
}

.circulo_borde_verde{
    border-radius: 50%; 
    border: 5px solid #0AF053;
}

.rojo{
    /*background-color: #F48720;*/
    background-color: red;
    padding: 6px;
    line-height: 20px;
}

.borde_no_ingresada{
    border: 1px solid #b5b5b5;
}

.sombra_regular {
    box-shadow: 5px 5px 10px #000000;
}

.borde_redondeado2{
    border-radius:20px 20px 20px 20px;
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




.dataTables_paginate,  .paging_simple_numbers{ text-align: -webkit-center !important; margin-top: -12px; }



#datatable_wrapper{
    width: 99%;
}


/*************modal************************/

.esconder{
    display:none;
}
    
.modal {
        display: none;
        position: fixed;
        z-index: 8;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
      }    
    
    
    @media only screen and (min-width: 1024px){
        .modal-content {
        margin: 150px auto;
        border: 1px solid #999;
        width: 43%;
        height: auto;
        margin-left: 57%;
        font-size: 16px;
        
      }
      
      .aplicar-margen{
          margin-top:10%;
          margin-left:11%;
      }
      
    }
    
    @media only screen and (max-width: 768px){
        .modal-content {
            margin: 150px auto;
            border: 1px solid #999;
            width: 50%;
            height: auto;
            font-size: 16px;
        }
        
       .aplicar-margen{
            margin-top:10%;
            margin-left:11%;
       }
        
    }
    
    
    @media only screen and (max-width: 480px){
        .modal-content {
        margin: 150px auto;
        border: 1px solid #999;
        /*width: 100%;*/
        width:500px;
        height: auto;
        font-size: 16px;
        
      }
      
      .aplicar-margen{
            margin-top:10%;
            margin-left:11%;
       }
      
    }
    
    
    @media only screen and (max-width: 375px){
        .modal-content {
        margin: 150px auto;
        border: 1px solid #999;
        /*width: 100%;*/
        width:500px;
        height: auto;
        font-size: 16px;
        
      }
      
      .aplicar-margen{
            margin-top:10%;
            margin-left:7%;
       }
    }
    
    
    @media only screen and (max-width: 320px){
        .modal-content {
        margin: 150px auto;
        border: 1px solid #999;
        /*width: 100%;*/
        width:500px;
        height: auto;
        font-size: 16px;
        
      }
      
      .aplicar-margen{
            margin-top:10%;
            margin-left:0px;
       }
      
    }
    
    
    
/*************modal************************/