@charset "utf-8";

html, body, div, span, applet, object, iframe, p, blockquote, pre, a,
	abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd,
	q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
	th, td, center, u, b, i {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

* {
	margin: 0;
	padding: 0
}

:focus {
	outline: 0
}

ol, ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote, q {
	quotes: "" ""
}

hr {
	border: 0;
	color: #000;
	background-color: #000;
	height: 0px
}

blockquote:before, blockquote:after, q:before, q:after {
	content: ""
}

html {
	position: relative;
	min-height: 100%;
	width: 100%;
}

body {
	/*margin: 0 0 80px; /* bottom = footer height */
	background: #fbfeff;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	width: 100%;
	min-height: 100%;
	min-width: 400px;
}

strong {
	font-weight: bold;
}

p, ul, ol {
	font-size: 12px;
	color: #666;
	margin: 0px;
	line-height: 18px;
}

a {
	text-decoration: none;
	color: #62CDF6;
	font-weight: bold;
	cursor: pointer;
}

a:hover {
	color: #62CDF6;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a:visited {
	color: #0197D6;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.boton {
	background: #00498e;
	padding: 2px 15px;
	margin: 0px;
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #069;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
	box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
}

/*a:hover.boton{
	color:#FFF;
	background:#62CDF6;
	-webkit-box-shadow:0px 0px 1px rgba(50, 50, 50, 1);
	-moz-box-shadow:0px 0px 1px rgba(50, 50, 50, 1);
	box-shadow:0px 0px 1px rgba(50, 50, 50, 1);
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s; 	
	transition:.5s;
}*/
.tope {
	clear: both;
}

.rounded-corners {
	behavior: url(/sistemas/estilos/htc/border-radius.htc);
	border-radius: 10px;
}

/*-------------------------------- LOGIN*/
#login {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -160px 0 0 -240px;
	padding: 5px;
	width: 480px;
	color: #FFF;
	background: #00498e;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 50px 25px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 0px 50px 25px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 50px 25px rgba(255, 255, 255, 1);
}

#login form {
	margin: 0 10px 10px;
}

#login fieldset {
	display: inline;
	margin: 0px 10px 20px;
	width: 180px;
	vertical-align: top;
}

#login legend {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

#login label {
	display: inline-block;
	width: 200px;
	font-size: 12px;
	margin: 5px 0px;
}

#login input, #login select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px #036 solid;
	width: 100%;
	height: 30px;
	padding: 0px;
	line-height: 30px;
	text-indent: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 1px 1px 2px #333;
	-webkit-box-shadow: inset 1px 1px 2px #333;
	box-shadow: inset 1px 1px 2px #333;
/*	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
}

#login input:focus, #login select:focus {
	border: 1px #62CDF6 solid;
}

/*-------------------------------- SESION*/
#sesion {
	height: 24px;
	width: 100%;
	font-size: 12px;
	text-align: right;
	border-bottom: #075a90 1px solid;
	background: #009ee0; /* Old browsers */
	background: -moz-linear-gradient(top, #009ee0 0%, #007bb8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ee0),
		color-stop(100%, #007bb8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #009ee0 0%, #007bb8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #009ee0 0%, #007bb8 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #009ee0 0%, #007bb8 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #009ee0 0%, #007bb8 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ee0',
		endColorstr='#007bb8', GradientType=0); /* IE6-9 */
}

#fileupload {
	height: 130px !important;
}

#sesion li {
	display: inline;
	line-height: 24px;
	margin-right: 20px;
}

#sesion a {
	color: #FFF;
	background: url(../imagenes/sprites.png) no-repeat;
	padding-left: 24px;
}

#sesion a:hover {
	text-decoration: underline;
}

#sesion a.productor {
	background-position: -215px -379px;
}

#sesion a.cambiar {
	background-position: -215px -347px;
}

#sesion a.cerrar {
	background-position: -215px -315px;
}

#matriculas {
	position: absolute;
	right: 20px;
	background: #FFF;
	margin: 0px;
	padding: 10px 20px;
	text-align: left;
	z-index: 100;
	-webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.25);
	box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.25);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#matriculas li {
	display: block;
	margin: 5px;
}

#matriculas a {
	color: #00498e;
	background: none;
	padding: 0;
}

#sesion span.combo {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	background: url(../imagenes/sprites.png) no-repeat;
	background-position: -160px -409px;
}

