.invisible{

display:none;


}


.volver{

margin:0 auto; 

text-align:center;

}

.volver:hover{
	filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
}

}


.input-hidden {
  position: absolute;
  left: -9999px;
}

input[type=radio]:checked + label>img {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #090;
}

/* Stuff after this is only to make things more pretty */
input[type=radio] + label>img {
  border: 0px solid #444;
  width: 150px;
  height: 150px;
  transition: 500ms all;
  cursor:pointer;
  
  
  
}

input[type=radio]:checked + label>img {
  transform: 
    rotateZ(-10deg) 
    rotateX(10deg);
}

/*
 | //lea.verou.me/css3patterns
 | Because white bgs are boring.
*/
html {
  background-color: #fff;
/*  background-size: 100% 1.2em;
  background-image: 
    
    linear-gradient(
      #eee .1em, 
      transparent .1em
    );*/
}


body{

margin:0px;
padding:0px;

font-family:Arial;


}


.linkt {

display:block;
padding:5px;
margin:0px;
border:0px;
font-weight:bold;

}


.tarifa{
border:0px;

}


.tarifa td{

padding:5px;
border:0px;
border-bottom:1px solid #D0D0D0;



}


.tarifa th{

padding:5px;
border:1px solid #808080;



}


.azul{
background-color:#8395bf !important;
color:#fff !important;
}

.blanco{
/*background-color:#fff !important;*/
color:#8395bf !important;
}

.azul:hover{
background-color:#fff !important;
color:#668877 !important;
}

.blanco:hover , .azul:hover{
background-color:#ccc !important;
color:#000 !important;
}

.pregunta{

font-size:20px;
font-weight:bold;


}

.iconos{

width:120px;
height:120px;
float:left;
margin-right:20px;
border:1px solid #fff;

}


.activado{

width:120px;
height:120px;
float:left;
margin-right:20px;
border:1px solid #F00;


}

a:hover .iconos {

border:1px solid #000;

}

.t100{

width:100%;

}

a:hover{
color:#000;
}

dl{

padding:0px;
margin:0px;

}


.m{

list-style:none;
margin:5px 0px 0px 0px;
background-color:#f5f5f5;
border: 1px solid #dddddd;
border-radius:5px;
padding:10px;
}

dt a{
font-size:12px;
font-weight:bold;
color:#00209f;
margin:0px;
}

.j{
display:none;
margin:0px 0px 5px 0px;
border:1px solid #ddd;
background-color:#fff;
border-radius:5px;
padding:10px;

}




.tabla_ancha, .tabla_ancha td {

border:1px solid #000;
padding:5px;
margin:0px;
border-collapse:collapse;

}

.tabla_ancha th{

background-color:#eee;
border:1px solid #000;
}






.encuesta{

border-bottom:1px solid #808080; 
width:800px;
padding:20px;



}

input[type="submit"]:hover{

color:#fff;
background-color:#808080;
cursor:pointer;

}

.benc{
font-size:16px;
color:#333;
border-radius:10px;
padding:5px;
background-color:#d9e8ff;
border:1px solid #808080;

}





label{


font-size:16px;
font-weight:bold;
color:#a9a9a9;
padding:5px;
background-color:#fff;
border:0px solid #cccccc;
margin:0px;
border-right:0px;
line-height:40px;
height:22px;
}

.datos{


font-size:16px;
font-weight:bold;
color:#a9a9a9;
padding:5px;
background-color:#fff;
border:1px solid #cccccc;
margin-top:2px;

line-height:40px;
height:19px;
}

.cerrado{



}

.linea{

border-bottom:1px solid #dddddd;
padding:10px;
clear:both;


}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

dt{
font-weight: bold;
margin:10px;


}

div.cermasa{
	z-index:100; 
	position: absolute; 
	left: 100px; 
	top: 100px; 
	background-color: #ebebeb;  
	border: 5px solid #CCCCCC;
	padding:25px;
}

td.blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0066FF;
}

a.vinculo_pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

a.vinculo_pie:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #FFFFFF;
}

a.vinculo_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}

a.vinculo_menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}

a.cabecera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	
}
a.cabecera:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
	
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


img {

border:0px;

}

table{

border:0px;
padding:0px;
margin:auto;


}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}

.imag :hover{

background-color:#00209f;
color:#fff;
}


