body {
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	background-color: #F7F7F7;
}

h1 {
	color: #000;
	font-size: 20px;
	height: 40px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0;
	text-transform: capitalize;
	width: 100%;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	color: #000;
}

h1,
h2,
p {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*----------------------NUEVO----------------------*/

.paginacion {
	cursor: pointer;
}

.paginacion_selected {
	color: #d7a414;
}

.home_label {
	color: #000;
	font-size: 18px;
}

.home_input {
	width: 180px;
	height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 10px;
	padding: 5px;
	border: none;
	background-color: #d5d5d5;
	color: #000;
	font-size: 13px;
}

.linea_home_input {
	border-bottom-width: 1px;
	border-bottom-color: #d5d5d5;
	border-bottom-style: solid;
}

.home_boton {
	width: 70px;
	height: 23px;
	padding-top: 2px;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	cursor: pointer;
	background-color: #999;
	display: block;
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.home_boton:hover {
	color: #FFF;
	background-color: #333;
	text-decoration: none;
}

#header {
	margin: auto;
	width: 1000px;
	position: relative;
	height: 143px;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 100;
}

#form_login {
	padding-bottom: 100px;
}

.bienvenido {
	color: #000;
	font-size: 16px;
	position: absolute;
	right: 60px;
	top: 150px;
	padding-right: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}

.buscar {
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

.formulario {
	/*background-color: #f0f5fb;*/
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 0;
	width: 100%;
}

.formulario_ver {
	margin-left: 5%;
	margin-right: 5%;
	font-size: 12px;
	border-top: 1px solid #E0E0E0;
}

.formulario_ver .col_izq {
	width: 20%;
}

.formulario_ver .col_izq h2 {
	font-size: 12px;
	font-weight: bold;
}

.formulario_ver .fila {
	display: table;
	height: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 50%;
	float: left;

}

.fila_cerrar {
	float: right !important;
}

.formulario_ver .celda_left {
	width: 50%;
	/*
	padding-left:10px;
	padding-right:10px;*/
	float: left;
	margin-top: 5px;
}

.formulario_ver .celda_left h2 {
	font-size: 12px;
	font-weight: bold;
}

.formulario_ver .fila_reservas {
	width: 100% !important;
}

.celda_left_reservas {
	width: 25% !important;
}

.input_reservas {
	width: 600px !important;
}

.celda_igual {
	width: 20%;
	/*
	padding-left:10px;
	padding-right:10px;*/
	float: left;
}

.formulario_ver .celdas {
	width: 260px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.formulario_ver p {
	font-size: 12px;
}

.formulario_ver .celda_right {

	float: left;
	word-wrap: break-word;
	margin-top: 5px;
	font-size: 12px;
}

.formulario_ver td {
	padding: 10px;
	table-layout: fixed
}

.formulario_ver select {
	font-size: 12px;
	color: #000;
	width: 100%;
	height: 25px;
}

.formulario_ver .input {
	font-size: 12px;
	color: #000;
	/*width: 145%;*/
	height: 25px;
}

.formulario_ver textarea {
	font-size: 12px;
	color: #000;
	height: 100px;
	width: 600px;
}

.formulario_ver radio {
	font-size: 12px;
	color: #000;
	width: 100%;
	height: 25px;
}

.formulario_ver_chico {
	width: 800px;
}

.formulario_ver_chico td {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.formulario_ver_chico .borde {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
}

.formulario td,
.formulario th {
	vertical-align: middle;
}

.link_titulo {
	cursor: pointer;
	font-weight: normal;
	font-size: 14px;

}

.lista {
	margin: 0px auto 20px auto;
	border-collapse: collapse;
	width: 960px;
}

.lista_institucion {
	width: 800px;
}

.lista td,
.lista th {
	/*padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;*/
	vertical-align: middle;
	font-size: 12px;
	font-weight: lighter;
}

.lista a {
	color: #000;
	text-decoration: none;
}

.lista a:hover {
	color: #83838f;
	text-decoration: none;
}

.lista td .thumb {
	height: 70px;
	overflow: hidden;
	width: 140px;
}

.formulario input,
.formulario textarea,
.formulario select {
	font-size: 12px;
	color: #000;
	width: 150px;
}

.agregar {
	/*height: 23px;
	width: 120px;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	padding-top: 2px;
	display: block;
	float: right;*/
	background-color: #d7a414;
	border: medium none;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 12px;
	height: 27px;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 10px;
	padding-left: 22px;
	padding-top: 5px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}

.agregar:hover {
	color: #fff;
	background-color: #333;
}

.botones_descargar {
	text-align: center;
	padding: 20%;
}

.descargar {
	background-color: #d7a414;
	border: medium none;
	color: white;
	cursor: pointer;
	font-size: 12px;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	width: 200px;
}

.descargar:hover {
	color: #fff;
	background-color: #4572ed;
}

.btn {
	/*border-bottom:3px solid #5caa49;*/
	cursor: pointer;
	float: right;
	background-color: #504d56;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	height: 27px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0;
	text-transform: uppercase;
	width: 100px;
}

.btn:hover {
	background-color: #4572ed;
	transition: background-color 0.25s linear 0s, border-color 0.25s linear 0s, opacity 0.25s linear 0s, color 0.25s linear 0s;
}

.imagen {
	overflow: hidden;

}

.imagen img {
	max-height: 250px;
	max-width: 250px;
}

#menu {
	width: 100%;
	color: #fff;
	background-color: #333;
	font-size: 13px;
	height: 40px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom: 1px solid #CCCCCC;
	display: table;
}

#menu .menu_contenido {
	margin: auto;
	width: 1000px;
	position: relative;
	height: 40px;
}

#menu .menu_contenido .titulo_seccion {
	color: #FFFFFF;
	display: table;
	font-size: 24px;
	height: 33px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	text-transform: capitalize;
	width: auto;
}

