/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
}

#page-wrapper {
}

#page {
}

/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {
}

#header .section {
}

#logo /* Wrapping link for logo */ {
  position: absolute; 
  margin: 0;
  padding: 0;
  /* top: 4px; */
  /*left: 13px;*/
  top: 5px;
  left: 3px;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name,
div#site-name /* The name of the website */ {
	display: none
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
}

/*
 * Content
 */
#content {
	font-size: .875em;
}

#content .section {
}

.section-itv #content .section {
	padding-top: 12px;	
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h2.block-title,
h3.title /* Comment title */ {
	margin: 0;
	color: #009DD3;	
}

h1.title {
	font-size: 1.5em;
	padding: .5em 0;	
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
	position: relative;
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.pager a, .pager a.active {
	color: #009DD3;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.pager a:hover {
	color: #00BFFF;
	background: #F0F0F0;
	
	-moz-box-shadow: 0px 0px 3px #F0F0F0;	
	-webkit-box-shadow: 0px 0px 3px #F0F0F0;	
	box-shadow: 0px 0px 3px #F0F0F0;	
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
#footer {
}

#footer {
	padding: 10px 15px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .55em;
	color: #666666;
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer, .region-footer .block {
	margin-bottom: 0;
}

.region-footer .enlaces_pie {
	position: absolute;
	top: 7px;
	right: 15px;
}

.logged-in .region-footer .enlaces_pie {

}

.region-footer .enlaces_pie a {
	display: inline-block;
	color: #666666;
	text-decoration: none;
	margin-left: 8px;
	vertical-align: bottom;
	line-height: 100%;
}

.region-footer .enlaces_pie a.aviso_legal {
	padding: 3px 5px;
}

.region-footer .enlaces_pie a.enlace_enac {
	width: 36px;
	height: 20px;
	margin-left: 3px;
	background: url(../images/logo_enac.png) no-repeat left top;
	position: relative;
	top: -3px;
}
.region-footer .enlaces_pie a.enlace_enac span{
	display: none;
}

.region-footer .enlaces_pie a.aviso_legal:hover {
	background-color: #E0E0E0;
	color: #333333;
}



/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}




/*
* Recuadros de portada
*/

.recuadro-portada {
	background: #EBEBE8;
	border-right: 15px solid #00A8EA;
}

.recuadro-portada .view-header {
	background: #E5E5E0;
	min-height: 2.1em;
	padding: .1em 1.7em;
	position: relative;
}

.recuadro-portada .view-header h2 {
	color: #009DD3;
	font-size: 1.55em;
	margin: 0;
	font-weight: normal;
}

.recuadro-portada .view-header a.enlace_recuadro_portada {
	position: absolute;
	top: 5px;
	right: 50px;
	color: #939393;
	font-size: .9em;
}
.recuadro-portada .view-header a.enlace_recuadro_portada:hover {
	color: #636363;
}

.recuadro-portada .view-content {
	padding: 9px 8px 9px 18px;
}

.recuadro-portada .view-content ul {
	padding: 0;	
	margin: 0;
}

.recuadro-portada .view-content ul {
	list-style: none;
	display: block;
}

.recuadro-portada .view-content a{
	color: #606060;
	text-decoration: none;
	display: block;
	line-height: 100%;
	font-size: 1em;
}

.recuadro-portada .view-content a:hover {
	background: #FBFBF8;
	
	-moz-box-shadow: 0px 0px 3px #FBFBF8;
	-webkit-box-shadow: 0px 0px 3px #FBFBF8;
	box-shadow: 0px 0px 3px #FBFBF8;
}

.recuadro-portada.noticias .view-content {
	height: 114px;
	padding: 4px 8px 5px 18px;
}

.recuadro-portada.noticias .view-content .views-row {
	height: 42px;
	float: none!important;
}

.recuadro-portada.noticias .view-content .views-row .views-field-title {
	border-bottom: 2px solid #C4C4C2;
	padding: 6px 4px;
}
.recuadro-portada.noticias .view-content .views-row a{
	padding: .4em;
	font-size: .85em;
	text-transform: uppercase;
}

.recuadro-portada.recuadro-faq .view-content {
	height: 104px;
}

.recuadro-portada.recuadro-faq .view-content ul {
	height: 104px;
}

.recuadro-portada.recuadro-faq .view-content ul li {
	height: 104px;
	width: 156px;
	float: left;
}
.recuadro-portada.recuadro-faq .view-content ul li .views-field-title {
	border-left: 2px solid #C4C4C2;
	padding: 3px 8px;
}

.recuadro-portada.recuadro-faq .view-content ul li a{
	height: 92px;
	padding: 3px;
}

.recuadro-portada.recuadro-faq .view-content .jcarousel-clip{
	width: 522px;
}

/*
* Carrusel de portada
*/

.jcarousel-clip {
	overflow: hidden;	
}
.recuadro-portada.noticias .jcarousel-clip-vertical {
	height: 114px;	
}

