@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.margen_tabla_cuerpo {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.borde_tabla_cuerpo {
	border: thin solid #1c2640;
	border-width: 2px;
}

.borde_tabla_menu_lateral {
	border-radius: 7px;
	background-color: #828282;
}
.boton_icono_flechita {
	margin-top: 9px;
}
.boton_icono_flechita:hover {
	cursor: pointer;
}
.boton_menu_lateral {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.boton_menu_lateral:hover {
	background-color: #757575;
	cursor: pointer;
}
.boton_menu_superior {
	opacity: 0.7;
}
.boton_menu_superior:hover {
	opacity: 1;
	cursor: pointer;
}
.menu_lateral_icono_titulo {
	margin-top: 16px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.menu_lateral_iconos {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.menu_inferior_iconos {
	margin-right: 7px;
}
.text_01 {
	color: #1c2640;
	font-size: 22px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.text_02 {
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding-top: 7px;
	font-weight: bold;
}
.text_03 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding-top: 5px;
}
.text_04 {
	color: #1c2640;
	font-size: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.text_05 {
	color: #565556;
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -0.3px;
}
.text_06 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	line-height: 20px;
}
.text_07 {
	color: #1c2640;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	line-height: 20px;
}
.text_08 {
	color: #1c2640;
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -0.3px;
}
.text_09 {
	color: #1c2640;
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	letter-spacing: -0.3px;
}
.menu_list_borde {
	border: thin solid #215AA3;
	border-radius: 7px;
	height: 30px;
	width: 170px;
}
.menu_list {
	width: 152px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-left: 10px;
	margin-top: 4px;
}
.paginador_activo_borde {
	border: thin solid #215AA3;
	border-radius: 7px;
	height: 20px;
	width: 20px;
	background-color: #215AA3;
}
.paginador_borde {
	border: thin solid #215AA3;
	border-radius: 7px;
	height: 20px;
	width: 20px;
}
.paginador_borde:hover {
	cursor: pointer;
	background-color: #EFEFEF;
}
.tabla_cuerpo_borde {
	border: 1px solid #e50746;
	border-radius: 7px;
	background-color: #e50746;
	overflow: hidden;
}
.tabla_cuerpo_borde_nota 
{
	padding-left: 15px;
	border: 1px solid #e50746;
	border-radius: 7px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.boton_tabla {
	border: thin solid #5c5c5e;
	border-radius: 7px;
	height: 20px;
	background-color: #5c5c5e;
	margin: 7px;
}
.boton_tabla:hover {
	border: thin solid #5c5c5e;
	background-color: #000000;
	cursor: pointer;
}
