/* CSS Document */

body {
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	background-color: #E1E1E1;
}

h4 {
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 5px;
	padding: 5px;
	background-color: #F2F2F2;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-style: solid;
	border-top-color: #FF6600;
	border-top-width: 1px;
}

.pie {
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

table{
	font-size:12px;
}
a {
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FF6600;
	text-decoration: none;
	
}
.enlace_contactos {
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	text-decoration: none;
	
}
.cabecera {
	background-color: #1A4B74;
}
.cabecera_usuario {
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
}

.cabecera_buscador_tabla {
	-webkit-border-radius: 5;
  	-moz-border-radius: 5;
	border-radius: 5px;
	color: #ffffff;
	border-bottom-width:thin;
	background-color: #226195;
}
.cabecera_buscador_campo {
	color: #ffffff;
	background-color: #1A4B74;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F87CE;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}


.cabecera_buscador_campo:hover{color: #ffffff;}
.cabecera_buscador_campo:active{color: #ffffff;}
.cabecera_buscador_campo:focus{color: #ffffff;}



.btn_buscador {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Verdana;
  color: #1A4B74;
  font-size: 12px;
  background: #85C9EC;
	padding: 7px 12px 7px 12px;
  text-decoration: none;
}

.btn_buscador:hover {
	background-color: #B4DDF3;
}


.btn_historial {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Verdana;
  color: #666666;
  font-size: 12px;
  background: #F2F2F2;
	padding: 7px 12px 7px 12px;
  text-decoration: none;
}

.btn_historial:hover {
	background-color: #F8F8F8;
}





.btn_icono_solo {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Verdana;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  background: #ffffff;
  padding: 6px 11px 6px 11px;
  text-decoration: none;
}

.btn_icono_solo:hover {
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
}



.tareas_planning{
	background-color: #EEEEEE;
	font-size: 10px;
	text-align:center
}


.error {
	background-color: #FFA66A;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.cabecera_opciones {
	color: #1A4B74;
	font-size:14px;
}
.cabecera_opciones_activa {
	color: #ffffff;
	font-size:14px;
	font-weight: bold;
}

.resultados_fondo_cabecera{
	background-color: #EEEEEE;
	font-size: 14px;
}
.resultados_barra_separadora{
	color: #E1E1E1;
}


.Seccion_Título {
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size:14px;
  	-webkit-border-radius: 3;
  	-moz-border-radius: 3;
	border-radius: 5px;
	background:#FFE7D7;
}

/**
input, select, textarea {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
	border-radius: 5px;
	font-family: Verdana;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
 }
**/


input,select,textarea{
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	border:1px solid #e1e1e1;
	padding:5px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
input:hover, select:hover, textarea:hover{
	border:1px solid #FF6600
}
input:active, select:active, textarea:active, input:focus, select:focus, textarea:focus{
	border:1px solid #FF6600;
	outline:none;color:#222;
	-webkit-box-shadow:0 0 4px rgba(177,71,0,.7);
	-moz-box-shadow:0 0 4px rgba(177,71,0,.7);
	box-shadow:0 0 4px rgba(177,71,0,.7)}
		::-webkit-input-placeholder{color:rgba(0,0,0,.6)}
		::-moz-placeholder{color:rgba(0,0,0,.6)}
		:-moz-placeholder{color:rgba(0,0,0,.6)}
		:-ms-input-placeholder{color:rgba(0,0,0,.6)
}

.btn_novo {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Verdana;
  color: #ffffff;
  font-size: 12px;
  background: #FF6600;
	padding: 7px 12px 7px 12px;
  text-decoration: none;
}

.btn_novo:hover {
	text-decoration: none;
	background-color: #FF8B3E;
}

.btn_xeral {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
	border-radius: 5px;
	font-family: Verdana;
	color: #666666;
	font-size: 12px;
	padding: 7px 12px 7px 12px;
	text-decoration: none;
	background: linear-gradient(#E6E6E6, #CCCCCC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#E6E6E6, #CCCCCC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E6E6E6, #CCCCCC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#E6E6E6, #CCCCCC); /* Standard syntax */	
}



.btn_destacado {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
	border-radius: 5px;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 12px;
	padding: 7px 12px 7px 12px;
	text-decoration: none;
	background: linear-gradient(#a90329 , #9b0225  ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#a90329, #9b0225 ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#a90329, #9b0225 ); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#a90329, #9b0225 ); /* Standard syntax */	
}



.btn_xeral:hover {
	text-decoration: none;
	background-color: #F3F3F3;
}


.btn_salir {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
	border-radius: 5px;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 12px;
	padding: 7px 12px 7px 12px;
	text-decoration: none;
	background-color: #999999;
}

.btn_salir:hover {
	text-decoration: none;
	background-color: #BEBEBE;
}





.cabecera_tabla_resultados {
	-webkit-border-radius: 5;
  	-moz-border-radius: 5;
	border-radius: 5px;
	color: #ffffff;
	border-bottom-width:thin;
	background-color: #226195;

}



.filtros_fondo_cabecera{
	background-color: #E1E1E1;
}
.filtros_tabla{
	border: 1px solid #999999;
	-webkit-border-radius: 5;
  	-moz-border-radius: 5;
	border-radius: 5px;
}
.resultados_tabla{
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5;
  	-moz-border-radius: 5;
	border-radius: 5px;
}


span.news { font-weight:bold; font-style:italic; }

.tabla_contenido {
  	-webkit-border-radius: 3;
  	-moz-border-radius: 3;
	background-color: #FFFFFF;
	margin-top: 60px;
}
.anuncio_tablon{
  	-webkit-border-radius: 3;
  	-moz-border-radius: 3;
}

/* menu desplegable 
* {
	margin:0px;
	padding:0px;
}
*/
#header {
	margin:auto;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	
}


ul, ol {
	list-style:none;
			margin:0px;
	padding:0px;
}

.nav > li {
	float:left;
}

.nav li a {
	background-color:#004875;
	color:#fff;
	text-decoration:none;
	padding:10px 12px;
	display:block;
}

.nav li a:hover {
	background-color:#FF6600;
}

.nav li ul {
	display:none;
	position:absolute;
	min-width:140px;
}

.nav li:hover > ul {
	display:block;
}

.nav li ul li {
	position:relative;
}

.nav li ul li ul {
	right:140px;
	top:0px;
}





.txtSmall {	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.cita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.cita_fin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	text-decoration:line-through;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.cita_plani {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.enlace_plani {
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FF6600;
	text-decoration: none;	
}
.cita_fin_plani {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-decoration:line-through;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.hora {
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #666666;
}

#campo_largo {
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

#tarjetaContacto {
	display:none;
	position:fixed;
	left:50%;
	margin-left:-375px;
	padding: 10px;
	top:60px;
	width:750px;
	height:170px;
	z-index:1;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(145,145,145,1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(145,145,145,1);
	box-shadow: 0px 0px 30px 0px rgba(145,145,145,1);
}



.embed-container {
    position: absolute;
    width: 370px;
    height: 100%;
	margin-top: 60px;

}
.embed-container iframe {
    position: absolute;
    top:80;
    left: 0;
    width: 370px;
    height: 100%;
}




.ficha_contacto_listado_ampliado {
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

.taNotas:focus{height:600px};
.taNotas:focus;
.clear{clear:both;}


.contacto_listados{
	-webkit-border-radius: 10px 10px;
	background-color:#EFEFEF;
	padding: 3px 5px 3px 5px;
	font-style:italic;
	font-size:10px;
	color:#333333;
}