.animacion {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.animacion_img {
	float:left;
	width:960px;
	height:200px;
	padding:0px;
	margin:0px;
	border:0px solid #999;
	overflow:hidden;
	position:relative;
}

.animacion_img img {
	float:left;
	position:absolute;
	left:0px;
	top:0px;
	display:none;
}

.nav, .nav_p {


list-style:none;
padding:0px;
margin:0px;
padding-left:5px;
width:288px;


}

.nav li a, .nav_p li a{

color:#000;
display:block;
padding:5px;
padding-left:20px;

}

.nav li,.nav_p li {


margin-top:5px;
border:1px solid #000;
}

.nav li a:hover,.nav_p li a:hover{
color:#000 !important;
background-color:#E2E8EE;
font-weight:bold;
}
.nav_p li{

font-size:14px;
border:0px;
padding-left:20px;
}

.activo, .activo a{

background-color:#eb7d00;
color:#000;
font-weight:bold;
}

.pl5{

padding:5px;
text-align:right;
}
.azul{
background-color:#00209f;

}

.blanco{

color:#fff;
font-weight:bold;
}

.az{

color:#00209f;
text-align:center;
font-size:24px;

}

.tit{

border-bottom:1px solid #00209f;
width:98%;
color:#00209f;

}
.textog{

color:#00209f;
font-size:20px;


}


.menu_superior{

background-color:#ccc;
padding:3px;

}

.menu_superior ul{
max-width:960px;
margin:auto;

}
.menu_superior li{

list-style:none;
display:inline;
padding-left:10px;
}

.header{

height:180px;
width:100%;
background-color:#004b99;
padding:0px;
margin:0px;

}

.logo{
max-width:960px;
height:180px;
margin:auto;
background-image:url(/imagenes/cabecera.jpg);
}

h1.blanco {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FFFFFF;

}






.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

.formul{

text-align:left;
margin:20px 0px;

}
.formul a{

font-family:Arial;
width:510px;
padding:15px;
background-color:#ced4e2;
background-color:#eee;
font-weight:bold;
font-size:16px;
display:block;
color:#000;
box-shadow: 5px 5px 5px 0px #808080;

}

.formul a:hover{
background-color:#93f298;

}

.seleccio{

font-size:20px;
margin-left:20px;



}

.azul{
background-color:#00209f;
color:#FFF !important;
}

.azul li a{
color:#FFF !important;

}

.azul2{
background-color:#1480a8;
color:#FFF !important;
}

.azul2 li a{
color:#FFF !important;

}

 

/************************************************************/
/*	Banner ITV												*/
/***********************************************************/



.btn_pidecita a {
	background: linear-gradient(#FC6500, #EF7800) repeat scroll 0 0 #FC6500 ;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #BBBBBB;
    color: #FFFFFF;
    display: block;
	color:#fff;
	font-family:"FoundryMonoline-Regular", Helvetica, Arial;
	font-size:18px;
	text-transform:uppercase;
	width: 180px;
	line-height:20px;
	
	padding: 15px;
    text-align: center;
    background-color: #FC6500;
}
.btn_pidecita a:hover{
	background: linear-gradient(#7b5c4e, #977762) repeat scroll 0 0 #7b5c4e;
	background-color: #7b5c4e;
    text-decoration: none;
}
 
.boton a{
	background-color: #8395bf;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #BBBBBB;
    color: #FFFFFF;
    display: block;
	color:#fff;
	font-family:"FoundryMonoline-Regular", Helvetica, Arial;
	font-size:16px;
	text-transform:uppercase;
	width: 140px;
	line-height:20px;
	margin:auto;
	font-weight:bold;
	padding: 5px;
    text-align: center;
    
}
.boton a:hover{
	background: linear-gradient(#7b5c4e, #977762) repeat scroll 0 0 #7b5c4e;
	background-color: #7b5c4e;
    text-decoration: none;
}



.contenido{

width:960px;
margin:auto;
border-left:1px solid #808080;
border-right:1px solid #808080;
background-color:#fff;
}


.contenedor{

background-color:#FFF;


}

.izquierda{

border:0px solid #808080;
width:170px;
padding:0px;
margin:2px;
float:left;

border-left:0px solid #ccc;






}

.centro{

border-left:1px solid #808080;
border-right:1px solid #808080;
width:554px;
padding:10px;
margin:2px;
float:left;



}


.derecha{

border:0px solid #808080;
width:202px;
padding:0px;
margin:2px;
float:left;



}

.nav2, .nav_p2 {


list-style:none;
padding:0px;
margin:0px;
padding-left:0px;
width:170px;
border:1px solid #808080;

}

.nav2 li a, .nav_p2 li a{

color:#000;
display:block;
padding:5px;
padding-left:20px;

}

.nav2 li,.nav_p2 li {


margin-top:0px;
border-bottom:1px solid #ccc;
}

.nav2 li a:hover,.nav_p2 li a:hover{
color:#000 !important;
background-color:#E2E8EE;
font-weight:bold;
}
.nav_p2 li{

font-size:14px;
border:0px;
padding-left:20px;
}

.RRSS{

padding:0px;
list-style:none;
margin:0px;

}

.RRSS li{

margin:0 5px;
float:left;
}

.banner{
border:1px solid #000;
text-align:center;
margin-bottom:5px;
padding:5px;
overflow:hidden;
}

.logos{
background-color:#fff; 
width:100%;
text-align:center;

border-top:1px solid #000;
border-bottom:1px solid #000;
margin:0px;

}

.tisec{


-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.60);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.60);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.60);

background-color:#1480a8;
color:#fff;
font-size:20px;
padding:10px;
width:96%;
margin-left:0px;
margin-top:10px;
margin-bottom:20px;
}
.tisec h1{

padding:0px;
margin:0px;
font-size:24px;


}

.tisec a{
color:#fff;
}
.tisec a:hover{
color:#000;

}

.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size:14px;
font-weight:bold;
}

