@charset "utf-8";


body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:22px;
}

/*	
.contenedor {
    width: 800px;
    padding: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align:left;
	line-height:18px;
    margin: auto;
border-top:#999 solid 1px;  
}
*/

/*	
.contenedor_porcentaje {
	width:80%;
    padding: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align:left;
	line-height:18px;
    margin: auto;
border-top:#999 solid 1px;
}
 */

.centrar_vertical {
	display:flex;
	align-items: center;
}

.titulo_22px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight:bold;
	color: #000000;
}

.titulo_18px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight:bold;
	color: #000000;
}

.titulo_14px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color: #000000;
	padding-bottom:18px;
}

a:link {
	color: #861451;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #861451;
}
a:hover {
	text-decoration: underline;
	color: #d22786 !important;
}
a:active {
	text-decoration: none;
	color: #d22786 !important;
}



a.link_blanco:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	text-transform: none;
}

a.link_blanco:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
a.link_blanco:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFD62D;
	font-weight: normal;
	text-decoration: none;
}

.pie {
    background-color: black;
    color: white;
}

/* Botones */

.btn-primary {
    color: #fff;
	background-color:#861451 !important;
	border-color:#861451 !important;
}
.btn-primary:hover {
    color: #fff;
	background-color:#d22786 !important;
	border-color:#d22786 !important;
}

.iconos24 {
    color:#861451 !important;
	font-size:24px !important;
}

.iconos16 {
    color:#861451 !important;
	font-size:16px !important;
}

.iconos12 {
    color:#861451 !important;
	font-size:12px !important;
}


/* div del título */
.col1 {
   width: 40px;
   text-align:left;
   padding-right:15px;
}
.col2 {
   width: 90%;
   padding-top:3px;
}
.row_inicio {
  display: flex;
  width: 100%;
}

/* imagenes */
.img_encabezado_chico {
	width: 100%;
	height: auto;
	max-width: 800px;
	max-height: 82px;
}

/* Espacio entre información */

.form-group { 
	margin-top:20px !important;
}