/*-------------------------------- CABECERA*/
#cabecera {
	height: 79px;
	width: 100%;
	border-bottom: #9ca2b0 1px solid;
	background: #00498e;
}

.logo {
	padding: 0px;
	float: left;
	height: 50px;
	width: 150px;
	margin: 15px 5px;
	background: url(../imagenes/sprites.png) no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}

.logo h1 {
	padding: 0px;
	margin: 0px;
}

.logo a {
	padding: 0px;
	display: block;
	height: 50px;
}

#cabecera p {
	margin: 10px 20px;
	color: #FFF;
	float: right;
	clear: right;
}

ul#navegacion {
	clear: right;
	float: right;
	margin: 0px 20px;
}

#navegacion li {
	display: inline;
}

#navegacion li a {
	display: inline-block;
	background: url(../imagenes/sprites.png) no-repeat;
	text-indent: -9999px;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px 1px #333;
	box-shadow: inset 1px 1px 1px #333;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#navegacion a:hover {
	background: #62cdf6 url(../imagenes/sprites.png) no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
	-webkit-box-shadow: 1px 1px 1px #333;
	box-shadow: 1px 1px 1px #333;
}

#navegacion a.inicio {
	background-position: 2px -278px;
}

#navegacion a.notificaciones {
	background-position: -28px -278px;
}

#navegacion a.perfil {
	background-position: -59px -278px;
}

#navegacion a.asesoramiento {
	background-position: -88px -278px;
}

#navegacion a.alertas {
	background-position: -185px -278px;
}

#navegacion span {
	display: inline-block;
	background: #F00;
	color: #FFF;
	font-size: 9px;
	text-align: center;
	text-indent: 0px;
	padding: 1px 3px;
	position: relative;
	float: right;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 1px #333;
	box-shadow: 1px 1px 1px #333;
}

/*-------------------------------- CONTENIDO*/
#menu {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px;
	background: #e5e5e5;
	left: 0;
	top: 105px;
	bottom: 40px;
	position: absolute;
	display: inline;
}

#foto_perfil {
	height: 150px;
	width: 230px;
	border: 5px solid #FFF;
	/*background:url(../imagenes/foto_perfil.jpg) no-repeat;*/
}

#foto_perfil .flotante {
	position: absolute;
	float: left;
	top: 120px;
	right: 20px;
}

#buscador {
	height: 50px;
	background: #DDD;
	padding: 5px 15px;
}

#buscador ul.filtros {
	margin: 5px 0px;
}

#buscador ul.filtros li {
	display: inline;
	font-size: 12px;
	padding-right: 6px;
	color: #121e4a;
}

#buscador input.barra {
	height: 24px;
	border: none;
	padding: 0px 10px;
	padding-top: 5px\9;
	color: #7d7d7d;
	width: 150px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: inset 1px 1px 1px rgba(50, 50, 50, 0.5);
	box-shadow: inset 1px 1px 1px rgba(50, 50, 50, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#buscador input.zona {
	width: 30px;
}

#buscador input.numero {
	width: 90px;
}

input.buscar {
	width: 24px;
	height: 24px;
	padding-top: 5px\9;
	border: none;
	background: #00498e url(../imagenes/sprites.png) no-repeat;
	background-position: -124px -284px;
	text-indent: -9999px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
	box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
	display: inline-block;
	margin-bottom: -10px\9;
}

input.buscar:hover {
	background: #62cdf6 url(../imagenes/sprites.png) no-repeat;
	background-position: -124px -284px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: inset 1px 1px 1px rgba(50, 50, 50, 0.5);
	box-shadow: inset 1px 1px 1px rgba(50, 50, 50, 0.5);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#menu ul.botonera {
	margin: 5px 0px;
}

#menu ul.botonera li {
	/*height:40px;*/
	
}

#menu ul.botonera li a {
	line-height: 40px;
	display: block;
	padding: 0px 40px;
	margin: 0px 0px 0px 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #121e4a;
	background: url(../imagenes/sprites.png) no-repeat;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

/*#menu ul.botonera li a:hover,*/
#menu ul.botonera li a.seleccionado {
	background: #fff url(../imagenes/sprites.png) no-repeat;
	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
	text-decoration: none;
}

#menu ul.botonera li a.polizas {
	background-position: -205px -65px;
}

#menu ul.botonera li a.impresiones {
	background-position: -205px -248px;
}

#menu ul.botonera li a.denuncias {
	background-position: -205px -95px;
}

#menu ul.botonera li a.siniestros {
	background-position: -205px -95px;
}

