@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, 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: ""}


/*------------------------------ FIN RESET*/

strong {
	font-weight:bold;
}

body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#1c244a;
	text-align:center; 
	height:100%
}

a{
	color:#1c244a;
	text-decoration:none;
}

a:hover{
	/*color:#1c244a;*/
	text-decoration:underline;
}

img {
	border:none;
}

p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:140%;
	letter-spacing: 0.01em;
	text-align:left;
}

h2{
	font-weight:bold;
	font-size:18px;
}

/*----------------------------------- CONTAINER */

#container {
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:1000px;
}

/*----------------------------------- HEADER */

#header {
	margin:0px;
	padding:0px;
	width:1000px;
	height:225px;
}

#header h1{
	float:left;
	clear:both;
	margin:5px 0px 0px 20px;
	font-size:22px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

td h3 {
	margin:0px 0px 0px 20px;
	padding:5px 0px;
	font-size:14px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#logo{
	float:left;
	padding:0px;
	width: 230px;
	margin: 10px 0 0 20px;
}

#logo h1{
	display:block; 
	text-indent:-9999px;
}

#logo a{
	display:block;
	height: 80px;
}

#logo p{
	text-align:left;
	margin-left: 2px;
	line-height: 16px;
}



#navigation{
	clear:both;
	width:1000px;
	height:90px;
}

#navigation h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:100px;
	color:#FFF;
}

/*----------------------------------- CONTENT */

#content {
	clear:both;
    margin-left: auto;
    margin-right: auto;
	padding:0px;
	width:1000px;
	text-align:center;
}

#content-bott{
	margin:0px;
	padding:0px;
	width:1000px;
	height:20px;
}

#tabla_principal{
	border:1px solid #EEE;
	margin:0px 30px 10px 30px;
	/*padding:20px;*/
	background:#FFF;
	text-align:center;
	width:940px;
}

#tabla_principal td {
	padding:9px;
	/*text-align:center;*/
	text-align:left;
}

#tabla_principal table{
	margin:auto;
	margin-top:5px;
}

#tabla_principal th{
	font-size:14px;
	line-height:28px;
	background:#62CDF6;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}


table .etiqueta{
	width:20%;
	font-weight:bold;
}

table .datos{
	width:35%;
}

.tabla_tab {
	width:100%;
}

.tabla_tab td{
	height:20px;
	padding:0px;
	margin:0px;
}

/*#tabla_principal ul li{
	display:inline;
	margin:10px;
}*/

.navegacion{
	background:#0C0;
	text-align:center;
	margin:auto;
}

.sombreado {
	background:#efefef;
}

.sombreado_cel{
	background:#F2FCFF;
}


.variable{
	font-size:14px;
	font-weight:bold;
}

.datos_solicitud {
	padding:20px;
	background:#EEE;
}

/* BUTTON */
a.button {
	/* Sliding right image */
    background: transparent url(../imagenes/botones/green-right.png) no-repeat scroll top right;
	display: inline;
	float: left;
	height: 20px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	margin: 0px 0px 10px 20px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

a.button span {
/* Background left image */ 
background: transparent url(../imagenes/botones/green-left.png) no-repeat; 
display: block;
line-height: 19px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding:0px 0px 2px 20px;
cursor:pointer
} 


a.button:hover span{
text-decoration:underline;
color: #fff;
}

a.button-blue {
	/* Sliding right image */
    background: transparent url(../imagenes/botones/blue-right.png) no-repeat scroll top right;
	display: inline;
	float: left;
	height: 20px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	margin: 0px 0px 10px 20px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	cursor:pointer
}

a.button-blue span {
/* Background left image */ 
background: transparent url(../imagenes/botones/blue-left.png) no-repeat; 
display: block;
line-height: 19px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding:0px 0px 2px 20px;
} 


a.button-blue:hover span{
text-decoration:underline;
color: #fff;
}
/* END BUTTON */

#fecha {
	float:left;
	margin-bottom:20px;
}

