@charset "utf-8";
/* CSS Document */

.tabla { border-width: 1px; 
border:1px solid black;
 } 
.bottomedge {
	border-color: #5890A8 black;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	text-align: right;
}
 
.topedge {
	border-color:#5890A8 black;
	border-top:solid 1px;
	}
.textos {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-style: normal;
    color: #000;
    
}
.textos_rojo_bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #F3191D;
	font-weight: bold;
}

.textos_der_bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	text-align: right;
    font-weight: bold;
}
.textos_izq_bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	text-align: left;
    font-weight: bold;
}

.textos_center_bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	text-align: center;
    font-weight: bold;
}

.textos_d {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	text-align: right;
}
.textos_i {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	text-align: left;
}

.textos_j {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	text-align: justify;
}



.encabezados {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.encabezado_centro {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #066194;
	font-weight: bold;
	text-align: center;
}
.encabezados_10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	font-weight: bold;
}
.encabezados_11_rojo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #F00;
	font-weight: bold;
}
.encabezado_azul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normalu;
	color: #039;
	font-weight: bold;
	text-align: center;
}

.boton {
	background-color: #2980B9;
  border: none;
  color: white;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
     cursor: pointer;
}

.boton4 {border-radius: 12px;}

.formElement {
    font-family: Verdana, Arial, Helvetica, sans-serif;font-size: small;color: #000000;border: 1px solid #000033;background-color: #FFF;}

.responsive {
  max-width: 100%;
  height: auto;
}