.recuadro-portada .jcarousel-prev, .recuadro-portada .jcarousel-next {
	display: block;
	height: 15px;
	width: 15px;
	position: absolute;
	top: -30px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.recuadro-portada.recuadro-faq .jcarousel-prev {
	right: 18px;
	background-position: 0 -15px;
}
.recuadro-portada.recuadro-faq .jcarousel-next {
	right: 0px;	
	background-position: -15px -15px;
}
.recuadro-portada.recuadro-faq .jcarousel-prev:hover {
	background-position: 0 -30px;
}
.recuadro-portada.recuadro-faq .jcarousel-next:hover {
	background-position: -15px -30px;
}
.recuadro-portada.recuadro-faq .jcarousel-prev.jcarousel-prev-disabled {
	background-position: 0 0;
	cursor: default;
}
.recuadro-portada.recuadro-faq .jcarousel-next.jcarousel-next-disabled {
	background-position: -15px 0;
	cursor: default;
}

.recuadro-portada.noticias .jcarousel-prev {
	right: 26px;
	top: -22px;
	background-position: -30px -15px;
}
.recuadro-portada.noticias .jcarousel-next {
	right: 8px;	
	top: -22px;
	background-position: -45px -15px;
}
.recuadro-portada.noticias .jcarousel-prev:hover {
	background-position: -30px -30px;
}
.recuadro-portada.noticias .jcarousel-next:hover {
	background-position: -45px -30px;
}
.recuadro-portada.noticias .jcarousel-prev.jcarousel-prev-disabled {
	background-position: -30px 0;
	cursor: default;
}
.recuadro-portada.noticias .jcarousel-next.jcarousel-next-disabled {
	background-position: -45px 0;
	cursor: default;
}




/*
*  Páginas interiores
*/

/******************** Seccion ITV ********************/

.section-itv h1.title {
	display: block;

}

.page-itv-cuando-pasar-la-itv h1.title {
	padding: 1em 0;	
}

/* Bloques superiores */

/* Todos los bloques de la seccion Bloque Superior adoptaran el mismo estilo: Titulo h2 a la izquierda y contenido a la derecha */

#block-block-4 h2.block-title,
#block-block-5 h2.block-title
{
	float: left;
	padding-left: 14px;
	width: 262px;
}

#block-block-8 h2.block-title
{
	float: left;
	padding-left: 14px;
	width: 290px;
}

#block-block-6, #block-block-7 {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-left: 40px;
}

.bloque_superior .block {

}

.section-metrologia #content .section {
	padding-top: 1em;	
}

.section-metrologia .bloque_superior .region {
	padding-top: 0;	
}

.section-metrologia .bloque_superior .block h2.title {
	width: 290px;
}

.section-metrologia .bloque_superior .block .content {
	margin-left: 350px;	
}

/* Seccion de Servicios ITV */

body.page-node-29 h1.title,
body.page-node-30 h1.title,
body.page-node-31 h1.title,
body.page-node-32 h1.title,
body.page-node-33 h1.title,
body.page-node-34 h1.title,
body.page-node-35 h1.title,
body.page-node-36 h1.title,
body.page-node-37 h1.title,
body.page-node-29 h3,
body.page-node-30 h3,
body.page-node-31 h3,
body.page-node-32 h3,
body.page-node-33 h3,
body.page-node-34 h3,
body.page-node-35 h3,
body.page-node-36 h3,
body.page-node-37 h3
{
	display: none !important;
}

body.page-node-29 h2.block-title,
body.page-node-30 h2.block-title,
body.page-node-31 h2.block-title,
body.page-node-32 h2.block-title,
body.page-node-33 h2.block-title,
body.page-node-34 h2.block-title,
body.page-node-35 h2.block-title,
body.page-node-36 h2.block-title,
body.page-node-37 h2.block-title
{
	width: 180px !important;
}


body.page-node-29 .field-item p,
body.page-node-30 .field-item p,
body.page-node-31 .field-item p,
body.page-node-32 .field-item p,
body.page-node-33 .field-item p,
body.page-node-34 .field-item p,
body.page-node-35 .field-item p,
body.page-node-36 .field-item p,
body.page-node-37 .field-item p {
	border-top: 6px solid #009DD3;
	background: #EBEBE8;
	padding: 0 1em 1em;
}

.node .content {

}

body.section-itv.page-itv-servicios-itv #content-area .node .content {
	background: transparent;
	border-top: 0;
	padding: 1em;
}

body.section-itv[class*="page-itv-servicios-"] #content-area .node .content h3 {
	color: #009DD3;
	font-size: 1.2em;
}

/* Cuando pasar la ITV */

.top_itv {
	margin-top: -40px;	
}

.top_itv .content {
	min-height: 90px;	
	margin: 40px 30px 20px 40px;
}

.top_itv img {
	position: absolute;	
	top: -40px;
	right: 10px;
}

.top_itv p {
	margin: 0;
	padding-right: 50%;
	position: relative;
}

.cuando_itv, .tarifas_itv {
	display: block;
	min-height: 215px;
	background: url(../images/img_entrada_itv.jpg) no-repeat 10% center;
	position: relative;	
}

.cuando_itv p, .tarifas_itv p, .inicio_calibracion p{
	width: 364px;
	height: 37px;
	background: url(../images/recuadro_mensaje.png) no-repeat left top;
	padding: 0 20px;
	color: #929292;
	font-size: 1.15em;
	position: absolute;
	right: 10%;
	top: 50%;
	margin-top: -18px;
}

