/*@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 500;
  src: local('Exo Medium Italic'), local('Exo-MediumItalic'), url(1LnzhM6dYPICwfoM9MfuCvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}*/

body {
	font: small Helvetica, Arial, sans-serif;
	background: #fff;;
	color: #3a3a3a;
	background-image: url(bg.jpg) !important;
	background-repeat: repeat-x;	
}

body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, input, form, fieldset, label, a:link, a:hover {padding: 0;margin: 0}

p {margin: 0 0 1.7em 0; line-height: 1.7em}

ul, li, dl, dt, dd {list-style: none}

a:link, a:visited {color: #347aa6;}
a:hover {color: #347aa6;}
img {border: none;}


.colorVerde {
	color: #96bd0d !important;
}

.colorAzul {
	color: #0a71b3 !important;
}

.colorAmarillo {
	color: #cc9700 !important;
}

/* ---------------------------------------------

--------------------------------------------- */

#contenedor {
	width: 900px;
	margin: 20px auto 10px auto;
	background-color: #FFF;

}

#cuerpo {
	border: 2px solid #d3d3d3;
	border-top: none;
}

#cuerpo .fondo {
	/*background: url(fondo.gif) top left repeat-y;	*/
}

/* ---------------------------------------------
	
	header
	
--------------------------------------------- */

#cabecera {
	border: 2px solid #d3d3d3;
/*	border-bottom: none;*/
	width: 896px;
	height: 200px;
	background-image: url(cabecera.jpg);
	background-repeat: no-repeat;	
	padding-bottom: 20px;	
}

/*#cabecera a img  {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	width: 896px;
	height: 200px;
}*/


.botonera {
	width: 307px;
	float: left;
	padding-top: 20px;
}

.bienvenida {
	width: 620px;
	float: left;	
/*	font-family: 'Exo', sans-serif !important;*/
	font-size: 14px;
	color: #696969;
}

.botonNuevaPortada {
	text-align: center;		
}

.botonNuevaPortada a {
	text-decoration: none;
	background-color: #96bd0d;
	opacity: 0.8;
	padding: 10px 22px 10px 22px;
	color: #333;
	border-radius: 10px;
	font-weight: bold;
	font-style: italic;
}

.sidebar {
	width: 200px;
	float: left;	
	margin-right: 20px;
	margin-bottom: 20px;
}

.content {
	width: 620px;
	float: left;	
}

.linkOAR {
	float: right;	
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;	
}

.linkOAR:hover {
   opacity: 0.8;
}


/* ---------------------------------------------
	
	navigation
	
--------------------------------------------- */

.botoneraCitas {
	float: left;
	margin: 125px 0 0 220px;
}

.botoneraCitas ul {
	float: left;	
}

.botoneraCitas ul li {
	float: left;	
	display: inline;
	list-style: none;
	margin-right: 20px;
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;		
}

.botoneraCitas ul li a:hover {
   opacity: 0.8;
}


#menu {
/*	background-color: #006699;*/
/*	border-bottom: 2px solid #ccc;
	border-top: 2px solid #ccc;*/
	margin: 200px 0;
	padding: 0;	
	border-top: 2px solid #d3d3d3;
	border-bottom: 2px solid #d3d3d3;
}
#menu ul{
/*	padding-left: 20px;*/
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
/*	border-right: 1px solid #ccc;*/
}

#menu ul li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 6px 10px 6px 10px;
	font-weight: bold;
	border-right: 1px solid #ccc;
/*	border-left: 1px solid #ccc;*/
}

#menu ul li a:hover {
	background-color:  #347aa6;
	color: #fff;
}

#menu .inicio {
	background-color: silver;	
}

#menu .inicio:hover {
	background-color: #d5d5d5;	
}

#menu .pedir {
	background-color: #a7c734;	
}

#menu .pedir:hover {
	background-color: #c0d76e;	
}

#menu .consultar {
	background-color: #207eba;	
}

#menu .consultar:hover {
	background-color: #549cca;	
}

#menu .anular {
	background-color: #e7c429;	
}

#menu .anular:hover {
	background-color: #eed566;	
}

#menu .oar {
	background-color: #697887;	
}

#menu .oar:hover {
	background-color: #708090;	
}