#menu ul.botonera li a.cobranzas {
	background-position: -205px -125px;
}

#menu ul.botonera li a.biblioteca {
	background-position: -205px -155px;
}

#menu ul.botonera li a#operaciones {
	background-position: -205px -185px;
	cursor: pointer;
}

#menu ul.botonera li a#unidades {
	background-position: -205px -216px;
	cursor: pointer;
}
/* estos son estilos agregados para abogados */
#menu ul.botonera li a#honorarios {
	background-position: -205px -216px;
	cursor: pointer;
}

#menu ul.botonera li a#demandas {
	background-position: -205px -216px;
	cursor: pointer;
}

#menu ul.botonera li a#cambio_clave {
	background-position: -205px -216px;
	cursor: pointer;
}

#menu ul.botonera li a#seguimiento_reclamo {
	background-position: -205px -216px;
	cursor: pointer;
}

#menu ul.botonera li a#consulta_mediaciones {
	background-position: -205px -216px;
	cursor: pointer;
}
/* fin estos son estilos agregados para abogados */
#asociados {
	width: 240px;
	position: absolute;
	bottom: 0px;
}

#asociados h4 {
	color: #a0a0a0;
	font-size: 14px;
	margin: 5px 10px;
	padding: 0px 5px;
	line-height: 24px;
	border-bottom: 1px solid #a0a0a0;
}

#asociados a.cleas {
	background: url(../imagenes/sprites.png) no-repeat;
	background-position: 0px -320px;
	display: block;
	margin: 0px 15px;
	height: 50px;
	text-indent: -99999px;
}

.menu_flotante {
	/*width:210px;*/
	min-height: 200px;
	background: #FFF;
	padding: 20px;
	position: absolute;
	left: 240px;
	top: 160px;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.25);
	box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.25);
	border: 1px solid #CCC;
}
/* estos estilos son para abogados */
#div_honorarios {
	width: 210px;
	background: #FFF;
	padding: 20px;
	position: absolute;
	left: 240px;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.25);
	box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.25);
	border: 1px solid #EEE;
}

#div_demandas {
	width: 210px;
	background: #FFF;
	padding: 20px;
	position: absolute;
	left: 240px;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.25);
	box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.25);
	border: 1px solid #EEE;
}

#div_cambio_clave {
	width: 210px;
	background: #FFF;
	padding: 20px;
	position: absolute;
	left: 240px;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.25);
	box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.25);
	border: 1px solid #EEE;
}

#div_consulta_mediciones {
	width: 210px;
	background: #FFF;
	padding: 20px;
	position: absolute;
	left: 240px;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.25);
	box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.25);
	border: 1px solid #EEE;
}

#div_seguimiento_reclamo {
	width: 210px;
	background: #FFF;
	padding: 20px;
	position: absolute;
	left: 240px;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.25);
	box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.25);
	border: 1px solid #EEE;
}
/* fin estilos estos estilos son para abogados */
#div_unidades {
	width: 210px;
	background: #FFF;
	padding: 20px;
	position: absolute; /* Required */
	left: 240px;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.25);
	box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.25);
	border: 1px solid #EEE;
}

.menu_flotante h3, #div_unidades h3, #div_operaciones h3 {
	background: none repeat scroll 0 0 #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCC;
	color: #fff;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px;
}

.menu_flotante ul {
	float: left;
	/*width:210px;*/
}

#menu .menu_flotante ul li {
	float: left;
	padding-right: 20px;
	width: 210px;
}

.menu_flotante a {
	background: none;
	border-radius: 3px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	transition: all 1s ease 0s;
	padding: 5px 10px;
}

.menu_flotante a:hover {
	background: #62cdf6;
	color: #fff;
	-o-transition: all 0.25s ease 0s;
	-ms-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}

#div_unidades p, #div_operaciones form {
	margin: 10px;
}

#div_operaciones {
	width: 430px;
	background: #FFF;
	padding: 20px;
	position: absolute; /* Required */
	left: 240px;
	border: 1px solid #EEE;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.25);
	box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.25);
}

/*@media screen and (max-height: 640px) {
#div_operaciones{
	bottom:40px;		
}
}*/
#div_operaciones input {
	width: 100%;
	height: 30px;
	margin: 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#div_operaciones label {
	width: 200px;
	margin: 10px 20px 10px 0px;
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#div_operaciones button {
	margin: 10px 0;
	float: left;
	font-size: 14px;
	line-height: 20px;
	height: 34px;
	font-weight: bold;
}
/*
#div_operaciones .ultimo_margen{
	margin-right:0px;
}*/

