body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


input:focus {outline: none;}
textarea:focus {outline: none; }
select:focus {outline:none;}


input[type=text], textarea {
	border: #42688e solid 1px;
	/*color: #828384; */
	color: #565657 !important;
	padding: 5px;
	/*width: 250px;*/
	width: 100%;
	font-size: 12px !important;
	line-height: normal;
	font: normal !important;
}

label, .letra_azul {
	color:#003366;
	text-align: left;
}


.mancheta_fondo { background-color: #deeef9; padding-bottom: 10px;}
.mancheta_azul1 { background-color: #003366;}
.mancheta_azul2 { background-color: #084b82;}
.mancheta_azul3 { background-color: #10659e;}
.mancheta_azul4 { background-color: #1473a8;}
.mancheta_azul5 { background-color: #1580af;}

.mancheta_blanca { background-color: #ffffff;}


.letras_azul { color:#003366;}

.letras_gris { color:#565657;}

img {
	border: none;
}

a, a:hover, a:visited { text-decoration: none; border: none;}

p {
	font-size: 13px;
	text-align: left;
}

.oculto {display:none !important;}



.error {
	font-weight: normal;
	margin-bottom: 0px !important;
}


#cabecera_cita {
/*	width: 100%;*/
	color: #ffffff;
	background-color: #00519d;
	/*line-height: 60px;*/
	font-size: 20px;
	/*margin-bottom: 2px;*/
/*	text-align: center; */
	
}

#cabecera_cita span {
/*	padding-left: 140px;*/
} 

#cabecera_cita .principal {
	/*padding-left: 0px !important;*/
}

#cabecera_cita2 {
	color: #ffffff;
	background-color: #00519d;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 2px;
}

.columna1 {
/*	width: 140px !important;*/
	color: #ffffff;
	font-size: 16px;
	padding-top: 35px;
	padding-bottom: 15px;
}

.columna1 .fa {
	padding-bottom: 10px;
}

.columna1 .visible-xs .fa {
	padding-left: 20px;
}

.columna1 .visible-xs li:last-child {
	font-size: 20px;
}




.contenedor {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 75%;
}

.contenedor_principal {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}



.titular { 
	font-size: 16px; 
	color:#003366;
	font-weight: bold;
}

.boton, .boton2, .boton_menu { 
	padding: 5px 10px 5px 10px; 
	min-width: 125px;
	color: #ffffff;
	font-size: 14px;
	background-color: #00519d;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	/*height: 25px;*/
	text-align: center; 
	cursor: pointer;
	font-weight: normal !important;
}

.boton_salir {
	min-width: inherit !important;
}

.boton_menu { 
	padding: 50px 50px 50px 50px;
	min-width: 125px;
	min-height: 125px;
	height: auto;
	max-height: 250px;
	max-width: 250px;
}

.boton_menu img { 
	padding-bottom: 10px;
	
}


.seleccion_hora {
	cursor: pointer;
}

.boton_seleccionado_hora,.seleccion_hora:hover  {
	background-color: #003366;
	color: #ffffff;
}

.boton:hover, .boton2:hover, .boton_seleccionado_distrito, .boton_seleccionado_tramite, .boton_menu:hover { 
	background-color: #003366;
}


.boton2 { 
	width: 60%;
	/*max-width: 220px;*/
}


.resumen {
	width: 80%;
	padding-left: 35px !important; 
	padding-right: 35px !important;
	
}

#muestra_calendario{
/*	width: 50%;
	display: inline-block; */
	display: inline-table;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -5px;
	padding-bottom: 50px;
}




.dia {
	width: 31%;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	min-width: 175px;
	padding-bottom: 50px;
}

.dia1 .cabecera, .resumen .cabecera {
	background-color: #003366;
}


.dia1 .horas, .resumen .horas{
	border-top: #074c85 solid 5px;
}


.dia2 .cabecera {
	background-color: #00519d;
	
}


.dia2 .horas{
	border-top: #074c84 solid 5px;
}


.dia3 .cabecera {
	background-color: #259fd6;
	
}


.dia3 .horas{
	border-top: #228baf solid 5px;
}


#dias_extra {
	margin-top: -5px;
	/*float:right; */
	padding-bottom: 40px;
}

#dias_extra .cabecera {
	background-color: #12507f;
	
}


#dias_extra .horas{
	border-top: #0d4060 solid 5px;
}


.cabecera {
	color: #ffffff;
	padding: 5px;
	min-height: 61px;
}



.fecha_dia {
	font-size: 36px;
	margin-right: 10px;
	display: inline;
}

.fecha_mes {
	font-size: 12px;
	display:inline-block;
	text-align: left;
}

.fecha_mes>span {
	font-size: 14px;
	
}

.horas {
	background-color: #ffffff;
}

.horas_elegir {
	width: 100%;
	color: #828384;
	font-size: 14px;
	
}

.horas_elegir td, #tabla_resumen td {
	border-bottom: #dcdcda solid 1px;
	padding: 5px;
}

.horas_elegir tr>td:first-child {
	border-right: #dcdcda solid 1px;
	
}



.tabla_datos {
	color: #003366;
	
}