#content-area.gris {
	background-color: #EBEAE8;
	width: 936px;
	position: relative;
	left: -24px;
	padding: 12px;
}

#content-area.gris .node{
	padding: 1em;
}

.page-itv-tarifas #content-area.gris {
	background-color: transparent;
	width: auto;
	left: 0;	
}
.page-itv-tarifas #content-area.gris .node {
	padding: 0;
}

body[class*="itv-tarifas-"] table 
{
	width: 100%;	
}


/* Tarifas ITV */

h1.titulo_categoria {
    display: block;
    font-size: 1.5em;
    padding: 1em 0 1em 1.6em;	
}

h2.titulo_categoria {
	color: #929292;
	font-size: 1em;	
	margin-top: 0;
	display: none;
}

.gris .content_side {
	margin: 2em 0;	
}

.content table {
	background: #FFFFFF;
	font-size: .9em;
}

.content table td, .content table th {
	padding: .3em;
	border-left: 3px solid #009AD0;
	border-top: 1px solid #009AD0;
}

.content table tr:first-child td, .content table tr:first-child th {
	border-top: 0;
}

.content table td[align="right"] {
	white-space: nowrap;	
	vertical-align: top;
}



/***
*** FAQ
***/

.page-faq h1.title, .page-noticias h1.title{
	margin-bottom: 1em;
}

.page-faq .view-preguntas-frecuentes .views-row {
	background: #EBEBE8;
	padding: 1em;
	margin-bottom: 1.5em;	
}

.page-faq .view-preguntas-frecuentes .views-field-title {
	width: 190px;
	float: left;
	color: #009DD3;
	font-weight: bold;
}
.page-faq .view-preguntas-frecuentes .views-field-body {
	margin-left: 240px;
	border-left: 1px solid #939393; 
	padding-left: 1em;
}

.page-faq .view-preguntas-frecuentes .views-field-body p:first-child {
	margin-top: 0;	
}

/****
***** Equipos de Medida y Control
****/

.page-metrologia-equipos-medida-y-control h1.title, body[class*="page-metrologia-equipos-medida-y-control-"] h1.title {
	display: none;	
}



/****
**** Seccion La Empresa
****/

.section-la-empresa .content_side {
	width: 286px;	
	clear: left;
}

.section-la-empresa .content_side + .node {
	margin-left: 315px;
}

.la_empresa-compromiso-compromiso_social .content_side .img_lateral img {
	position: absolute;
	bottom: -12px;
	left: 14px;	
}

.la_empresa-compromiso-respeto_al_medio_ambiente .content_side .img_lateral img {
	position: absolute;
	bottom: 12px;
	left: 14px;	
}

.logged-in.section-la-empresa .content_side .img_lateral img {
	position: relative;
	bottom:0;
	left: 0;	
}

.view-mode-full h2, .section-la-empresa h2.titulo_que_es {
	color: #009DD3;
	font-size: 1em;
}

.recuadro_gris {
	display: block;	
	background: #EBEAE8;
	padding: 1em;
}

div.recuadro_gris {
	margin: 1em 0;	
}

ol.recuadro_gris, ul.recuadro_gris {
	padding-left: 3em;	
}

#content-area .node .content li {
	margin-bottom: .5em;	
}

.section-la-empresa #content-area .node .content strong {
	color: #009AD1;
	font-weight: normal;	
}

.section-la-empresa #content-area .node .content .recuadro_gris strong {
	color: #000000;
	font-weight: bold;
}

.section-la-empresa #content-area .node .content .recuadro_gris p:first-child {
	margin-top: 0;	
}

.section-la-empresa #content-area .node .content h3.title{
	color: #009DD3;
	font-size: 1em;
	margin: 1em 0;
}


a.enlace_empresa {
	display: block;
	float: right;
	background: #B6B6B6;
	color: #FFFFFF;
	padding: 2px 10px;
	
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.enlace_empresa.izq {
	float: none;
	display: inline-block;
	margin-left: 315px;
}

a.enlace_empresa:hover {
	color: #F2EA00;	
}

a.enlace_empresa:active {
	color: #FFFFFF;
	background: #009BD1;
	
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.65) inset, -2px -2px 2px rgba(255,255,255,0.65) inset;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.65) inset, -2px -2px 2px rgba(255,255,255,0.65) inset;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.65) inset, -2px -2px 2px rgba(255,255,255,0.65) inset;
	
}

.page-la-empresa-elementos-que-se-verifican h1.title {
	float: left;
	width: 250px;
}


.overlay, .over {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);	
	z-index: 900;
}

.over {
	background: transparent;
	z-index: 999;
}


.overlay .cargador {
	width: 800px;
	margin: 20px auto;
	background: #FFFFFF url(../images/logo_veiasa.png) no-repeat left top;
	padding-top: 65px;
	font-size: .75em;
	line-height: 140%;
	
	-moz-box-shadow: 0px 0px 15px #000000;	
	-webkit-box-shadow: 0px 0px 15px #000000;	
	box-shadow: 0px 0px 15px #000000;	
}

.cargador h1.title {
	float: left;
	width: 210px;
	font-size: 1.3em;
	padding-right: 0;
	padding-top: 0;	
	padding-left: 1em;
}

.cargador .pie_popup #footer {
	font-size: 1.1em;	
}

