html {
	background-color: #FFFFFF;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans',
		Verdana, Sans-serif;
	font-size: 12px;
}

.ui-page {
	width: 600px !important;
	margin: 0 auto !important;
	position: relative !important;
}

div input.campo {
	width: 42%;
}

div label.campo {
	width: 25%;
}

div.encabezado {
	background: #43CCEB; /* Old browsers */
	background: -moz-linear-gradient(top, #43CCEB 0%, #43CCEB 41%, #43CCEB 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #43CCEB),
		color-stop(41%, #43CCEB), color-stop(100%, #43CCEB));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #43CCEB 0%, #43CCEB 41%, #43CCEB 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #43CCEB 0%, #43CCEB 41%, #43CCEB 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #43CCEB 0%, #43CCEB 41%, #43CCEB 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #43CCEB 0%, #43CCEB 41%, #43CCEB 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43CCEB',
		endColorstr='#43CCEB', GradientType=0); /* IE6-9 */
	height: 85px;
}

div.botonera {
	background-color: #337AB7; /* Old browsers */
	height: 16px;
}

a.boton_barra {
	height: 25px;
}

a.boton_barra:link, a.boton_barra:visited {
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.boton_barra:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

div.usuario_titulo {
	font-size: 10px;
	color: black;
	font-weight: bold;
}

legend {
	font-size: 14px;
	color: #186385;
	font-weight: bold;
}

li.menulista, li.menusublista {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans',
		Verdana, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

label.errores {
	color: red;
	font-size: 12px;
	font-weight: bold;
}

fieldset.sombra {
	margin-right: 37px;
	border: 0px;
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	-webkit-box-shadow: 2px 2px 4px #888;
	margin-bottom: 10px;
}

.fg-button {
	outline: 0;
	margin: 0 4px 0 0;
	padding: .4em 1em;
	text-decoration: none !important;
	cursor: pointer;
	position: relative;
	text-align: center;
	zoom: 1;
}

a:link.more, a:visited.more {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	padding: 6px 10px;
	border: 1px solid #2177A5;
	background-color: #227bad;
	color: #fff;
	font-size: 13px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 #3CA5D2;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 #3CA5D2;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0
		#3CA5D2;
}

a:hover.more {
	border: 1px solid #B32D00;
	background-color: #CC3300;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 #FF7242;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 #FF7242;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 #FF7242;
}

input.text, input.password {
	font-weight: normal;
	padding: 0;
	margin: 0;
	background: #fff;
	border: 1px solid #d2e2e8;
}

input.numeros {
	text-align: right;
}


label.italic {
	font-weight: normal;
	font-style: italic;
}

.negrita {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

label.etiqueta {
	display: block;
	text-align: left;
	width: 105px;
	float: left;
}

.detalleCombos {
	font-size: 12px;
}

.encabezadotexto {
	font-size: 13px;
	color: white;
}

div.pie {
	font-size: 12px;
}

table {
	padding: 0px 0px 0px 0px;
	border-spacing: 0;
	border-collapse: collapse;
}

form label.error {
	font: 10px Tahoma, sans-serif;
	color: #ED7476;
	margin-left: 5px;
	display: inline;
}

.titulopagina {
	font: 14px Tahoma, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

a.disabled-link, a.disabled-link:visited, a.disabled-link:active, a.disabled-link:hover
	{
	background-color: #d9d9d9 !important;
	color: #aaa !important;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-filea {
	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;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.btn-filea 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;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.timeline-item {
	-webkit-box-shadow: 0 0.1875rem 0.5rem 0 rgba(34, 48, 62, 0.1);
	box-shadow: 0 0.1875rem 0.5rem 0 rgba(34, 48, 62, 0.1);
	border-radius: 3px;
	margin-top: 0;
	background: #D0D7FF;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	text-align: left;
}

.time {
	float: right;
	padding: 10px;
	font-size: 12px;
}

.timeline-body {
	padding-left: 14px;
	font-size: 14px;
	padding:10px;
}

.timeline-header {
	margin: 0;
	/*border-bottom: 1px solid #f4f4f4;*/
	padding: 10px;
	font-size: 12px;
	line-height: 1.1;
	float: left;
}

.timeline-destino {
	margin: 0;
	border-bottom: 1px solid #f4f4f4;
	padding: 10px;
	font-size: 12px;
	line-height: 1.1;
}

.panel-heading-subtitulo {
	padding: 2px;
}

.panel-subtitulo {
	margin: 2px;
}

.tabla_espacios {
	margin: 2px;
}

.tabla_espacios tr td {
	padding: 5px;
}

.tabla_espacios td {
	width: 250px;
}

.scrollable-menu {
	height: auto;
	max-height: 400px;
	overflow-x: hidden;
}

.aladerecha {
	text-align: right;
}

.info-user {
	background: #337ab7;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 5px;
	border: 2px solid white;
	margin: 5px;
}

.links {
	color: white;
}

hr {
	margin: 7px;
}

.datosusuario {
	color: #000000;
	padding: 5px;
}

@media
(
min-width
:
768px)
{
#divLogoEncabezado {
	float: left;
}
}

.panel-primary > .panel-heading {
    text-align: center;
}

.centerTable {
    margin: auto;
}

#subirArchivo,#subirArchivoAnexo{
	margin : auto;
}

.lineaGrande {
	line-height: 3.5;
	margin-left: 15px;
	margin-right: 15px;
}

#menuSide li {
	line-height: 1;
}

.panel-default > .panel-heading {
	padding: 10px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.panel_visado_boton{
	margin: 10px;
}

li.menu-item > a.menu-link:before {
	background: #43CCEB;
}


.liq_primary {
	color: #43cbeb;
}

.table tr:hover {
    background-color: #c2f4ff;
}