.tabla_datos>tbody> tr>td:first-child{
	padding-top: 7px;
	padding-right: 10px;
	font-weight: bold;
}

.tabla_datos .boton, .boton_peque{
	margin-right: 0px;
	min-width: 80px;
}


.tabla_datos_consulta {
	width: 100%;
}

.tabla_datos_consulta>tbody>tr>td:first-child{
	width: 30%;
	text-align: right;
}

.titular_datos, .titular_datos2 {
	font-size: 16px;
	padding: 12px;
}


.titular_datos2 {
	padding-top: 14px;
	padding-bottom: 14px;
}


.enlace_x {
	color: #157cb5;
	cursor: pointer;
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
}


#datos_cita_definitivos label.error, #datos_cita label.error, #error_seguridad .error, #consulta_cita label.error, .texto_error{
		padding-top: 3px;
		padding-bottom: 5px;
		width: auto;
		display: block;
		color: #F00;
		font-style: italic;
}

label[for=verificacion] {
	text-align: left;
}

.link_seguridad {
	font-size: 12px;
	color: #003366;
}

.link_seguridad:hover {
	text-decoration: none;
}

.link_seguridad:active {
	text-decoration: none;
	color: #003366;
}


fieldset {
    border: 1px solid #d4d4d4 !important;
    text-align: left !important;
    padding: 20px 0 20px 15px !important;
} 

legend {
    padding-right: 10px !important;
    padding-left: 5px !important;
    
    
    display: inline !important; 
	 width: auto !important;
	 margin-bottom: auto !important;
	 font-size: 14px !important; 
	 line-height: normal !important;
	 border-bottom: none !important;
	    
    
    
}

#continua_datos_consulta {
/*	float: right;*/
}

.volver {
	float: left;
}

.cabecera_busqueda {
	background-color: #00519d;
	color: #ffffff;
	
}

.seleccion_cita_definitiva, .seleccion_cita_blanco {
	background-color: #ffffff;
	border-bottom: 2px solid #d4d4d4;
	cursor:pointer;
}


.seleccion_cita_blanco:hover {
	background-color: #ffffff;
	
}

.seleccion_cita_definitiva:hover {
	background-color: #d4d4d4;
	
}

.cabecera_busqueda td, .seleccion_cita_definitiva td {
	padding: 10px;
}

.seleccion_cita_definitiva td {
	border-bottom: 1px solid #d4d4d4;
}	

#msg_descarga {
	text-align: center;
	font-size: 16px; 
	color:#003366;
	font-weight: bold;
}

.salir {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
}


#acepto {
	margin-left: 5px;
}

#verificacion {
	max-width: 250px !important;
}

#botonera_code {
	padding-top: 20px;
}

#botonera_code input {
	margin-top: 10px;
}

#botonera_code .col-xs-3 {
	padding-left: 0px !important;
}

label[for=acepto].error, label[for=verificacion].error  
{
    text-align: center;
}


#busqueda_cita label  
{
    text-align: right !important;
}

#busqueda_cita label.error  
{
    text-align: left !important;
}

#foto_codigo {
	text-align: right;
}

#calendario_consulta {
	min-width:290px !important;
	margin-left: 16px;
	padding-bottom: 0px !important;
}



#muestra_localizador {
	margin-top:30px;
}

#localizador_grande {
	border: 2px solid #c4c4c4;
	padding: 3px;
	
}

#texto_localizador {
	
	font-size: 18px;
}

/* --- Estilos UI --- */

.ui-datepicker {
	padding: 0px !important;
}

.ui-widget-content {
	border: none !important;
}

.ui-datepicker .ui-datepicker-header {
	padding-top: 14px !important;
	padding-bottom: 14px !important;	
}

.ui-datepicker table {
	width:96% !important;
}

.ui-datepicker td span, .ui-datepicker td a {
	text-align: center !important;	
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	top: auto !important;
	cursor: pointer;
}

.ui-dialog {
	padding: 0px !important;
	
	text-align: center !important; 
}

.ui-dialog-buttonset .ui-button, .ui-dialog-buttonset button {
	background: none !important;
	
	color: #ffffff !important;
	font-size: 14px;
	background-color: #00519d !important;
	/*line-height: 24px;*/
	
	vertical-align: middle;
	margin: 5px !important;
	 
	min-width: 100px !important;
	
	text-align: center; 
	outline:none;
	box-sizing: inherit  !important;
	-webkit-appearance:none !important;
	
}

.ui-dialog-buttonset .ui-button:hover {
	
	background-color: #003366 !important;
		
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none !important;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: center !important;
	padding: 0 0 0 0 !important;
	
}


.ui-dialog .ui-widget-content {
	color: #000000 !important;
}

.ui-dialog .ui-widget-content p {
	text-align: center !important;
}


.ui-widget-header .ui-state-hover {
	background: none !important;
	border: none !important;
}

/* boostrap */

.form-horizontal .control-label {
	text-align: left !important;
	padding-top: 3px !important;
}

.control-label {
	padding-right: 0px !important;	
}

.form-group {
	 margin-bottom:7px !important;
}