.cuadro_gris{
	width:500px;
	margin:auto;
	background:#CCC;
	text-align:center;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.cuadro_gris h5{
	font-size:12px;
	font-weight:bold;
	margin:10px 0px 5px;
}

.cuadro_gris label{
	font-size:10px;
}

.cuadro_gris select{
	margin: 0px 0px 10px;
}

.horario {
	float:left;
	width:240px;
	padding:0px 20px;
	margin-bottom:10px;
	text-align:left;
}

a.boton {
    background: none repeat scroll 0 0 #121F49;
    border: 1px solid #006699;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
    color: #FFFFFF;
    padding: 2px 15px;
	margin:2px;
    text-decoration: none;
}
/* .campo{
	width:95%;
    padding: 5px;
	margin:0px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

textarea.campo{
	height:80px;
} */

div.menu{
	float:right;
	margin:0px;
	padding:0px;
}

ul.funcionalidades{
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	overflow:hidden;
	/*width:50%;*/
}

.funcionalidades li{
	float:left;
	margin:0px 5px;
}

.funcionalidades a{
	font-weight:bold;
	display:block;
	width:60px;
	height:30px;
	padding:50px 10px 0px;
	text-decoration:none;
	color:#7d7d7d;
	font-size:12px;
	background:#fbfeff; 
	border:1px solid #DDD;
	text-align:center;
	-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: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

}

.funcionalidades a:hover{
	background:#FFF;
	-webkit-box-shadow:0px 0px 1px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:0px 0px 1px rgba(50, 50, 50, 0.5);
	box-shadow:0px 0px 1px rgba(50, 50, 50, 0.5);
}

.funcionalidades a.foto{
	background:url(/archivos/imagenes/navegacion/menu_funcionalidades/reclamos.png) no-repeat #FFF;
	background-position: 6px -3px;
}

.funcionalidades a.croquis{
	background:url(/archivos/imagenes/navegacion/menu_funcionalidades/reclamos.png) no-repeat #FFF;
	background-position: -70px -3px;
}

.funcionalidades a.doc{
	background:url(/archivos/imagenes/navegacion/menu_funcionalidades/reclamos.png) no-repeat #FFF;
	background-position: -145px -3px;
}

.funcionalidades a.consulta{
	background:url(/archivos/imagenes/navegacion/menu_funcionalidades/reclamos.png) no-repeat #FFF;
	background-position: -238px -3px;
}

.funcionalidades a.imprimir{
	background:url(/archivos/imagenes/navegacion/menu_funcionalidades/reclamos.png) no-repeat #FFF;
	background-position: -316px -3px;
}

.funcionalidades a.turno{
	background:url(/archivos/imagenes/navegacion/menu_funcionalidades/reclamos.png) no-repeat #FFF;
	background-position: -382px -3px;
}


ul.centros {
    font-size: 11px;
    line-height: 26px;
    margin: 10px 15px;
}

li.dir {
    background-image: url("../imagenes/iconos/dir.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin: 0;
    padding-left: 20px;
}
li.tel {
    background-image: url("../imagenes/iconos/tel.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin: 0;
    padding-left: 20px;
}
li.mail {
    background-image: url("../imagenes/iconos/mail.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin: 0;
    padding-left: 20px;
}
li.hora {
    background-image: url("../imagenes/iconos/horario.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin: 0;
    padding-left: 20px;
}

#mapacentro{
	float:right;
}

ul.items {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin:0px;
	list-style:none;
}

ul.items li {
	line-height:16px;
	margin:10px 0px;
    padding-left:20px; 
	background-image:url(../imagenes/iconos/bullet4.png);
	background-repeat:no-repeat;
	background-position:0px 1px ;
	
}

span.bullet{
	line-height:16px;
	margin:10px 0px;
    padding-left:20px; 
	background-image:url(../imagenes/iconos/bullet4.jpg);
	background-repeat:no-repeat;
	background-position:0px 1px 1px ;
}

ul.documentos {
}

ul.documentos li{
	display:inline;
	margin:10px;
}

ul.documentos img{	
	border:3px solid #FFF;
	-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;
	margin-bottom: 10px;
}

ul.documentos a{	
	border:none;
}

h2.saludo{
	float:left;
	clear:left;
	margin:30px 20px 10px;
}


.aviso{
	color:#FFF;
	margin:10px;
	padding:4px 12px;
	background:#111f49;
	border:#000 1px solid;
}

.aviso a{
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}


/*------------------------------------------ CUADRO DE ALERTA*/
.blockUI{
	padding: 20px;
	margin: 0;
	width: 30%;
	top: 40%;
	left: 35%;
	text-align:	center;
	border: 1px solid #aaa;
	background: #FFF;
	/*cursor: wait;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-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;
}

.blockUI h2{
	color: #040a20;
}

.blockUI h3{
	color: #333;
	font-size:18px;
	font-weight:bold;
	margin:5px;
}


.blockUI p{
	text-align:	center;
	color: #999999;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}

.blockUI p span.color1{
	color: #121f4b;
	font-size: 14px;
}

.blockUI a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #62CDF6;
    font-weight: bold;
}

.blockUI a.boton{
	background: #121F49;
	padding:2px 15px;
	color:#FFF;
	text-decoration:none;
	border: 1px solid #069;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-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);
}

.blockOverlay{
	cursor:default !important;
}

.has-error, .error{ border-color: #C33 !important;/*border-color: #a94442;*/ }

.mensaje-error, .mensaje-error-form, .mensaje-error-modal{
    color: #C33;
	margin: 2px 0 2px;
	white-space: nowrap;
	line-height: 1.1em;
}