/*-------------------------------- CONTENIDO*/
#contenido {
	margin: 0px 0px 0px 240px;
	padding-bottom: 40px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #121f4b;
	margin: 10px 20px;
	font-size: 18px;
	line-height: 32px;
	border-bottom: 1px solid #e7e7e7;
}

#formularios {
	width: 75%;
	min-width: 720px;
	margin: auto;
	padding-bottom: 60px;
}

#formularios fieldset {
	margin: 10px 0px 10px;
}

#formularios legend {
	display: block;
	width: 100%;
	background: #62CDF6;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*
#formularios label {
	width:28%;
	padding:0 2%;
	float:left;
	margin:5px auto;
	color:#666;
	font-size:12px;
	line-height:24px;
	font-weight:bold;
}*/
.columna, .columna_doble, .columna_triple {
	padding: 0 2% 5px;
	min-height: 60px;
	float: left;
	margin: 5px auto;
	color: #666;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}

.columna {
	width: 28%;
}

.columna_doble {
	width: 60%;
}

.columna_triple {
	width: 96%;
}

#editar_clave {
	font-weight: bold;
}

label button, .columna button {
	margin: 10px 10px 10px 0;
	height: 34px;
	line-height: 30px;
}

#formularios input, #formularios select, #formularios textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	color: #666;
	border: 1px solid #CCC;
	line-height: 30px;
	height: 30px;
	margin: 0;
	text-indent: 5px;
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: inset 1px 1px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow: inset 1px 1px 5px 0px rgba(50, 50, 50, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#formularios .ui-datepicker input, #formularios .ui-datepicker select,
	#formularios .ui-datepicker textarea {
	width: 45%;
	color: #666;
	border: none;
	height: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	text-indent: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#formularios .ui-datepicker table td {
	line-height: normal;
	padding: 0;
	font-size: 12px;
}

#formularios .ui-datepicker table tr {
	border: none;
}

#formularios .ui-datepicker table tr:nth-child(2n+1) {
	background-color: transparent;
}

#formularios .ui-datepicker table th {
	background-color: transparent;
	color: #121e4a;
}

#formularios .medio {
	width: 42%;
	margin-right: 5%;
}

#formularios input.tercio, #formularios select.tercio, #formularios textarea.tercio
	{
	width: 28%;
	margin-right: 5%;
}

#formularios input:focus, #formularios select:focus, #formularios textarea:focus
	{
	border: 1px solid #62CDF6;
}

#formularios textarea {
	height: 72px;
}
/*
#formularios label.error{
	color:#900;
	background:#FFECEC;
	border: 1px solid #FCC;
	padding-bottom:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}*/
#formularios .error {
	color: #900;
	background: #FFECEC;
	border: 1px solid #FCC;
	margin: 4px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#formularios input.check {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#formularios .caja ul {
	margin: 0px;
	padding: 0px;
}

#formularios .caja li {
	display: inline-block;
	margin-right: 10px;
}

#formularios ul.lista li {
	display: block;
	width: 50%;
}

#formularios table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0px;
	width: 100%;
	font-size: 14px;
	color: #666666;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

#formularios table th:first-child {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

#formularios table th:last-child {
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

#formularios table th {
	background: #62CDF6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
}

#formularios table td {
	line-height: 30px;
	padding: 5px;
}

#formularios table tr {
	border-bottom: 1px solid #CCC;
}

#formularios table tr:nth-child(odd) {
	background: #e2f6ff;
}

#formularios table tr:nth-child(even) {
	background: #fff;
}

#formularios table.listado tr:hover {
	background: #f0f0f0;
	/*color:#FFF;*/
}

#formularios table.listado td {
	line-height: 14px;
	padding: 5px;
}

#formularios table.galeria {
	margin: 5px 0px;
}

#formularios table.galeria a.agregar {
	display: block;
	line-height: 25px;
	background: #00498e;
	padding: 2px 15px;
	margin: 0px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #069;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
	box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
}

#formularios table.galeria a.agregar:hover {
	background: #62cdf6;
	-webkit-box-shadow: inset 1px 1px 1px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: inset 1px 1px 1px rgba(50, 50, 50, 0.5);
	box-shadow: inset 1px 1px 1px rgba(50, 50, 50, 0.5);
}

#formularios table.galeria th {
	background: #CCC;
	line-height: 20px;
}

