@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(menu.css);
@import url(banner.css);
@import url(info.css);
@import url(blog.css);
@import url(form.css);

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin-top: 50px;
}

header {
    width: 100%;
    height: 50px;
    background: #29a3e9;
    color: #fff;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.contenedor {
    width: 98%;
    margin: auto;
}

h1 {
    float: left;
}

.btn_peque{
    width: 100px;
    background: #29a3e9;
    color: #fff;
    padding: 5px;
    font-size: 14px;
}
.btn_acdo{
    width: 200px;
    background: #29a3e9;
    color: #fff;
    padding: 5px;
    font-size: 14px;
}

header .contenedor {
    display: table;
}

section {
    width: 100%;
    margin-bottom: 25px;
}

#bienvenidos {
    text-align: center;
}

footer .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 25px;
}

.copy {
    font-size: 20px;
}

.sociales {
    width: 100%;
    text-align: center;
    font-size: 28px;
}

.sociales a {
    color: #333;
    text-decoration: none;
}

@media (min-width:768px) { 
    .sociales {
        width: auto;
    }
    
    footer .contenedor {
        justify-content: space-between;
    }

}


@media (min-width:1024px) {
    .contenedor {
        width: 1000px;
    }

}


.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
    align-content: center;
    color:#b94a48; 
	background: #f2dede;
	text-align: center;
	border: 1px solid #FF9F9F;
}

.tabla_acuerdos {
    margin: auto;
    width: 80%;
    border: 1px black;
}

.tabla_estadistico {
    margin: auto;
    width: 80%;
    border: 1px black;
}

.e_titulo {
	background-color: #29a3e9;
    font-family: sans-serif;
	color: #FFFFFF;
	text-align: center;
}
td{
    font-family: sans-serif;
    font-size: 11px;
    text-align: justify;
    padding: 0.3em;
}

.td_pdf {
    background-color: #fff;
    align-content:space-between;
}

.t_titulo {
	background-color: #637E9A;
        font-family: sans-serif;
        font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

.enviado {
	background-color: #e8daef;
        font-family: sans-serif;
        font-size: 11px;
	color: #000000;
	text-align: left;
}
.visto {
	background-color: #fad7a0;
        font-family: sans-serif;
        font-size: 11px;
	color: #000000;
	text-align: left;
}

.leido {
	background-color: #abebc6;
        font-family: sans-serif;
        font-size: 11px;
	color: #000000;
	text-align: left;
}

.dictamen {
	background-color: #6d9bd1;
        font-family: sans-serif;
        font-size: 11px;
	color: #000000;
	text-align: left;
}
.dosm {
	background-color: #e8983a;
        font-family: sans-serif;
        font-size: 11px;
	color: #000000;
	text-align: left;
}
.seism {
	background-color: #bd0000;
        font-family: sans-serif;
        font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}


.pdf-ver{
    align-content: center;
    width: 50px;
    height: 50px;
    
}
.ico-mini{
    align-content: center;
    width: 40px;
    height: 40px;
    
}

.t_h2 {
    text-align: center;
    
}
@media (min-width:480px) { 
    td, .t_titulo, .enviado, .leido, .visto, .dictamen{
        font-size: 13px;
      }
    

}
@media (min-width:768px) {
    td, .t_titulo, .enviado, .leido, .visto, .dictamen{
        font-size: 15px;
      }
    .tabla_estadistico {
    width: 50%;
   }        

        }
@media (min-width:1024px) {
    td, .t_titulo, .enviado, .leido, .visto, .dictamen{
        font-size: 17px;
      }
        .tabla_estadistico {
    width: 50%;
   }    

        }