.section-la-empresa .cargador .content_side + .node {
	margin-left: 254px;
	
}

.section-la-empresa .cargador .content {
	padding-right: 30px;
}

.section-la-empresa .cargador .content_side .img_lateral img {
	width: 200px;
	height: auto;
}

/***
***  Normativa
***/

.page-itv-normativa h1.title {
	padding: 1em;	
}

.page-itv-normativa .bloque_superior {
	border-bottom-color: #009AD0;
}

.page-itv-normativa .bloque_superior .region, .page-itv-normativa .bloque_superior .block {
	padding: 0;
}

.page-itv-normativa .bloque_superior .normativa_top .content {
	position: absolute;
	top: -55px;
	right: 50px;
	color: #929292;
	height: 37px;
	width: 250px;
	background: url(../images/mensaje_top.png) no-repeat left top;
	padding: 0px 5px;
	text-align: center;
}

.page-itv-normativa .bloque_superior .normativa_top .content p {
	margin: 0;
}

.manuales_normativa {
	width: 960px;
	position: relative;
	left: -24px;
	text-align: center;
	padding: 4em 0;
	border-bottom: 6px solid #009AD0;	
}

.manuales_normativa a {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin-left: 40px;
	color: #929292;
	font-weight: bold;
	text-align: left;
}

.manuales_normativa a span {
	cursor: pointer;
	display: block;
	width: 150px;
	margin-left: 76px;
	font-size: .9em;
	line-height: 130%;
}
.manuales_normativa a:first-child {
	margin-left: 0;
}

.manuales_normativa a img {
	display: block;
}



/*** 
***  Formulario de Contacto
***/

body.section-contacto h1.title {
	float: left;
	width: 200px;
	padding: 0px 0px 12px 14px;
}

body.section-contacto #content-area {
	margin-left: 250px;	
}

body.section-contacto #content-area .node label {
	font-weight: normal;
}

body.section-contacto #content-area .node fieldset {
	border: 0;
	padding: 0;
}

body.section-contacto #content-area .node fieldset legend {
	padding: 0;	
	color: #009AD0;
	font-weight: bold;
	margin-bottom: 1.3em;
}

body.section-contacto .webform-component--asunto-fieldset--asunto label, body.section-contacto .webform-component--consulta-fieldset--consulta label {
	color: #009AD0;
	font-weight: bold !important;
}

body.section-contacto .recuadro_gris:first-child {
	margin-top: 0;	
}

body.section-contacto .recuadro_gris strong {
	color: #009AD0;
}


body.section-contacto #content-area .node .webform-component--campo-consulta--consulta label {
	color: #009AD0;
	font-weight: bold !important;
	float: left;
}


.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
}

/************* RED DE ESTACIONES *****************/

.section-itv .sidebar h1.title {
	padding: 1em 1.2em	
}

.page-itv-red-de-estaciones h1.title, .page-metrologia-laboratorios h1.title {
	display: none;	
}

.red_estaciones {
	position: relative;	
}

.red_estaciones a.moviles {
    background: #009CD3;
    border-radius: 8px;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    left: 10px;
    padding: 2px 20px;
    position: absolute;
    top: 80px;
	z-index: 999;
}

#cont_flash{
	position: relative;
	z-index: 10;	
}

.red_estaciones a.moviles:hover {
	color: #F2E900;
}

.red_estaciones a.moviles:active {
	background: #B6B6B6;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.65) inset, -2px -2px 2px rgba(255,255,255,0.65) inset;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.65) inset, -2px -2px 2px rgba(255,255,255,0.65) inset;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.65) inset, -2px -2px 2px rgba(255,255,255,0.65) inset;
}


.menu_mapa {
	position: relative;
	margin: 0px auto 20px auto;	
}

.menu_mapa ul.menu, .menu_mapa ul.menu li {
	padding: 0;
	margin: 0;	
	list-style-type: none;
	list-style-image: none;
}

.menu_mapa ul.menu li a {
	color: #000000;
	text-decoration: none;
	display: block;
	font-size: .8em;
	padding-top: 30px;
	background: url(../images/icono_itv.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100px;
	min-width: 27px;
	line-height: 100%;
}

.menu_mapa.metro ul.menu li a {
	background-image: url(../images/icono_comarcalizacion.png);
}

.menu_mapa.metro ul.menu li a.centro {
	background-image: url(../images/icono_centro_metrologico.png);
}

.menu_mapa ul.menu li a:hover {
	background-position: 0px -77px;
}

.menu_mapa ul.menu li.active a, .menu_mapa ul.menu li.active-trail a, .menu_mapa ul.menu li.active a:hover, .menu_mapa ul.menu li.active-trail a:hover {
	background-position: 0px -154px;
}

#block-menu-menu-huelva, #block-menu-menu-huelva-metro {
	width: 330px;
	height: 415px;	
	background: url(../images/mapa_huelva.png) no-repeat left center;	
}
#block-menu-menu-huelva-metro {
	background-image: url(../images/mapa_huelva_naranja.png);	
}

#block-menu-menu-sevilla, #block-menu-menu-sevilla-metro {
	width: 415px;
	height: 377px;	
	background: url(../images/mapa_sevilla.png) no-repeat left center;	
}
#block-menu-menu-sevilla-metro {
	background-image: url(../images/mapa_sevilla_naranja.png);	
}