#formularios .acciones li {
	display: inline;
	margin: 0;
}

#formularios .acciones a {
	display: inline-block;
	height: 16px;
	width: 20px;
	margin: 0 2px;
	text-indent: -9999px;
	background: url("../imagenes/sprites.png") no-repeat;
}

#formularios .acciones a.ver {
	background-position: -5px -589px;
}

#formularios .acciones a.imprimir {
	background-position: -35px -589px;
}

#formularios .acciones a.pago_banco {
	background-position: -65px -589px;
}

#formularios .acciones a.pago_facil {
	background-position: -95px -589px;
}

#formularios .acciones a.formalizar_denuncia {
	background-position: -125px -589px;
}

#formularios .acciones a.ingresar {
	background-position: -155px -589px;
}

a.editar {
	float: right;
	margin: 0px;
	padding: 0px;
	background: url("../imagenes/sprites.png") no-repeat scroll -123px
		-373px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
}


#formularios a.buscar {
	float: right;
	margin: 0px;
	padding: 0px;
	background: url("../imagenes/sprites.png") no-repeat scroll -153px
		-373px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
}

.boton_principal, .boton_secundario {
	cursor: pointer;
	width: 47%;
	height: 50px;
	line-height: 50px;
	margin: 0 1%;
	color: #FFF;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.boton_principal {
	border: 1px solid #2b65ad;
	background: #00488d; /* Old browsers */
	background: -moz-linear-gradient(top, #00488d 0%, #003975 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00488d),
		color-stop(100%, #003975)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00488d 0%, #003975 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00488d 0%, #003975 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00488d 0%, #003975 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #00488d 0%, #003975 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00488d',
		endColorstr='#003975', GradientType=0); /* IE6-9 */
}

.boton_secundario {
	border: 1px solid #aaaaaa;
	background: #9f9f9f; /* Old browsers */
	background: -moz-linear-gradient(top, #9f9f9f 0%, #7b7e84 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9f9f9f),
		color-stop(100%, #7b7e84)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9f9f9f 0%, #7b7e84 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9f9f9f 0%, #7b7e84 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9f9f9f 0%, #7b7e84 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #9f9f9f 0%, #7b7e84 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f9f9f',
		endColorstr='#7b7e84', GradientType=0); /* IE6-9 */
}

.boton_principal.deshabilitado, .boton_secundario.deshabilitado {
	color: #999;
	border: 1px solid #aaaaaa;
	background: #9f9f9f; /* Old browsers */
	background: -moz-linear-gradient(top, #999 0%, #CCC 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999),
		color-stop(100%, #CCC)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #999 0%, #CCC 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #999 0%, #CCC 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #999 0%, #CCC 100%); /* IE10+ */
	background: linear-gradient(to bottom, #999 0%, #CCC 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999',
		endColorstr='#CCC', GradientType=0); /* IE6-9 */
}

:hover.boton_principal, :hover.boton_secundario, .boton_principal.deshabilitado,
	.boton_secundario.deshabilitado {
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: inset 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
	box-shadow: inset 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
}

.boton_principal span, .boton_secundario span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: url(../imagenes/sprites.png) no-repeat;
}

.boton_secundario span.anterior {
	background-position: -160px -442px;
}

.boton_principal span.siguiente, .boton_secundario span.siguiente {
	background-position: -190px -442px;
}

h2.novedades {
	padding: 0px 30px;
	background: url(../imagenes/sprites.png) no-repeat;
	background-position: -210px -4px;
}

h2.recuperadores {
	padding: 0px 35px;
	background: url(../imagenes/sprites.png) no-repeat;
	background-position: -210px -402px;
}

#destacados {
	background: #e2f6ff;
	border-bottom: 1px solid #dbe2e5;
	color: #121f4b;
	margin: 0px;
	height: 159px;
	width: auto;
	min-width: 908px;
}

table.polizas {
	border-spacing: 10px 0px;
	border-collapse: separate;
	color: #a0a0a0;
	font-size: 12px;
	padding: 10px;
}

table.polizas th {
	font-weight: bold;
}

table.polizas .cabecera {
	border-bottom: 1px #a0a0a0 solid;
}

table.polizas td, table.polizas th {
	padding: 0px 10px;
	text-align: center;
}

ul.accesos-directos {
	margin: 0px 10px;
}

.accesos-directos li {
	float: left;
}

.accesos-directos a {
	font-weight: bold;
	display: block;
	height: 40px;
	width: 120px;
	padding: 10px 10px 10px 70px;
	margin: 10px;
	background: #fff url(../imagenes/sprites.png) no-repeat;
	color: #7d7d7d;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=2,
		Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc,
		Strength=2, Direction=90);
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	transition: 1.5s;
}

.accesos-directos a:hover {
	background: #fbfeff url(../imagenes/sprites.png) no-repeat;
	border: 1px solid #eef3f4;
	text-decoration: none;
	-webkit-box-shadow: inset 2px 2px 1px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: inset 2px 2px 1px rgba(50, 50, 50, 0.25);
	box-shadow: inset 2px 2px 1px rgba(50, 50, 50, 0.25);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.accesos-directos a.cotizacion {
	background-position: 10px -55px;
}

.accesos-directos a.certificado {
	background-position: 10px -530px;
}

.accesos-directos a.denuncia {
	background-position: 10px -110px;
}

.accesos-directos a.rendicion {
	background-position: 5px -168px;
}

.accesos-directos a.renovacion {
	background-position: 10px -228px;
}

.accesos-directos a.polizas {
	background-position: 10px -470px;
}

ul.paginacion {
	text-align: right;
	display: block;
	margin: 0 10px;
	clear: both;
	height: 36px;
}

ul.paginacion li {
	display: inline;
	margin: 0 5px;
	height: 24px;
}

#formularios ul.paginacion select {
	width: 80px;
	height: 36px;
	color: #62cdf6;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 36px;
	text-indent: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: #e7e7e7 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
}

ul.paginacion ul.seleccion {
	display: inline-block;
	background: #e2f6ff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin: -5px 0;
}

ul.paginacion .volver {
	float: left;
	margin: 0 10px;
}

ul.paginacion a {
	color: #62cdf6;
	font-size: 12px;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	padding: 10px 15px;
	background: #FFF;
	border: #e7e7e7 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
}

ul.paginacion a.siguiente {
	color: #FFF;
	border: 1px solid #069;
	background: #00488d; /* Old browsers */
	background: -moz-linear-gradient(top, #00488d 0%, #003975 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00488d),
		color-stop(100%, #003975)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00488d 0%, #003975 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00488d 0%, #003975 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00488d 0%, #003975 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #00488d 0%, #003975 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00488d',
		endColorstr='#003975', GradientType=0); /* IE6-9 */
}

ul.paginacion a.anterior {
	color: #FFF;
	border: 1px solid #aaaaaa;
	background: #9f9f9f; /* Old browsers */
	background: -moz-linear-gradient(top, #9f9f9f 0%, #7b7e84 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9f9f9f),
		color-stop(100%, #7b7e84)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9f9f9f 0%, #7b7e84 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9f9f9f 0%, #7b7e84 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9f9f9f 0%, #7b7e84 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #9f9f9f 0%, #7b7e84 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f9f9f',
		endColorstr='#7b7e84', GradientType=0); /* IE6-9 */
}

ul.paginacion a:hover, ul.paginacion a.pagina {
	-webkit-box-shadow: inset 1px 1px 2px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: inset 1px 1px 2px rgba(50, 50, 50, 0.5);
	box-shadow: inset 1px 1px 2px rgba(50, 50, 50, 0.5);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

ul.paginacion a:hover, ul.paginacion a.pagina {
	
}

.caja {
	clear: both;
	background: #fff;
	border: 1px solid #dbe2e5;
	color: #121f4b;
	margin: 20px;
	padding: 10px 20px 20px;
	width: auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #121f4b;
	overflow: hidden;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=5,
		Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd,
		Strength=5, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd,
		Strength=5, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd,
		Strength=5, Direction=270);
}

.caja h3 {
	font-size: 16px;
	margin: 5px 0px;
}

.caja p, .caja ul {
	color: #999;
	margin: 0px 0px 5px;
}

.caja ul {
	line-height: 18px;
	list-style-type: square;
	padding: 0px 10px;
}

.recuadro {
	margin: 30px 20px;
	padding: 20px;
	border: 1px solid #CCC;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#formularios .recuadro legend {
	background: #a0a0a0;
}

#formularios buton.boton_secundario, #formularios buton.boton_principal
	{
	width: 45%;
	margin: 0;
	padding: 2px;
	height: 12;
	line-height: 12px;
	font-size: 12px;
	margin-left: 5%;
}

#formularios ul.listado {
	width: 100%;
}

ul.listado li {
	vertical-align: top;
	overflow: hidden;
	display: inline;
	width: 45%;
	margin: 0;
	line-height: 30px;
}

ul.listado.simple li {
	width: 90%;
}

.clearfix {
	*zoom: 1;
}

.clearfix :before, .clearfix :after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}
/***********************************************/
/* Colapsable */
/***********************************************/
.colapsable {
	cursor: pointer;
	transition: all 0.25s;
}

.colapsable .sub_text {
	margin-top: 5px;
	display: block;
}

.colapsable:hover:not(legend) {
	color: #62CDF6 !important;
}

.colapsable .fa {
	transition: all 0.25s;
	margin-left: 10px;
}

.colapsable.abierto {
	color: #62CDF6;
}

.abierto .fa {
	transform: rotate(180deg);
	margin-top: 4px;
}

.colapsable_contenido table:first-child {
	margin-top: 20px !important;
}

ul.solapas {
	clear: both;
	display: block;
	-webkit-box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
	background: #30b131;
	background: #0193cf;
	background: -moz-linear-gradient(top, #0193cf 0%, #028bcf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0193cf),
		color-stop(100%, #028bcf));
	background: -webkit-linear-gradient(top, #0193cf 0%, #028bcf 100%);
	background: -o-linear-gradient(top, #0193cf 0%, #028bcf 100%);
	background: -ms-linear-gradient(top, #0193cf 0%, #028bcf 100%);
	background: linear-gradient(to bottom, #0193cf 0%, #028bcf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0193cf',
		endColorstr='#028bcf', GradientType=0); );
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 40px;
	color: #FFF;
	font-weight: bold;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#formularios .solapas li {
	display: inline-block;
	line-height: 30px;
	margin: 5px 0 0 10px;
	padding: 0px 10px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#formularios .solapas li a {
	color: #FFF;
}

#formularios .solapas li a:hover, #formularios .galeria li a:hover {
	text-decoration: underline;
}

#formularios .solapas li.actual {
	background: #FFF;
}

#formularios .solapas li.actual a {
	color: #62cdf6;
}

ul.galeria {
	clear: both;
}

ul.galeria li {
	display: inline-block;
	width: 170px;
	margin: 10px;
	text-align: center;
}

ul.galeria img, ul.galeria a.cargar {
	display: inline-block;
	width: 160px;
	height: 120px;
	margin-bottom: 5px\9;
	border: 4px solid #FFF;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #fbfeff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #fbfeff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #fbfeff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #fbfeff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #fbfeff 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #fbfeff 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#fbfeff', GradientType=0); /* IE6-9 */
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=5,
		Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd,
		Strength=5, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd,
		Strength=5, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd,
		Strength=5, Direction=270);
}

a.cargar span {
	display: inline-block;
	background: url(../imagenes/sprites.png) no-repeat;
	background-position: 5px -675px;
	width: 60px;
	height: 60px;
	margin: 30px auto;
}

a.cargar span.croquis {
	display: inline-block;
	background: url(../imagenes/sprites.png) no-repeat;
	background-position: 0px -612px;
}

a.cargar span.pdf {
	display: inline-block;
	background: url(../imagenes/sprites.png) no-repeat;
	background-position: -55px -612px;
}

a.cargar span.doc {
	display: inline-block;
	background: url(../imagenes/sprites.png) no-repeat;
	background-position: -115px -612px;
}

a.cargar span.xls {
	display: inline-block;
	background: url(../imagenes/sprites.png) no-repeat;
	background-position: -175px -612px;
}

.ancho_completo {
	width: 50%;
	margin: 0 25%;
}

.ultimo_margen {
	margin-right: 0 !important;
}

/*-------------------------------- PIE*/
#pie {
	padding: 0px;
	color: #FFF;
	position: absolute;
	left: 0px;
	bottom: 0;
	height: 40px;
	width: 100%;
	background: #313131;
	border-top: #CCC 1px solid;
	_position: fixed;
	*position: fixed;
	position: fixed\0/;
}