#menu .menu_contenido .btn_inicio {
	height: 23px;
	position: absolute;
	left: 0px;
	top: 8px;
	width: 130px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding-top: 2px;
}

#menu .menu_contenido .btn_inicio:hover {
	color: #333;
	background-color: #fff;
}

.buscador {
	width: 1000px;
}

/*----------------------NUEVO----------------------*/

img {
	border: 0px;
}

#cuerpo {
	margin: auto;
	width: 100%;
	/*background-color: #fff;*/
	padding-bottom: 20px;
}

#cuerpo #inicio {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#cuerpo #inicio .item {
	float: left;
	height: 80px;
	width: 210px;
	margin-right: 30px;
	background-color: #F4F4F4;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 15px;
	overflow: hidden;
	display: table;
	padding-right: 10px;
}

#cuerpo #inicio .item:hover {
	color: #484848;
	font-weight: bold;
}

#cuerpo #inicio .img {
	height: 80px;
	width: 80px;
	float: left;
}

#cuerpo #inicio .img img {
	height: 80px;
	width: 80px;
	float: left;
	opacity: 0.5;
}

#cuerpo #inicio a .texto {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 160px;
	font-size: 18px;
	color: #484848;
}

/*.menu{
	text-transform: none;
	color:#FFCC99;

	font-size: 11px;
	height: 29px;
	padding-left: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC99;
}*/

.menu a {
	color: #FFCC99;
}

.menu a:hover {
	color: #FFF;
	text-decoration: none;
}

.seleccionado a {
	font-weight: bold;
	color: #FFF;

}


.notas_de_credito {
	width: 50%;
	float: right;
}

.facturas {
	width: 50%;
	float: left;
}

#footer {
	margin: auto;
	width: 100%;
	background-color: #963000;
	padding: 0px;

}

#footer table tr td table tr .texto_fondo {
	text-align: right;
}

.select_form {
	width: 215px;
	font-size: 11px;

}

.text_form {
	width: 210px;
	height: 50px;
	font-size: 11px;


}




table.lista thead th {
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #DDECF7;
}

table.lista tbody tr {
	border-bottom: 1px solid #ddd;
}

table.lista tfoot td {

	color: #000;
	vertical-align: top;
}

table.lista strong,
table.formulario strong {
	color: #000;
	font-weight: bold;
}

table.contenedor {
	margin: 0px 0px 20px 0px;
	border-collapse: collapse;
}

table.contenedor>td,
table.contenedor>th {
	padding: 0px;
	margin: 0px;
}

table.contenedor td {
	vertical-align: top;
}

:hover.over a {
	color: #fff
}

.over {
	background-color: #4d5159;
	color: #fff;
}

label.error {
	color: #ff0000;

	font-size: 12px;
	display: block;
	padding-top: 4px;
}


.titulo {
	color: black;
}

.texto_fondo {
	color: #fff;
}

.texto_fondo a {
	color: #fff;
}

.texto_fondo a:hover {
	color: white;
}


.datos_expediente {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E0E0E0;

}

.detalle_expediente {
	font-size: 12px;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 120px;
	width: 95%;
	margin-top: 15px;
}

.child_detalle {
	float: left;
	line-height: 2.3;
	width: 16%;
}

.line_1 {
	line-height: 1;
}