.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../imagenes/info.png');
}

.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../imagenes/warning.png');
}

.error {
color: #FFFFFF;
background-color: #FE0000;
background-image: url('../imagenes/warning.png');
}




/*2018*/

.columna{
margin:0px;
padding:10px;
width:25%;
float:left;
border-right:1px solid #808080;
box-sizing:border-box;
height:500px;
text-align:center;

}


@media screen and (max-width:720px) {
    
    
}
@media screen and (max-width:1024px) and (min-width:640px) {
    /* reglas CSS */
}
@media screen and (min-width:1024px) {
    /* reglas CSS */
}





.titol{


-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.60);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.60);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.60);

background-color:#1480a8;
color:#fff;
font-size:20px;
padding:5px;
width:90%;
margin-left:0px;
margin-top:0px;
margin-bottom:10px;
}
.titol h1{

padding:0px;
margin:0px;
font-size:20px;


}

.tmenu{

background-color:#1480a8;
padding:5px;
color:#fff;
font-weight:bold;



}






* {
	margin:0;
	padding:0;
}
 
body {
	background:#FFFFFA;
}
 
header {
	width:100%;
}
 
header nav {
	width:90%;
	max-width:1000px;
	margin:20px auto;
	background:#024959;
}
 
.menu_bar {
	display:none;
}
 
header nav ul {
	overflow:hidden;
	list-style:none;
}
 
header nav ul li {
	float:left;
}
 
header nav ul li a {
	color:#fff;
	padding:20px;
	display:block;
	text-decoration:none;
}
 
header nav ul li span {
	margin-right:10px;
}
 
header nav ul li a:hover {
	background:#037E8C;
}
 
section {
	padding:20px;
}
 
@media screen and (max-width:800px ) {
	header nav {
		width:80%;
		height:100%;
		left:-100%;
		margin:0;
		position: fixed;
	}
 
	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}
 
	.menu_bar {
		display:block;
		width:100%;
		background:#ccc;
	}
 
	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		background:#024959;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
 
	.menu_bar span {
		float:right;
		font-size:40px;
	}
}
/*
@font-face {
	font-family: 'FalconMasters';
	src:url('fonts/FalconMasters.eot?-ibh2ms');
	src:url('fonts/FalconMasters.eot?#iefix-ibh2ms') format('embedded-opentype'),
		url('fonts/FalconMasters.woff?-ibh2ms') format('woff'),
		url('fonts/FalconMasters.ttf?-ibh2ms') format('truetype'),
		url('fonts/FalconMasters.svg?-ibh2ms#FalconMasters') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'FalconMasters';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	// Better Font Rendering =========== 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*/
.icon-mail:before {
	content: "\e604";
}
.icon-house:before {
	content: "\e622";
}
.icon-rocket:before {
	content: "\e650";
}
.icon-suitcase:before {
	content: "\e652";
}
.icon-earth:before {
	content: "\e654";
}
.icon-cross:before {
	content: "\e678";
}
.icon-list2:before {
	content: "\e696";
}

.me{

margin-top:10px;
text-align:center;
border-right:1px #ffffff solid;
clear:both;
display:inline;
width:150px;
background-color: #1480a7;
padding:0 10px;
height:30px;
text-transform: uppercase;

}

.men{
/*height:20px;
margin-top:10px;
background-color: #1480a7;
padding:10px;*/
text-align:center;
clear:both;
}

 /* Add a black background color to the top navigation */
.topnav {
  background-color: #1480a7;
  overflow: hidden;
  margin-top:5px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
} 

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width:720px) {
  
  .columna{width:100%;}
    
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    
    
    
    
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width:720px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 

.TextoAzul {

	color: #1480a8 !important;
    font-size: 1.20rem !important;
    text-decoration: none !important;
    text-align: center !important;
    font-weight: bold !important;
    margin: auto !important;
    width: 100% !important;
    padding-top: 10px !important;

}

.textogris {
    color: #7a7a7a;
    font-size: .820rem;
    text-decoration: none;
    text-align: center !important;
    font-weight: 400;
    margin: auto;
    width: 100%;

}