#pie p {
	margin: 0px 20px;
	font-size: 10px;
	line-height: 40px;
	text-align: right;
}

/*@media screen and (max-width: 48em) {
	
	#formularios label{
		width:90%;
	}
}

#formularios .columna{
		width:90%;
}
	
.ancho_completo{
	width:100%;
	margin:0;
}

}*/

/*------------------------------------------ CUADRO DE ALERTA*/
.blockMsg {
	padding: 20px;
	margin: 0;
	width: 30%;
	top: 40%;
	left: 35%;
	text-align: center;
	border: 1px solid #aaa;
	background: #FFF;
	/*cursor: wait;*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.5);
	box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.5);
	color: #A0A0A0;
}

.blockMsg.detalle {
	/*height:400px;*/
	width: 40%;
	left: 30%;
	top: 50%;
	margin-top: -250px;
}

.blockMsg .columna, .blockMsg .columna_doble, .blockMsg .columna_triple
	{
	margin: 2px !important;
	text-align: left;
	min-height: 0px !important;
	text-overflow: ellipsis;
}

.blockMsg .columna p, .blockMsg .columna_doble p, .blockMsg .columna_triple p,
	.blockMsg .columna ul, .blockMsg .columna_doble ul, .blockMsg .columna_triple ul
	{
	margin: 0;
	max-height: 60px;
	overflow: auto;
}