#block-menu-menu-cordoba, #block-menu-menu-cordoba-metro {
	width: 336px;
	height: 415px;	
	background: url(../images/mapa_cordoba.png) no-repeat left center;	
}
#block-menu-menu-cordoba-metro {
	background-image: url(../images/mapa_cordoba_naranja.png);	
}
#block-menu-menu-jaen, #block-menu-menu-jaen-metro {
	width: 415px;
	height: 330px;	
	background: url(../images/mapa_jaen.png) no-repeat left center;	
}
#block-menu-menu-jaen-metro {
	background-image: url(../images/mapa_jaen_naranja.png);	
}
#block-menu-menu-cadiz, #block-menu-menu-cadiz-metro {
	width: 415px;
	height: 398px;	
	background: url(../images/mapa_cadiz.png) no-repeat left center;	
}
#block-menu-menu-cadiz-metro {
	background-image: url(../images/mapa_cadiz_naranja.png);	
}
#block-menu-menu-malaga, #block-menu-menu-malaga-metro {
	width: 415px;
	height: 272px;	
	background: url(../images/mapa_malaga.png) no-repeat left center;	
}
#block-menu-menu-malaga-metro {
	background-image: url(../images/mapa_malaga_naranja.png);	
}
#block-menu-menu-granada, #block-menu-menu-granada-metro {
	width: 415px;
	height: 347px;	
	background: url(../images/mapa_granada.png) no-repeat left center;	
}
#block-menu-menu-granada-metro {
	background-image: url(../images/mapa_granada_naranja.png);	
}
#block-menu-menu-almeria, #block-menu-menu-almeria-metro {
	width: 404px;
	height: 415px;	
	background: url(../images/mapa_almeria.png) no-repeat left center;	
}
#block-menu-menu-almeria-metro {
	background-image: url(../images/mapa_almeria_naranja.png);	
}

.logged-in #block-menu-menu-huelva {
	background-image: url(../images/mapa_huelva_admin.png);	
}
.logged-in #block-menu-menu-huelva-metro {
	background-image: url(../images/mapa_huelva_naranja_admin.png);	
}

.logged-in #block-menu-menu-sevilla {
	background-image: url(../images/mapa_sevilla_admin.png);	
}
.logged-in #block-menu-menu-sevilla-metro {
	background-image: url(../images/mapa_sevilla_naranja_admin.png);	
}

.logged-in #block-menu-menu-cordoba {
	background-image: url(../images/mapa_cordoba_admin.png);	
}
.logged-in #block-menu-menu-cordoba-metro {
	background-image: url(../images/mapa_cordoba_naranja_admin.png);	
}

.logged-in #block-menu-menu-jaen {
	background-image: url(../images/mapa_jaen_admin.png);	
}
.logged-in #block-menu-menu-jaen-metro {
	background-image: url(../images/mapa_jaen_naranja_admin.png);	
}

.logged-in #block-menu-menu-cadiz {
	background-image: url(../images/mapa_cadiz_admin.png);	
}
.logged-in #block-menu-menu-cadiz-metro {
	background-image: url(../images/mapa_cadiz_naranja_admin.png);	
}

.logged-in #block-menu-menu-malaga {
	background-image: url(../images/mapa_malaga_admin.png);	
}
.logged-in #block-menu-menu-malaga-metro {
	background-image: url(../images/mapa_malaga_naranja_admin.png);	
}

.logged-in #block-menu-menu-granada {
	background-image: url(../images/mapa_granada_admin.png);	
}
.logged-in #block-menu-menu-granada-metro {
	background-image: url(../images/mapa_granada_naranja_admin.png);	
}

.logged-in #block-menu-menu-almeria {
	background-image: url(../images/mapa_almeria_admin.png);	
}
.logged-in #block-menu-menu-almeria-metro {
	background-image: url(../images/mapa_almeria_naranja_admin.png);	
}

.page-itv-red-de-estaciones-huelva h2.titulo_estacion, .page-itv-red-de-estaciones-sevilla h2.titulo_estacion, .page-itv-red-de-estaciones-cordoba h2.titulo_estacion, .page-itv-red-de-estaciones-jaen h2.titulo_estacion,
.page-itv-red-de-estaciones-cadiz h2.titulo_estacion, .page-itv-red-de-estaciones-malaga h2.titulo_estacion, .page-itv-red-de-estaciones-granada h2.titulo_estacion, .page-itv-red-de-estaciones-almeria h2.titulo_estacion,
.page-metrologia-laboratorios-huelva h2.titulo_estacion, .page-metrologia-laboratorios-sevilla h2.titulo_estacion, .page-metrologia-laboratorios-cordoba h2.titulo_estacion, .page-metrologia-laboratorios-jaen h2.titulo_estacion,
.page-metrologia-laboratorios-cadiz h2.titulo_estacion, .page-metrologia-laboratorios-malaga h2.titulo_estacion, .page-metrologia-laboratorios-granada h2.titulo_estacion, .page-metrologia-laboratorios-almeria h2.titulo_estacion {
	display: none;
}

