/*Estilos Catálogos*/

/*Estilo del h2 class vista*/
.vista h2{
    font-size: 2.5vw;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
    }
    
    /*Barra de Botones de lass secciones*/
    div.botones{
        width: 100%;
        height: auto;
        background-color: white;
        /*position: relative;*/
        border: none !important;
        margin: auto;
    }
    .active{
        border: none;
    }
	.botones1{
        width: 100%;
        height: auto;
        background-color: white;
        /*position: relative;*/
        border: none !important;
        margin: auto;
    }
    .active{
        border: none !important;
    }
	/*Botones de subconsultas; Catálogos > Capital > Directorios de inversiones*/
	div.botones2{
        width: 80%;
        height: auto;
        background-color: white;
        /*position: relative;*/
        border: none !important;
        margin-left: auto;
		margin-right:auto;
    }
	.boton{
		display: inline-block;
        background-color: #fff;
        color: #333;
        font-size: 1.15vw;
        width: 13.1vw;
        height: 56px;
		padding: 8px;
        border: 1px solid #333;
		border-radius: 8px;
		margin: 3px;
    }
	.boton:active{
        border: none !important;
    }
    .boton:hover{
        transition-duration: 0.6s;
        background-color: #ddd;
		font-weight: 500;
        color: #222;
        border: 1px solid #333;
        border-radius: 8px;
        margin: auto;
    }
		.boton2{
		display: inline-block;
        background-color: #fff;
        color: #333;
        font-size: 1.15vw;
        width: 13.1vw;
        height: 56px;
		padding: 8px;
        border: 1px solid #333;
		border-radius: 8px;
		margin: 3px;
    }
    /*.boton2{
		display: inline-block;
        background-color: #FFF;
        color: #333;
        font-size: 1vw;
        width: 11.5vw;
        height: 56px;
		padding: 8px;
        border: 1px solid red;
		border-radius: 8px;
		margin: auto 2px;
    }*/
    .boton2:active{
        border: none !important;
    }
    .boton2:hover{
        transition-duration: 0.6s;
        background-color: #ddd;
		font-weight: 500;
        color: #222;
        border: 1px solid #333;
        border-radius: 8px;
        margin: auto;
    }
	
    .boton-der{
        position: relative;
        left: 85%;
        top: 20px;
        background-color: white;
        color: #333;
        font-size: 1.25vw;
        width: 10vw;
        height: 40px;
        padding:10px;
        border: 1px solid #333;
		border-radius: 4px;
    }
    .boton-der:hover{
        transition-duration: 0.6s;
        background-color: #ddd;
        color: #333;
        border: 1px solid #333;
        border-radius: 8px;
        margin: auto;
    }
    /*Tablas de la vistas de catálogos*/
    #datos{
		padding: 5px;
        border-collapse: colapse;
        border-spacing: 0;
        border: 1px solid #ddd;
        margin: 3px auto;
    }
    thead{
      background-color: #dde;
      color: white;
      font-size: 1.5vw;
      font-weight: 100;
	  margin:3px;
    }
    th{
        
        padding: 6px;
		font-weight: 100;
    }
    #datos tr:nth-child(even){
        background-color: #f8f8f8;
    }
    td{
      font-size: 1.4vw;
        text-align: left;
        padding: 4px;
    }
    
     #datos tr.noSearch {background:White;font-size:0.8em;}
            #datos tr.noSearch td {padding-top:10px;text-align:center;}
            .hide {display:none;}
            .red {color:Red;}
			
			 @media screen and (max-width:600px) {
	#catalogo.botones{
		margin-bottom: 20vh !important;
	}
    .boton {
		width: 17vw;
		font-size: 2.2vw;
		margin: 0, 3px, 10px, 3px;
    }
	.boton-der{
		font-size: 1.8vh;
	}	
  }