.blockMsg li {
	line-height: 18px !important;
}

.blockUI h2 {
	color: #040a20;
	margin: 0px 10px;
}

.blockUI p {
	margin: 20px;
}

.blockUI a.boton, #contenido-principal table a.boton {
	background: #121F49;
	padding: 2px 15px;
	margin: 0px 5px;
	color: #ffffff !important;
	text-decoration: none;
	border: 1px solid #069;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
	box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
/* ******** AUTOCOMPLETE *********** */
input.autocomplete_disabled:disabled {
    cursor: default;
	border: 1px solid #ccc;
    border-radius: 3px;
    height: 34px;
    font-size: 14px;
    color: #333;
    box-shadow: inset 1px 1px 3px 0px rgb(100 100 100 / 25%);
    padding: 5px 10px;
	background-color: #fff;
	padding-inline-end: 35px;
}
.deletteButtonAutocomplete {
	background-color: transparent;
	border: none;
	color:#70757a;
    cursor: pointer;
    height: 36px;
    outline: none;
    padding: 0;
    pointer-events: auto;
    position: absolute;
    right: 5px;
    width: 26px;
	display: none;
}
.deletteButtonAutocomplete.deletteOk{
	display: inline-block;
}
ul.ui-autocomplete {
   width: 100%;
   text-align: left;
   padding: 0px;
   margin-top: 34px;
   position: absolute;
   max-height: 200px;
   overflow: auto!important;
}
.ui-widget-content .ui-state-focus {
    background: #0078d7;
    color: #fff;
}
.ui-autocomplete .ui-menu-item { 
	padding-top: 3px;
    padding-bottom: 3px;
}
ul.ui-autocomplete li.ui-menu-item:hover {
    background-color:#4fbee9;
	color:#fff;
}
.ui-widget-content, .ui-widget.ui-widget-content {
   border: 0px;
   border-left: 1px solid #c5c5c5;
   border-right: 1px solid #c5c5c5;
   border-bottom: 1px solid #c5c5c5;
}