.texto_provincia {
	position: relative;	
}
.texto_provincia p {
	margin: 0;
	display: block;
	width: 364px;
	height: 37px;
	background: url(../images/recuadro_mensaje.png) no-repeat left top;
	color: #929292;
	font-size: 1.1em;
	padding: 0 20px;
	margin-top: 40%;
}

.titulo_estacion {
	font-size: 1em;
	text-transform: uppercase;
	margin-top: 1.5em;
	color: black !important;	
}

.node-estacion .content, .node-control .content {
	background-color: #EBEAE8;
}

.tabs_estacion {
	background: #009AD0;
	min-height: 32px;
	color: #FFFFFF;	
	font-weight: bold;
}

.tabs_estacion a {
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	padding: 8px 15px 0 15px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 100%;
}

.tabs_estacion a:hover {
	background: #2BB7EC;
	-moz-box-shadow: 0 0 3px #2BB7EC;	
	-webkit-box-shadow: 0 0 3px #2BB7EC;	
	box-shadow: 0 0 3px #2BB7EC;	
}
.tabs_estacion a.activo {
	color: #F0E913;
	border-bottom: 6px solid #FFFFFF;
	height: 18px;
}

.enlace_cita {
	float: right;	
}

.node-estacion .content .field, .node-control .content .field {
	padding: 2em 1em;	
}

.node-estacion .content .field.field-name-field-plano, .node-control .content .field.field-name-field-plano {
	padding: 0;
}

.node-estacion .content .field-item p:first-child, .node-control .content .field-item p:first-child {
	margin-top: 0;	
}

.node-estacion .content .field-name-field-localizacion .field-item, .node-estacion .content .field-name-field-horarios .field-item, .node-estacion .content .field-name-field-lineas .field-item,
.node-control .content .field-name-field-localizacion .field-item, .node-control .content .field-name-field-carac .field-item {
	background: #FFFFFF;
	border-top: 1px solid #009AD0;
	border-bottom: 1px solid #009AD0;
	padding: 2px 6px;
}

.field-name-field-horarios ul ul {
	margin-top: .8em; 	
}

.enlace_volver_mapa {
	width: 15px;
	height: 71px;
	position: absolute;
	top: 50%;
	right: 101%;
	margin-top: -35px;
	background: url(../images/enlace_volver_mapa.png) no-repeat left top;
}

.enlace_volver_mapa:hover {
	background-position: right top;
}

.enlace_volver_mapa span {
	display: none;
}

body[class*="page-metrologia-laboratorios-"] h1.title {
    display: block;
    padding: 1em 0 1em 1.6em;	
}

/************ SECCION COMPROMISO ****************/

.bloque_superior {
	border-bottom: 8px solid #009AD0;
}

body.page-metrologia-equipos-medida-y-control .bloque_superior {
	border-bottom: none !important;
}

body[class*="section-la-empresa la_empresa-compromiso-"] #content > .section {
	padding-top: 0;	
}

body[class*="section-la-empresa la_empresa-compromiso-"] .bloque_superior {
	border-bottom: 8px solid #009AD0;
}

body[class*="section-la-empresa la_empresa-compromiso-"] h1.title {
	float: left;
	width: 300px;
	padding-top: 24px;
}

body[class*="section-la-empresa la_empresa-compromiso-"] .bloque_superior .region {
	padding: 0;
}

.region-bloque-superior .block.bloque_compromiso {
	margin: 0;	
}
.region-bloque-superior .block.bloque_compromiso {
	margin-left: 315px;
	padding: 1em;
	background: #EBEBE8;	
}

.region-bloque-superior .block.bloque_compromiso p:first-child{
	margin-top: 0;
}

.region-bloque-superior .block.bloque_compromiso p:last-child{
	margin-bottom: 0;
}

#block-block-42 {
	margin-left: 260px;
	padding: 1em;
	margin-top: -80px;
}

body[class*="page-la-empresa-compromiso-"] #content-area .node .content {
	padding-top: 1em;	
}

body[class*="page-la-empresa-compromiso-"] #content-area .node .content h2 {
	color: #009AD0;
	font-size: 1em;
}



/****
**** Pagina Memoria Anual
****/

.page-la-empresa-memoria-anual #content-area {
	width: 960px;
	position: relative;
	left: -24px;
	border-top: 6px solid #009AD0;	
	border-bottom: 6px solid #009AD0;	
}

.page-la-empresa-memoria-anual h1.title {
	margin-bottom: .6em;	
}

.memoria_anual {
	position: relative;	
	/* padding-right: 150px; */
}

.memoria_anual img {
	display: block;
	margin: 1.5em auto;	
}

.memoria_anual .enlaces_memoria {
	position: absolute;
	top: 100px;
	right: 250px;	
}
.memoria_anual .enlaces_memoria a {
	display: block;	
	float: none;
	text-align: center;
	margin-bottom: 3em;
}

.memoria_anual .enlaces_memoria.unico {
	position: static;
	text-align: center;
	margin-top: -10px;
}

.memoria_anual .enlaces_memoria.unico a {
	display: inline-block;
}

/*** 
*** ESTACIONES MOVILES
***/

.itv_moviles {
	padding: 2.5em 0;	
}

.itv_moviles:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;	
}

.itv_moviles .img_itv_movil {
	float: left;
	padding-left: 1em;
}

.itv_moviles p {
	margin-left: 45%;
	padding: 2em;	
}

