@import 'https://fonts.googleapis.com/css?family=Lato';


:root {
  --barra_herramientas: #6e9140cc;   
  --encabezados: #6e9140;  
  --categoria:#f6fff5;
  --resalte:#94a23f;   
  --capa_seleccionada:#94a23f;
  --ancho_capas:286px;
  --alto_capas:576px;
  --fondo_texto:#ffffffdd;
}


/*:root {

  --barra_herramientas: #3f9dcbd2;
  --encabezados: #3f9dcb;
  --categoria:#f0f8ff;
  --resalte:#2e8dc7;    
  --capa_seleccionada:#3f9dcb;
  --ancho_capas:286px;
  --alto_capas:576px;
  --fondo_texto:#ffffffdd;
}*/


html,body {
font-family:'Lato', sans-serif;
font-size:0.9em;
}

h3{
font-size:1.2em;	
}

.ui-widget * { 
font-family:'Lato', sans-serif;
}


.logo_carrillo {
    position: absolute;
    bottom:60px;
    right:60px;
    z-index: 501;
	height:76px;
}

.leyenda_condos {
    font-size: 1.3em;
    font-weight: bold;
    display: table;
    margin: 0 auto;
    color: var(--capa_seleccionada);
    margin-bottom: 10px;
    margin-top: 5px;
}


/*Estilo para el mensaje de entrada*/

.div_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 40px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */ 
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  
}

.div_modal_img {	
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
 /* height: 350px;*/
  box-sizing: border-box;
  width:fit-content;  
box-shadow: 5px 10px 18px #000;  
}


.div_modal img{
	display:block;
	margin: auto;
 width:450px; 
}


.div_modal button{
position: relative;    
    left: 50%;
	transform: translateX(-50%);
padding:10px;
font-weight:bold;
}

.div_center{
	text-align:center;
	width:450px;
}

.div_mensaje{
	color:#424242;
	margin-bottom:10px;
}


@media screen and (max-width: 950px) {
   .logo_carrillo {      
   /* top:50px;
   bottom:5px;
    left:auto;
   right:5px;    
	height:76px;*/
	display:none;
}
	
}	