/* Identificadores ambientes */
.body-testing::before {
    content: "TESTING";
    font-size: 10px;
    font-weight: bold;
    background-color: #FEAFD5;
    color: white;
    position: fixed;
    top: 0;
    left:0px;
    padding: 5px 10px;
	border-radius: 0px 0px 5px;
}
.body-testing::after {
    content: "";
    border:2px solid #FEAFD5;
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

/* Integración */
.body-integracion::before {
    content: "INTEGRACION";
    font-size: 10px;
    font-weight: bold;
    background-color: #86ecea;
    color: white;
    position: fixed;
    top: 0;
    left:0px;
    padding: 5px 10px;
	border-radius: 0px 0px 5px;
}
.body-integracion::after {
    content: "";
    border:2px solid #86ecea;
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

/* Capacitación */
.body-capacitacion::before {
    content: "CAPACITACION";
    font-size: 10px;
    font-weight: bold;
    background-color: #76ef76;
    color: white;
    position: fixed;
    top: 0;
    left:0px;
    padding: 5px 10px;
	border-radius: 0px 0px 5px;
}
.body-capacitacion::after {
    content: "";
    border:2px solid #76ef76;
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

/* Local */
.body-local::before {
    content: "LOCAL";
    font-size: 10px;
    font-weight: bold;
    background-color: #cecece;
    color: white;
    position: fixed;
    top: 0;
    left:0px;
    padding: 5px 10px;
	border-radius: 0px 0px 5px;
}
.body-local::after {
    content: "";
    border:2px solid #cecece;
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}