body[class*="itv-red_deestaciones-moviles-"] h1.title {
	padding: .5em 0 1.3em;	
}

.itv_moviles_int {
	position: relative;	
	height: 275px;
}

.itv_moviles_int h2 {
	display: none;	
}

.itv_moviles_int .flash_itv {
	width: 318px;
	height: 204px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -102px;
}

.itv_moviles_int p {
	position: absolute;	
	top: 50%;
	margin-top: -18px;
	right: 30px;
	width: 380px;
	height: 37px;
	padding: 0 12px;
	background: url(../images/recuadro_mensaje.png) no-repeat left top;
	color: #939393;
}

.mapa_moviles {
	padding: 50px 0 20px;	
}

body[class*="itv-red_de_estaciones-moviles-"] .content_side {
	width: 334px;	
}

body[class*="itv-red_de_estaciones-moviles-"] .content_side + .node{
	margin-left: 364px;
	padding-top: 2em;
}

h2.titulo_ciclomotores, h2.titlo_agricolas {
	font-size: 1em;
	text-transform: uppercase;	
}

h2.titulo_ciclomotores {
	color: #00DCFF;	
}

h2.titulo_agricolas {
	color: #6ADA00;	
}

.content .moviles table tr:first-child td, .content .moviles table tr:first-child th {
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
}

.content .moviles table td, .content .moviles table th {
	padding: .3em .5em;
	border-left-width: 4px;
}

.content .moviles.ciclomotores table td, .content .moviles.ciclomotores table th {
	border-color: #00DCFF;
}

.content .moviles.agricolas table td, .content .moviles.agricolas table th {
	border-color: #6ADA00;
}



/***********
*********** METROLOGIA - UTILIDADES 
**********/

.page-metrologia-utilidades #content-area, body[class*="page-metrologia-utilidades-"] #content-area {
	width: 912px;
	padding: 24px;
	position: relative;
	left: -24px;
	border-top: 6px solid #009CD3;
}

.page-metrologia-utilidades h1.title, body[class*="page-metrologia-utilidades-"] h1.title {
	padding: .5em 0 1em 0;
}

h2.titulo_utilidades, h3.titulo_utilidades {
	font-size: 1em;
	color: #009DD3;	
}

.comentario {
	font-size: .9em;	
}

table.utilidades, .content table.utilidades {
	background: #EBEBE8;
	font-size: 1em;
}

table.ancha {
	width: 100%;
}

table.utilidades td, table.utilidades th {
	border-left: 3px solid #FFFFFF;
	border-top: 0;
	padding: .5em;
}

table.utilidades th, table.utilidades thead td {
	background: #00A8EA;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;		
}

table.utilidades th[colspan] {
	border-bottom: 1px solid #FFFFFF;		
}

table.utilidades .resalte {
	background: #D0D0D0;
	text-transform: uppercase;
	font-weight: bold;
}



/******
******* Pagina I+D y nuevos proyectos
******/

.page-node-27 #content-area {
	width: 912px;
	position: relative;
	left: -24px;
	padding: 24px;	
	background: #EBEBE8;
	border-bottom: 6px solid #009CD3;
	clear: both;
}

.page-node-27 .content_side {
	width: 204px;	
}

.page-node-27 .content_side + .node{
    margin-left: 254px;
}

.imagenes_id {
	width: 204px;
	color: #606060;
	font-size: .75em;
	line-height: 140%;	
}

.imagenes_id p {
	margin-top: 0;		
}

.lista_flechas {
	list-style-type: none;
	margin-top: 0;	
}

.lista_flechas li {
	display: block;
	padding-left: 16px;
	background: url(../images/flecha_lista.png) no-repeat 0 5px;	
}

.page-node-229 #content-area .node .content strong {
	color: #000000;
	font-weight: bold;	
}

.page-node-229 #content-area .node .content a strong {
	color: #009AD1;
}

.page-node-229 .region-highlight .block {
	float: right;
	width: 640px;	
}

.page-node-229 .region-highlight .block p{
	margin-top: 0;
}

.page-node-229 h1.title {
	padding-bottom: 1.6em;	
	padding-left: .5em;
}


/*****
****** Nuevos Proyectos
*****/

.page-node-229 #content-area {
	width: 912px;
	padding: 24px;
	position: relative;
	left: -24px;
	border-top: 6px solid #009CD3;
	border-bottom: 6px solid #009CD3;	
}

.page-node-229 h1.title {
	padding-bottom: 1.6em;	
}

.img_proyectos {
	width: 50%;
	float: left;
}

.img_proyectos img{
	display: block;
	margin: 0 auto;
}

.texto_proyectos {
	margin-left: 55%;
	padding-bottom: 1em;
}

.texto_proyectos a.enlace_boton.izq {
	margin-left: 0;	
}

.sidebar a.enlace_boton.izq {
	margin-left: 74px;	
}

/*** Nuevas estaciones ***/

.page-node-444 #content-area, .page-la-empresa-nuevos-proyectos-otros #content-area {
	width: 912px;
	padding: 24px;
	position: relative;
	left: -24px;
	border-top: 6px solid #009CD3;
	border-bottom: 6px solid #009CD3;
	background: #EBEBE8;
	min-height: 250px;
}

