/*
div
.header
#
ul li
ul > li
*/

@import url(https://fonts.googleapis.com/css?family=Asap:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);

.panel-collapsable > .panel-heading {
	cursor: pointer;
}

.ticket-reply {
    margin: 10px 0;
    padding: 0;
    border: 1px solid #CCE4FC;
    background-color: #fff;
}
.ticket-reply .date {
    float: right;
    padding: 8px 10px;
    font-size: 0.8em;
}

.ticket-reply .user {
    padding: 5px 0;
    background-color: #F2F9FF;
}
input[type="file"].form-control {
    height: inherit;
    margin-bottom: 5px;
}
.ticket-reply .user i {
    float: left;
    font-size: 2.2em;
    padding: 2px 15px;
}
.ticket-reply .user .name {
    display: block;
    font-size: 0.9em;
}
.ticket-reply .user .type {
    display: block;
    font-weight: bold;
    font-size: 0.8em;
}
.ticket-reply .message {
    padding: 12px 15px;
}

.modal-body {
  max-height: 70vh;
  overflow-y: auto;
}

body, 
html
{
/*	background-color: #F1F1F1;*/
    -webkit-font-smoothing: initial;
}


a {
	color: #2486d4;
	font-family: 'Asap', sans-serif; 
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

hr
{
	border-top: 1px solid #C5C5C5 !important;
	width: 80%;
}

a.light {
	font-weight: 300;
	margin-top: 12px;
}

a:hover {
	text-decoration: none;
	color: #333;
}

.LinkTabla {
	color: #2486d4;
	font-family: 'Asap', sans-serif; 
	font-weight: 400;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
}

.LinkTabla:hover {
	color: #f06925;
    text-decoration: underline;
}



input[type="button"],
button,
a.btn
{
/*
	background-color: #27AE60;
	border: 1px solid #27AE60;
*/
	background-color: #337AB7;
	border: 1px solid #337AB7;
	font-family: 'Asap', sans-serif; font-weight: 400;
	font-size: 14px;
	color: #fff;
	padding: 4px 25px;
}

input[type="button"]:hover,
button:hover,
a.btn:hover {
	box-shadow: 0px 4px 4px #ccc;
}

.animate
{
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
}

.center
{
	text-align: center;
    margin-bottom: 10px;
}

.container
{
/*	width: 990px !important;*/
	width: 100% !important;
	height: 100%;
	padding: 0px;	
}

.principal.administradores
{
	border-bottom: 4px solid #3498DB;
}

.principal.usuarios
{
	border-bottom: 4px solid #D35400;
}

.principal
{
	height: 125px;
	width: 100%;
	background-color: #fff;
}

.principal .login input { margin-top: 32px; margin-bottom: 10px; font-size: 14px;}

.principal img 
{
	margin-left: 5px;
	margin-top: 28px;
}

.emergente-principal
{
    background-color: #F1C40F;
    position: relative;
    padding: 10px 68px 10px 21px;
    line-height: 15px;
}

.emergente-principal p
{
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	font-size: 12px;
	margin: 0px;
}

.emergente-principal > a
{
    position: absolute;
    top: 15px;
    right: 20px;
    color: #D35400;
    border: 2px solid #D35400;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 0px 5px;
    font-size: 23px;
    line-height: 20px;
    text-decoration: none;
}

.emergente-principal >a:hover
{
	color: #FFFFFF;
	text-decoration: none !important;
	background-color: #D35400;
}

.contenido
{
	background-color: #fff;
	padding-top: 35px;
}

.contenido p
{
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	font-size: 13px;
	width: 254px;
	padding-right: 20px;
	color: #7F8C8D;
  line-height: 16px;
}

.contenido .mensaje-principal
{
	padding: 0px 0px 30px 50px;
  width: 280px;
}

.contenido .carrusel
{
	width: 590px;
	margin: 0 auto;
	background-color: #f1f1f1;
}

.contenido .carrusel h3
{
	color: #2980b9;
	font-size: 28px;
	line-height: 20px;
	padding-left: 20px;
}

.contenido .carrusel p
{
	font-size: 14px;
	color: #4d4d4d;
	padding-left: 20px;
}

.contenido .carrusel a
{
	padding-left: 20px;
	color: #23ac5c;
	font-weight: bold;
}


.newcol-md-1 {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	width: 344px;
}
 
.newcol-md-2 {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	width: 246px;
}
 
.newcol-md-3 {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	width: 590px;
}
 
 




.parrafo-pie
{
	background-color: #fff;
}

/*
.contenido input
{
	position: absolute;
	top: 171px;
	background-color: #27AE60 !important;
	font-family: 'Asap', sans-serif; font-weight: 700;
	font-size: 14px;
	color: #fff;
	width: 135px;
}

.contenido a
{
	color: #02508F;
	font-family: 'Asap', sans-serif; font-weight: 700;
	font-size: 14px;
	position: absolute;
	top: 184px;
	left: 186px;
}
*/

/* -- */

/*
.boton-usuarios
{
	position: absolute;
	top: 30px;
	right: 15px;
	background-color: #27AE60 !important;
	font-family: 'Asap', sans-serif; font-weight: 700;
	font-size: 14px;
	color: #fff;
	width: 135px;
}

.principal .boton-usuarios
{
	background-color: #3498DB !important;
	border: 1px solid #3498DB;
}
*/
.row
{
	margin:0px !important;
}

.parrafo-pie p
{
	margin-top: 15px;
	text-align: center;
	font-family: 'Asap', sans-serif; font-weight: 700;
	font-size: 14px;
	color: #02508F;
}

.parrafo-pie input
{
	position: absolute;
	top: 58px;
	right: 14px;
	background-color: #02508F !important;
	font-family: 'Asap', sans-serif; font-weight: 700;
	font-size: 14px;
	color: #fff;
	width: 293px;
}

.parrafo-pie span
{
	display: block;
	font-family: 'Asap', sans-serif;
	font-size: 10px;
	color: #808080;
	margin-top: 10px;
}

.modal { background-color: rgba(0,0,0,.8); }

.modal .modal-dialog { 
	background-color: transparent;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #ccc; 
}

.modal .modal-header
{
	border-radius: 5px 5px 0px 0px;
	border-bottom: none;
	padding-top: 5px;
}

.modal .modal-header h5
{
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	margin: 10px 0 0;
	font-family: 'Asap', sans-serif;
	font-size: 16px;
}

.modal .modal-header.no-padding
{
	padding: 0px;
    border-bottom: none;
}

.modal .modal-footer
{
	background-color: #fff;
	height: 64px;
	border-radius: 0px 0px 5px 5px;
}

.emergente-blue .modal-header h5 {border-bottom: 1px solid #02508F;}
.emergente-red .modal-header h5 {border-bottom: 1px solid #c0392b;}

.emergente-blue .modal-body,
.emergente-blue .modal-header 
{
	background-color: #3498DB;
}

.emergente-red .modal-body,
.emergente-red .modal-header 
{
	background-color: #e74c3c;
}

.emergente-blue .modal-content { border: none; }

.emergente-blue .modal-header .boton_titulo
{
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #02508F;
	text-align: center;
	width: 50%;
	background-color: #2980B9;
	/*background-color: #699292;*/
	float: left;
	border: none;
	/*border-right: 2px solid #0B5995;*/
	border-right: 2px solid #005252;
	border-radius: 5px 5px 0px 0px;
	padding: 11px 0px;
	/*box-shadow: inset 0px -2px 0px #0B5995;*/
	box-shadow: inset 0px -2px 0px #005252;
}

.emergente-blue .modal-body label{
	color: #02508F;
	/*color: #FFF;*/
}

.emergente-blue .modal-body .white *{
	color: #fff !important;
}

.emergente-blue .boton_titulo.active {
	box-shadow: 0px -3px 4px #0B5995;
	/*box-shadow: 0px -3px 4px #005252;*/
	border-bottom: none;
	/*background-color: #3498DB;*/
	/*background-color: #008080;*/
	background-color: #0F3E8B;
	color: #fff;
}

.emergente-blue .boton_titulo:hover {
	box-shadow: inset 0px -2px 0px #0B5995;
	/*box-shadow: inset 0px -2px 0px #005252;*/ 
}

.emergente-blue .boton_titulo.active:hover {
	box-shadow: 0px -3px 4px #0B5995;
/*	box-shadow: 0px -3px 4px #005252; */
}

.emergente-login .label-radio
{
	font-family: 'Asap', sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-left: 12px;
	margin-top: 15px;
}
 
.emergente-login form 
{
	margin: 12px;
}

.emergente-login form label
{
	color: #02508F;
	font-family: 'Asap', sans-serif; font-weight: 700;
	font-size: 14px;
}

.emergente-login .boton-sucess
{
	width: 120px !important;
	font-family: 'Asap', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 500;

}

.formulario
{
	background-color: #F1F1F1;
}

.formulario label
{
	color: #0861aa;
	font-family: 'Asap', sans-serif; font-weight: 300;
	font-size: 14px;
    margin-top: 10px;
}

.formulario .cajas
{
	color: #333333;
	font-family: 'Open Sans', sans-serif; font-weight: 400;
	font-size: 12px;
	margin-bottom: 0px;
	border: none;
	border-bottom: 1px solid #B2B2B2;
	width: 100%;
	text-decoration: none;
}

.formulario hr 
{
	background-color : #B2B2B2;
	height: 1px;
	margin: 2px !important;
}

.formulario .subtitulos
{

	margin-top: 30px !important;
	font-family: 'Open Sans', sans-serif; font-weight: 300;
	font-size: 14px;
	color: #fff;
	background-color: #34495E;
	border-radius: 0px 5px 0px 0px;
	border-left: 3px solid #E67E22;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
    padding-bottom: 3px;
}

.subtitulos_azul
{
	background-color: #02508F !important;
}

.formulario .subtitulos_peq
{
	font-family: 'Open Sans', sans-serif; font-weight: 400;
	font-size: 12px;
	color: #7F8C8D;
	margin-left: 20px;
	display: inline-block;
}

.formulario .link_busqueda
{
	font-family: 'Open Sans', sans-serif; font-weight: 400;
	font-size: 12px;
	color: #2980B9;
	float: right;
}


.formulario .seccion
{
	margin-top: 18px;
	margin-bottom: 5px;
}




.help-block
{
	font-family: 'Asap', sans-serif; font-weight: 400;
	font-size: 12px;
	/*color: #02508F;*/
	color: #FFF;
}

.botones-azules
{
	background-color: #2980B9 !important;
}

input[type="radio"]
{
	width: 15px;
    height: 15px;
}

.errores_solicitud
{
	text-align: center;
	margin-top: 35px;
	font-family: 'Open Sans', sans-serif; font-weight: 400;
	font-size: 14px;
	color: #333333;
}

.error_login
{
	text-align: center;
	margin: 15px;
	font-family: 'Open Sans', sans-serif; font-weight: 400;
	font-size: 14px;
	color: #FF3333;
	/*color: #FFF;*/
}

.boton_verde:hover {
	border-color: #FFD962;
}

.boton_verde
{
/*	background-color: #2ECC71 !important;*/
	background-color: #FFC000 !important;
	font-family: 'Asap', sans-serif; font-weight: 400;
	font-size: 16px;
	color: #fff;
	width: 157px;
	border-color: #C1981C;
}

.boton_verde_dos
{
	background-color: #2ECC71 !important;
	font-family: 'Asap', sans-serif; font-weight: 400;
	font-size: 16px;
	color: #fff;
	width: 180px;
}


.boton_azul
{
	padding: 5px 5px 5px 5px !important; 
	background-color: #3498DB !important;
	border: 1px solid #3498DB !important;
	font-family: 'Asap', sans-serif; font-weight: 700;
	font-size: 14px !important;
	color: #fff;
	width: 161px;
	border: 1px solid #3498DB;
    margin: 10px;
}

/*.usuarios
{
	background-color: #02508F !important;
	font-family: 'Asap', sans-serif; font-weight: 400 !important;
	font-style: italic !important;
	font-size: 16px !important;
	
}*/

.navbar-nav
{
	font-family: 'Asap', sans-serif; font-weight: 400 !important;
	font-style: italic !important;
	font-size: 16px !important;
	display: inline-table;
	width: 100%;
}

.nav-usuarios
{
	background-color: #E67E22 !important;
}

.nav-administrador
{
	background-color: #02508F !important;
}


.navbar {
	border: none;
}

.navbar-default {
	background-color: transparent;
	margin-bottom: 0px;
}

.navbar-nav>li:after
{
    content: "|";
    font-size: 17px;
    color: #FFF;
    position: absolute;
    right: -2px;
    top: 4px;
    font-weight: 100;
}

.navbar-nav>li:last-child:after { content: ""; }

.navbar-nav>li {
	display: table-cell;
	position: relative;
	float: none;
	text-align: center;
}

.navbar-nav>li>a
{
	color: #FFF !important;
	padding: 6px;
	font-weight: 400 !important;
	font-size: 16px;
}

.navbar-nav.nav-usuarios>li a:hover
{
	color: #E67E22 !important;
	background-color: #FFF !important;
}

.navbar-nav.nav-administrador>li a:hover
{
	color: #02508F !important;
	background-color: #FFF !important;
}

.advanced-select {
	position: relative;
}

.advanced-select .options 
{
	position: absolute;
    right: -36px;
    top: 32px;
}

.advanced-select .options .plus { color: #3498DB; }

.advanced-select .options .minus { color: #E74C3C; }

.advanced-select .options .plus:hover,
.advanced-select .options .minus:hover {
	color: #333;
}

.form-control 
{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 600 !important;
	font-size: 12px !important;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	background: red;
	cursor: inherit;
	display: block;
}

input[readonly] {
	background-color: #e3e3e3 !important;
	cursor: text !important;
}

.caja{
    border: 1px solid #7F8C8D;
    width: 295px;
    height: 56px;
    margin-top: 35px;
    position: relative;
		border-radius: 4px;
		background-color: #C8E7FC;
}

.caja-titulo{
	font-family: 'Asap', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #34495E;
    text-align: center;
    position: absolute;
    width: 273px;
    padding: 3px;
}

.caja-nit{
	font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #34495E;
	position: absolute;
    width: 273px;
    padding: 3px;
    top: 35px;
}

.caja-hora{
	font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #34495E;
	position: absolute;
    top: 35px;
    left: initial;
    right: 0px;
    padding: 5px;
}

.warning-solicitud
{
	color: #F39C12;
    float: right;
    margin-right: 6px;
    margin-top: 2px;
}

.container-alert
{
    float: right;
    margin-right: 6px;
    margin-top: 2px;
}

.badge-notify{
	background:red;
	position:relative;
	top: -10px;
	left: -22px;
	font-size:0.7em;
}

.btn-flecha
{
	background-color: #F39C12 !important;
	color: #fff;
	border: 1px solid #F39C12;
	margin-top: 34px;
    width: 134px;
    line-height: 15px;
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 14px;

}

.btn-azul
{
	margin-top: 34px;
	background-color: #3498DB;
	border: 1px solid #3498DB;
	margin-bottom: 10px;
}

.btn-azul:hover
{
	background-color: #1A7FB7;
}

.btn-flecha:hover
{
	background-color: #F39C12 !important;
}

.dropdown-menu
{
	background-color: #F1F1F1 !important;
    border: 1px solid #F1F1F1 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.btn-group .dropdown-menu
{
	right: 0;
	left: auto;
}

.dropdown-menu > li > a
{

    font-family: 'Asap', sans-serif !important;
    font-size: 12px !important;
    color: #666666;
}

.menu-administrador
{
	background-color: #FFF !important;
    border: 1px solid #FFF !important;
}

.menu-administrador > li > a
{
	position: relative;
	font-family: 'Asap', sans-serif !important;
	font-style: normal;
	font-weight: 500;
    font-size: 14px !important;
    color: #02508F;
}

.menu-administrador > li > a:hover:before
{
	content: '|';
	position: absolute;
	left: 10px;
	font-weight: bold;
    color: #02508F;
}

.caja-gris
{
	position: absolute;
	background-color: #F1F1F1;
	font-family: 'Asap', sans-serif;
    font-weight: 700;
    font-size: 12px;
    top: 35px;
    right: 20px;

}

.caja-gris a
{
	background-color: #F1F1F1;
	font-family: 'Asap', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    width: 159px;
    height: 46px;

}

.has-error .form-control 
{
	border-color: #E74C3C !important;
}

.has-warning .form-control
{
	border-color: #F39C12 !important;
}

.icono-rojo
{
	color: #E74C3C;
}

.icono-azul
{
	color: #3498DB;
}

.icono-amarillo
{
	color: #F39C12;
}

.boton-hover
{
	background-color: #2980B9;
	color: #fff;
}

.boton-hover:hover
{
	background-color: #2980B9;
	color: #fff;
}

.texto_rojo
{
	color: #E74C3C;
	font-family: 'Asap', sans-serif;
    font-size: 14px;
}

.texto_amarillo
{
	color: #F39C12;
	font-family: 'Asap', sans-serif;
    font-size: 14px;
}

.cerrar_sesion
{
color: #B2B2B2 !important;
   text-decoration: none;
   position: absolute;
   right: 12px;
   top: 74px;

}
.editar
{
	margin-right: 5px;
	color: #2980B9;
}
	
.eliminar
{
	margin-right: 5px;
	color: #E74C3C;
}

.espacioicono
{
	margin-right: 5px;
	color: #2980B9;
}

.ok
{
	color: #2ECC71;
}

.lista
{
	color: #2980B9;
}

.guardar
{
	color: #2ECC71;
}

.table
{
	font-family: 'Open Sans', sans-serif; font-weight: 400;
	font-size: 12px;
}


.table-striped thead th
{
	background-color: #fff;
}

.table-striped tbody tr:nth-child(even)
{
	background-color: #E5E5E5;
}

.table-striped tbody tr:nth-child(odd)
{
	background-color: #F1F1F1;
}


.tabla_pagos>thead>tr>th {
	/*padding: 6px !important;*/
/*	text-align: center;*/
	white-space:nowrap;

	padding: 6px 1px 6px 1px !important;
	
	
	margin-top:auto; 
	margin-bottom:auto;
	vertical-align: middle;

 
  
  


}

/*
.tabla_pagos>thead>tr>th img1{
width: 15px;
float: left;
display: block;
}
*/

.tabla_pagos>thead>tr>th .txt_label{
  display: inline;
  vertical-align: middle;
}






/*
.tabla_pagos>thead>tr>th img2{
width: 15px;
float: left;
display: block;
}
*/
.ayuda
{
	font-family: 'Open Sans', sans-serif !important; 
	font-size: 13px !important;
	color: #818181 !important;
	margin-top: 0px !important;
}

.popover-content
{
	width: 178px !important;
	font-family: 'Open Sans', sans-serif !important; 
	font-size: 10px !important;
	color: #333333 !important;
}

.pie-gris
{
	background-color: transparent !important; 
}

.pagination>li>a, .pagination>li>span
{
	font-family: 'Open Sans', sans-serif !important; 
	font-weight: 600;
	font-size: 12px !important;
	color: #2980B9 !important;
	padding: 5px 10px !important;
	background-color: transparent !important; 
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover
{
	color: #fff !important;
	background-color: #2980B9 !important;
}

.pagination.top
{
	margin-top: 0px !important;
}

.cancelar
{
	color: #B2B2B2;
	font-family: 'Asap', sans-serif;
	font-weight: bold !important;
    font-size: 14px;
    text-decoration: none;
    margin-top: 7px !important;
	margin-right: 60px;
}

.cancelar:hover
{
	color: #5A5656;
}

.boton-con-texto
{
    background-color: #34495E;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
}

/*pdf*/

.container_pdf
{
	width: 870px !important;
	height: 100%;
	padding: 0px;
	margin: 0 auto; 
}

.logo_principal
{
	width: 162px;
}

.principal_pdf
{
	font-family: 'Asap', sans-serif; 
	font-size: 11px;
	width: 100%;
	background-color: #fff;
	padding: 20px;
}

.principal_pdf label
{
    font-weight: 400 !important;
    color: #2292d8;
    margin-right: 5px;
}

.principal_pdf .textos
{
	color: #1C1818;
    font-family: 'Asap', sans-serif; 
	font-size: 10px;
    font-weight: 400 !important;
    background-color: #f2f3f4;
    padding: 2px;
    border-radius:3px; 
    display: inline-block;
}

.filas
{
	border-bottom: 1px solid #f2f3f4;
	margin-bottom: 10px !important;
}

.principal_pdf .radicacion
{
	display: inline-block;
	width: 120px;
	text-align: center;
	background-color: #02508F;
	padding: 3px;
	color: #fff;
	line-height: 17px;
	border-radius: 5px;
}

.principal_pdf .fecha 
{
	padding-top: 8px;
	text-align: center;
	display: inline-block;
	color: #666; 
}

.principal_pdf .marca
{
	text-align: right;
	color: #02508F;
	margin-top: 4px;
	font-size: 16px;
	font-weight: 400;
}

.principal_pdf h1 {
	text-align: center;
	color: #2292d8;
	font-size: 18px;
	font-weight: 400;
}

.principal_pdf h4 {
	color: #2292d8;
	font-size: 12px;
	font-weight: bold;
}

.principal_pdf p {
	font-family: 'Open Sans', sans-serif !important;
	color: #918d8f;
	font-size: 11px;
}

.principal_pdf .separador { border-right: 2px solid #02508F; height: 50px; padding-top: 8px; }

.carrusel_catalogo span
{
	font-family: 'Open Sans', sans-serif !important;
	color: #333333;
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
    width: 156px;
    padding-top: 10px;
}

.carrusel_catalogo h5
{
	font-family: 'Open Sans', sans-serif !important;
	color: #2980B9;
	font-size: 14px;
	font-weight: normal;
}

.explorador_img
{
	 margin-left: -15px;background-color:E5E5E5
}

.consultar1
{
	margin-left: -16px; margin-top: 11px;
}

.menu_buscar
{
	background-color: #E5E5E5;
}

.menu_buscar a {
	text-decoration: none;
}

.pie-catalogo2
{
	text-align: center;

}

.pie-catalogo2 p
{
	text-align: center;
    color: #9DA7A8;
    margin: 0 auto;
    font-size: 11px;
}

.pie-catalogo2 a
{
    font-size: 11px;
}

.lista_libros
{
	margin-bottom: 30px !important;
	line-height: 16px;
    color: #2980b9;
}

.lista_libros .isbn
{
	color: #4d5f72;
}

.lista_libros .titulo
{
	color: #2980b9;
	font-style: italic;
}

.lista_libros .titulo:hover
{
	color: #ef7b05;
}
.lista_libros tituloNolink
{
	color: #2980b9;
	font-style: italic;
}


.lista_libros .labels
{
	color: #9da7a8;
	font-size: 12px;
	font-weight: 700;
}

.lista_libros .texto
{
/*	color: #27ae60;*/
	font-size: 12px;
    padding-left: 3px;
}

.lista_libros .texto:hover
{
	color: #ef7b05;
}

.lista_libros .textofecha
{
	color: #7c807d;
	font-size: 12px;
    padding-left: 3px;
}

.lista_libros h5
{
	color: #02508F;
	font-weight: 500;
}


.no-padding
{
	padding-left: 0px;
}

.nota
{
	color: #2980B9;
}

.texto_gris
{
	font-family: 'Open Sans', sans-serif; font-weight: 400;
	color: #879394;
	font-size: 12px;
}

.texto_grisL
{
	font-family: 'Open Sans', sans-serif; font-weight: 400;
	color: #879394;
	font-size: 12px;
}

.texto_grisL:hover
{
	font-family: 'Open Sans', sans-serif; font-weight: 400;
	color: #ef7b05;
	font-size: 12px;
}
.relacionados
{
	padding-left: 20px;
}

.relacionados i 
{
	font-size: 10px;
	margin-right: 10px;
}

.tabla_titulos .link
{

	font-family: 'Open Sans', sans-serif; font-weight: 400;
	font-size: 13px;
	font-weight: 100;
	color: #2486d4;
}

.tabla_titulos .link:hover
{
	color: #f06925;
	text-decoration: underline;
}

.radio-inline + .radio-inline
{
	margin-top: 10px;
}

/* estilos certificado options */

div.divcertificado {
  margin: auto 2em;
  padding: 1em;
}

ul.optionscertificado {
  list-style-type: none;
  width: 90%;
  margin: 0.3em 0;
  padding: 0;
}

ul.optionscertificado li {
  background: #def url(uncheck.png) no-repeat 98% center;
  margin: 1px;
  padding: 0.1em 0.3em;
  cursor: pointer;
  color: #46a;
  font-weight: bold;
  border: solid 1px #cde;
}

.tabla_materias
{
	font-size: 12px !important;
}


.tabla_materias>thead>tr>th {
	text-align: center;
	padding: 1px 1px 1px 1px !important;
	margin-top:auto; 
	margin-bottom:auto;
	vertical-align: middle;
}

.tabla_materias>thead>tr>td {
	padding: 0px !important;
}



.tabla_materias>thead>tr>th .txt_label{
  display: inline;
  vertical-align: middle;
}

.tabla_materias a {
	font-size: 11px !important;

}