.titulo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
/*	font-weight: bold;*/
	color: #006699;
	line-height: 18px;
	margin-bottom: 6px;
}

.titulo .chico{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #006699;
	line-height: 18px;
	margin-bottom: 6px;
}


.pasos {
	border-bottom: 1px dotted #ccc;
	font-size: 16px;
/*	font-weight: bold;*/
	color: gray;
	padding-bottom: 2px;
}

/* ---------------------------------------------
	
	main column
	
--------------------------------------------- */
#todo{
	width: 900px;
	float: left;
}

#todo-padding {
	padding: 25px;
}

#todo h2 {
	color: #3a3a3a;
	font-size: 150%;
	margin: 0 0 6px 0;
}

/*#pie {
	background-color: #d3d3d3;
	clear: left;
	color: #5b5b5b;
	padding: 10px 0;
}*/

.clear {
	clear: both;
}



#infousuario, .lista, .listadias{
	width: 850px;
	margin-top: 18px;
	background-color: #f2f2f2;
	padding-top: 10px;
	border-bottom: 2px solid #ccc;
}


.infousuarionuevo {
	width: 627px !important;
}	

#infousuario input, #infousuario textarea {
	padding: 4px;
	width: 380px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}
#infousuario select{
	padding: 2px;
	width: 80px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;	
}
#infousuario textarea {
	height: 90px;
}

#infousuario textarea:focus, #infousuario input:focus {
	border: 2px solid #333;
}
.borderojo{
		border: 2px solid #a10000 !important;
}
#infousuario input.enviar{
	width: 100px;
	float: right;
	margin-right: 60px;
	cursor: pointer;
}

#cabecera-print {
	display: none;
}

#infousuario .siguiente {
	width: 158px;
	height: 45px;
	float: right;
	border: none;
	padding: 0;
	margin-right: 10px;
}

#infousuario .siguiente:hover, #infousuario .siguiente:focus {
	border: none !important;
}

.asterisco {
	margin-left: 20px;
	font-style: italic;
}

.lopd {
	margin-left: 20px;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
	margin-bottom: 10px;
}


label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 200px;
	padding-top: 5px;
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#infousuario #nif{
	width: 135px;
}
#infousuario #captcha{
	width: 60px;
}
#errornif, #errornombre, #errorapellidos,#errorempresa,#errormail{
color: #8b0000;
font-weight: bold;
}
#errornif{
	padding-top: 10px;
}

#msg {display:none; position:absolute; z-index:200; background:url(msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}


.loader{
	height:11px;
	width: 43px;
	background: url(loading.gif) no-repeat left 50%;
	position: absolute;
	top: 50%;
	left: 50%;
}
.noloader{
	height:11px;
	width: 43px;
	background: none no-repeat left 50%;
	position: absolute;
	top: 50%;
	left: 50%;	
}

#encuesta{
padding-left: 10px;
padding-right: 10px;
	width: 830px;
	margin-top: 18px;
	background-color: #f2f2f2;
	padding-top: 10px;
	border-bottom: 2px solid #ccc;
}
#encuesta label{
		float: left;
	text-align: left;
	margin-right: 15px;
	width: 100%;
	padding-top: 5px;
	font-size: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#encuesta input, #encuesta textarea {
	padding: 4px;
	width: 380px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}
#encuesta select{
	padding: 2px;
	width: 80px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;	
}
#encuesta textarea {
	height: 90px;
}
#encuesta textarea:focus, #encuesta input:focus {
	border: 2px solid #333;
}
#encuesta input.enviar{
	width: 100px;
	float: right;
	margin-right: 60px;
	cursor: pointer;
}


#encuesta .siguiente {
	width: 158px;
	height: 45px;
/*	float: right;*/
	border: none;
	padding: 0;
	margin-right: 10px;
}

#encuesta .siguiente:hover, #encuesta .siguiente:focus {
	border: none !important;
}
#encuesta #medio{
	width: 235px;
}

#medio_otros{
	width: 500px;
}

.loaderencuesta{
	height:11px;
	width: 43px;
	background: url(loading.gif) no-repeat left 50%;
}
.noloaderencuesta{
	height:11px;
	width: 43px;
	background: none no-repeat left 50%;
}
#encuesta .radios {
	display: block;
	clear: both;
	margin: 4px 0 0 0;
	float: left;
}
#encuesta .radios label{
	float: none;
	text-align: left;
	margin-right: 15px;
	width: 100%;
	padding-top: 5px;
	font-size: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}