.page-node-444 h1.title, .page-la-empresa-nuevos-proyectos-otros h1.title {
	padding-bottom: 1.6em;	
}

.page-node-444 .content_side {
	width: 450px;	
}

.page-node-444 .content_side + .node {
	margin-left: 470px;	
}


.page-node-444 p.recuadro_blanco {
	position: absolute;
	top: 90px;
	right: 40px;
	background: #FFFFFF;
	width: 350px;
	padding: 1em;
}

.mensaje_nuevas_estaciones {
    background: url(../images/mensaje_top.png) no-repeat scroll left top transparent;
    font-size: 0.8em;
    height: 37px;
    line-height: 120%;
    width: 232px;	
	padding: 0 14px;
	color: #606060;
	margin:10px auto;
}



/********
********* NORMATIVA SOBRE METROLOGIA
********/

.page-metrologia-normativa h1.title {
	padding-bottom: 1.2em;	
}



.page-metrologia-normativa #content-area {
	width: 912px;
	padding: 24px;
	position: relative;
	left: -24px;
	border-top: 6px solid #009CD3;
	border-bottom: 6px solid #009CD3;
	min-height: 250px;
}

.page-metrologia-normativa #content-area:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.legislacion-unidades, .legislacion-general {
	min-height: 190px;
	background-repeat: no-repeat;	
	background-position: left top;
}

.legislacion-unidades {
	background-image: url(../images/libro_legislacion_unidades.jpg);	
}
.legislacion-general {
	background-image: url(../images/libro_legislacion_general.jpg);	
}

.legislacion-unidades .view-header, .legislacion-unidades .view-content, .legislacion-general .view-header, .legislacion-general .view-content {
	padding-left: 210px;	
}

h2.titulo_legislacion {
	color: #939393;	
	font-size: 1.1em;
	text-transform: uppercase;
}

.view-normativa .views-row {
	border-bottom: 3px solid #009CD3;
	padding: 4px 2px;	
}

.view-normativa .views-row.views-row-first {
	border-top: 3px solid #009CD3;
}

.view-normativa .views-field-upload a {
	color: #000000;
	font-size: .95em;
	display: block;
}

.view-normativa .views-field-upload a:hover {
	background-color: #F0F0F0;
	
	-moz-box-shadow: 0px 0px 3px #F0F0F0;
	-webkit-box-shadow: 0px 0px 3px #F0F0F0;
	box-shadow: 0px 0px 3px #F0F0F0;
}

.view-normativa .views-field-upload p {
	display: inline;
}

body[class*="metrologia-laboratorios-"] .content_side,
body[class*="itv-red_de_estaciones-"] .content_side
{
	margin-left: -80px !important;
}

body[class*="itv-red_de_estaciones-moviles"] .content_side
{
	margin-left: 0px !important;
}

body.page-node-72 .title {
	display: none;
}

body[class*="metrologia-laboratorios-"] .block__title,
body[class*="itv-red_de_estaciones-"] .block__title
{
	display: none;
}

/**************** BUSQUEDA *****************/

.section-search .search-form > div {
	width: 960px;
	position: relative;
	left: -24px;
	background: #EBEBEB;
}

.section-search .search-form > div > .form-item {
	padding: 1em;	
}

.section-search .box h2 {
	color: #009CD3;	
}

.section-search .search-form label, .section-search .search-form .container-inline {
	display: inline-block;	
}

.section-search .search-form .container-inline {
	padding-left: 6px;	
}

.section-search .form-submit {
	padding: 3px 8px;	
}

.section-search .search-form label {
	color: #666666;
	font-weight: normal;	
}


/***** EN CONSTRUCCION ******/

.construccion {
	text-align: center;	
	padding-top: 155px;
	padding-bottom: 20px;
	background: url(../images/construccion.png) no-repeat center 20px;
}

.construccion h2 {
	margin-bottom: 1em;	
	font-size: 1.8em
}



/****** LISTA ACREDITACIONES ********/

ul.lista_acreditaciones, .page-calidad #content-area .content ul {
	
}

ul.lista_acreditaciones li, .page-calidad #content-area .content ul li{
	width: 33%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

ul.lista_acreditaciones li a, .page-calidad #content-area .content ul li a{
	display: inline-block;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

ul.lista_acreditaciones li a:hover, .page-calidad #content-area .content ul li a:hover{
	background-color: #D2F4FF;
	color: #009CD3;
	-moz-box-shadow: 0 0 3px #D2F4FF;
	-webkit-box-shadow: 0 0 3px #D2F4FF;
	box-shadow: 0 0 3px #D2F4FF;
}

ul.lista_acreditaciones li a img, .page-calidad #content-area .content ul li a img {
	display: block;
	margin: 0 auto 2px auto;
}

/******* LOGO IGUALDAD ***/
#footer {
	padding: 20px 15px !important;
}

.field-type-taxonomy-term-reference {
	display: none;
}

body[class*="faq-"] .field-name-field-ordenacion {
	display: none;
}

/********* página de formulario practicas_curriculares_fp *************/
.webform-client-form-617 label, .webform-client-form-617 input , .webform-client-form-617 select   {
	float:left;
	clear:left;
}

#webform-client-form-617 label, #webform-client-form-617 input , #webform-client-form-617 select   {
	float:left;
	clear:left;
}
