.sololectura{
	background-color: #f0f0f0;
	border: 1px solid #ccc;	
}

.titulo{
    text-align: center;
    display: table;
    margin: auto;
    margin-bottom: 5px;
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 30px !important;	
}

.letra td {
    font-size: 12px !important;
    font-family: Arial, sans-serif !important;
    color: black;
}

.letra td input {
    font-size: 12px !important;
    font-family: Arial, sans-serif !important;
    color: black;
}

.letra td select {
    font-size: 12px !important;
    font-family: Arial, sans-serif !important;
    color: black;
    
	max-width: 250px;
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.letra td label {
    font-size: 12px !important;
    font-weight: normal !important;
    font-family: Arial, sans-serif !important;
    color: black;
}

/*
table td:first-child {
   text-align: right;
   padding-right: 10px;
   font-weight: bold;
 }
*/

.etiqueta {
   text-align: right;
   padding-right: 5px;
   font-weight: bold;	
}
 
td {
  vertical-align: middle;
}

td select {
  vertical-align: middle;
}

input {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.ubigeo td  {
 text-align:center !important;
}

/* Alineando los radio */
input[type="radio"] {
  vertical-align: middle;
  margin: 0 5px 0 0; /* Espacio entre el botón y el texto */
}

label {
  vertical-align: middle;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
/* Alineando los radio */


.cabecera-seccion {
	border-style: solid; 
	border-color: #00a0af;
	border-width: 1px;
	 
	padding: 5px; 
	text-align: center; 
	color: #00a0af;
	font-weight: bold; 
	/* background-color: #f1f1f1; */
	background-color: #f0f0f0;
}



/* pintar bordes */
/*
table {
  border-collapse: collapse; 
  width: 100%;
}
table, th, td {
  border: 1px solid black;
}
th, td {
  padding: 8px;
  text-align: left;
}
*/
/* pintar bordes */