#encuesta input[type="radio"] {	
	display: inline;	
		width: 30px;	
		float: none;
}


#encuesta .radiobotonmas {
	width: 100px;	
	float: left;
}
/**/

.lista {
	padding-bottom: 12px;
}

.lista ul, .lista_meses ul {
	margin-left: 12px;
	float: left;	
	width: 390px;
}

.lista ul li, .lista_meses ul li {
	text-decoration: none;
	font-weight: bold;
/*	height: 20px;	*/
	list-style-image: url(1306493609_bullet-blue.png);
	line-height: 20px;
/*	list-style-position: inside;*/
margin-left: 20px;	
}

.lista ul li a, .lista_meses ul li a {
	text-decoration: none;	
}

.lista ul li a:hover, .lista_meses ul li a:hover {
	text-decoration: underline;	
}

.ubicaciones {
	float: right;
/*	background-color: #d3d3d3;*/
	border-left: 1px dotted #d3d3d3;
	margin-right: 20px;
	padding: 0 0 0 12px;
	margin-bottom: 10px;
	min-height: 364px;
}

.nombreproc, .localizaciones {
	font-weight: bold;
	font-size: 14px;
	color: #3a3a3a;
	margin-bottom: 4px;
	display: block;
	margin-bottom: 6px;
}

.listado-requerimientos {
	float: left;	
	margin-bottom: 14px;
}

.titulo-requerimientos {
	text-decoration: underline;
	margin-bottom: 6px;
}

.listado-requerimientos ul {
	font-weight: normal !important;
}

.listado-requerimientos ul li{
	list-style: disc;	
	font-weight: normal !important;
}


.localizacion {
	width: 364px;	
	background-color: #dbe1f9;
	margin-bottom: 10px;
	padding: 4px 0 4px 10px;
}

.recomendacion {
	margin-bottom: 6px;
	float: left;
	color: #347aa6;
}

/* escroles */
#scroll-pane {}
.scroll-pane-localizaciones { float:left;overflow: auto; width: 394px; height:236px;position:relative;display:inline; /*background-color: #c5c726;*/}
#scroll-content {position:absolute;top:0;left:0; margin-right: 16px;}
#slider-wrap{float:left;background-color: silver !important;width:10px;}
#slider-vertical{position:relative;height:100%}
.ui-slider-handle{width:10px;height:10px;margin:0 auto;background-color: #696969;display:block;position:absolute}
input{font-size:12px}


/**/

.escuende{
	display: none;
}
.muestra{
	display: inline;
}


.separador {
	clear:both;
}
.separador_chico{
	clear:both;
	height: 5px;	
}
.separador_grande {
	clear:both;
	height: 10px;
	color: #8b0000;
}

.elmes {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	height: 16px;
	margin-bottom: 14px;
	display: block;
	width: 322px;
	background-color: #006699;
	padding: 2px 0 2px 4px;
}

#calendario {
	width: 326px;
/*	height: 186px;*/	
	background-color: #dbe1f9;
	padding: 2px 2px 6px 2px;
/*	float: left;
	display: block	*/
}

#calendario ul{
	margin:0;
	font-size: 18px;
	text-align: center;
/*	font-family: "MS Sans Serif", Geneva, sans-serif;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#calendario ul li{
	list-style:none;
	float:left;
	width:45px;
/*	border-left:1px solid #add8e6;*/
	color: #d3d3d3;
}
#calendario ul li.eldia{
	color: #696969; 
	margin-bottom: 10px;
}
#calendario ul li span{
	position:relative;
}

#calendario ul li a {
	text-decoration: none;
}

/*#calendario ul li a:active, #calendario ul li a:visited {
	color: #ba3234;
}*/

#calendario .seleccionado a {
	color: #ba3234 !important;
}

.lista_horas {	
	width: 320px;
	float: left;
	padding-top: 6px;
	margin-left: 10px;
}

.horitas {
	text-decoration: none;
	font-size: 14px;
	margin-right: 20px;
/*	background-color: #c5c726;*/
	width: 40px;
	float: left;
	margin-bottom: 6px;
	font-weight: bold;
}

.horitas a {
	text-decoration: none;
}

.lashoritas {
	padding-left: 40px;
}

/**/

.confirmacion-izq {
	float: left;
/*	background-color: #58a253;*/
	width: 200px;
/*	height: 200px;*/
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: right;
}

.confirmacion-der {
	float: left;
/*	background-color: #ba3234;*/
	width: 600px;
/*	height: 200px;*/
	margin-top: 10px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;	
}

.etiqueta {
	font-weight: bold;
}

.confirmacion-aviso {
	text-align: left;
	padding: 6px 0 6px 36px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
	background: url(ok.png) 10px 4px #ddeee4;
	background-repeat: no-repeat;
}

.confirmacion-error {
	text-align: left;
	padding: 6px 0 6px 36px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
	background: #fff09b url(alerta.png) 10px 4px;
	background-repeat: no-repeat;
}
.confirmacion-info {
	text-align: left;
	padding: 6px 0 6px 36px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
	background: #BDE5F8 url(info.png) 10px 4px;
	background-repeat: no-repeat;

}

.botones_mensajes{
/*	clear: both;
	padding: 5px;
	text-align: center;*/
}

.boton_mensajes
{	 
	 background-color: #708090;
	 border-color: #d8dfea rgb(14, 31, 91) rgb(14, 31, 91) rgb(216, 223, 234);
	 border-style: solid;
	 border-width: 1px;
	 color: #fff !important;
	 text-decoration: none;
	 font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	 font-size: 11px;
	 margin: 0 10px;
	 padding: 2px 18px;	
	 width: 150px;
	 margin-left: 30px;
	 
}

.boton_mensajes:hover {
	text-decoration: none !important;
	background-color: #8594a2;
}


.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
/*	opacity:.8;
	filter:alpha(opacity=80);*/
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:250px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
/*	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;*/
	background-color:  #006699;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(tipsy-west.gif);
	background-position:left center;
}

/****************************************
/*PIE
*****************************************/

#pie {
	width: 900px;
	height: 60px; /* + el 80px del padding top hacen 100 */
	float: left;
	margin-top: 10px;
/*	text-align: center;*/	
/*	padding-top: 40px;	*/
	margin-bottom: 20px;
	background-color: #fff;
	font-family: century gothic, Tahoma, Arial, Helvetica, sans-serif;
}

#pie .pieizq, #pie .pieder {
	float: left;
	width:50%;
}

#pie .social {
	float: left;
/*	width: 50%;*/
	height: 44px;
	text-align: left;	
	clear: left;
	margin: 10px 0 0 -5px;	
}

#pie .diputacion {
	float: left;
	width: 300px;
	height: 44px;	
}

#pie .calidad {
	float: right;
/*	width: 50%;*/
	height: 44px;	
	text-align: right;	
}

#pie .calidad img {
	height: 44px;	
}

#pie .texto_pie {
/*	width: 100%;*/
	font-weight: normal;
	text-align: left;
	color: #696969;
	font-size: 12px;
	margin-bottom: 8px;	
	float: left;
	clear: both;
}

#pie .texto_pie a{
	font-weight: normal;
	color: #696969;
	text-decoration: none;
}

#pie .texto_pie a:hover{
	color: #696969;
	text-decoration: underline;
}

#pie .iconos_w3c{
	height: 22px;
/*	width: 50%;*/
	margin: auto;
	padding-top: 0px;	
	float: left;
	margin-left: -5px;	
	clear: both;
}

#pie ul{
	list-style-type: none;
}

#pie li{
	display: inline;
}

#pie ul a{
	width: 82px;
	height: 18px;
	text-decoration: none;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
}

#pie a.w3c_xhtml{
	background: url(w3c_xhtml.gif);
	background-repeat: no-repeat;
}

#pie a.w3c_css{
	background: url(w3c_css.gif);
	background-repeat: no-repeat;
}

#pie a.w3c_wai{
	background: url(w3c_wai.gif);
	background-repeat: no-repeat;	
}


/*AŅADIDOS ABH 15/08/2014*/

a.select {
	color: #ba3234 !important;
}
.icoinfo {
	background: #BDE5F8 url(icoinfo.png) 10px 4px;
	background-repeat: no-repeat;

}