/* CSS Document */

@font-face {
	font-family: 'Klavika Bold Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Klavika Bold Bold'), url('../fuentes/klavika/KlavikaBoldBold.woff') format('woff');
}

 @font-face {
	font-family: "Abbeyline";
	src:url("../fuentes/abbeyline/Abbeyline.eot?") format("eot"),url("../fuentes/abbeyline/Abbeyline.woff") format("woff"),url("../fuentes/abbeyline/Abbeyline.ttf") format("truetype"),url("../fuentes/abbeyline/Abbeyline.svg#Abbeyline") format("svg");
	font-weight: normal;
	font-style: normal;
 }

html { 
  background: url("../imagenes/fondo.png") no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

/* ################################################################################### */
/* ##### CABECERA #################################################################### */

header {
	position: relative;
	min-width: 1024px;
	height: 125px;
}

header .contenido {
	position: relative;
	width: 1024px;	
	margin: 0px auto;
}

header .logo {
	float: left;
	width:300px;
	height:130px;	
	margin: 3px 0px 0px 25px;
	display:block;
}

header a.first{
	position:absolute;
	width:300px;
	height:130px;

	
-webkit-animation: first 30s linear infinite;
       -moz-animation: first 30s linear infinite;
        -ms-animation: first 30s linear infinite;
         -o-animation: first 30s linear infinite;
            animation: first 30s linear infinite;
}

header a.second{
	position:absolute;	
	width:300px;
	height:130px;
	opacity:0;
	
-webkit-animation: second 30s linear infinite;
       -moz-animation: second 30s linear infinite;
        -ms-animation: second 30s linear infinite;
         -o-animation: second 30s linear infinite;
            animation: second 30s linear infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes first {
    0%   {	opacity:1;}
    15%   {	opacity:1;}	
    30% {	opacity:0;} 
    50% {	opacity:0;} 
    70% {	opacity:0;} 
    85% {	opacity:1;} 			
    100% {	opacity:1;} 	   		
}

/* Standard syntax */
@keyframes first {
    0%  {	opacity:1;}
    15% {	opacity:1;}	
    30% {	opacity:0;} 
    50% {	opacity:0;} 
    70% {	opacity:0;}
    85% {	opacity:1;} 	 		
    100% {	opacity:1;} 	
}

/* Chrome, Safari, Opera */
@-webkit-keyframes second {
    0%   {	opacity:0;}
    15%   {	opacity:0;}	
    30% {	opacity:1;} 
    50% {	opacity:1;} 
    70% {	opacity:1;}
    85% {	opacity:0;} 	 		
    100% {	opacity:0;} 	   		
}

/* Standard syntax */
@keyframes second {
    0%   {	opacity:0;}
    15%   {	opacity:0;}		
    30% {	opacity:1;} 
    50% {	opacity:1;} 
    70% {	opacity:1;}
    85% {	opacity:0;} 	 		
    100% {	opacity:0;} 	
}

header a img {
	border: 0px;
}

header .login {
	float: right;
	text-align: right;	
}

header .login input[type=text], header .login input[type=password] {
	border: 0px;
	border-radius: 4px;
	background: rgba(255,255,255,0.9);
	box-shadow: inset rgba(0,0,0,0.6) 0px 0px 5px;	
	margin-bottom: 5px;
	font-size: 11px;
	display: block;
	padding: 4px 10px;
	width: 180px;
	color: rgb(45, 167, 238);
}

header .login input[type=text]::-webkit-input-placeholder, header .login input[type=password]::-webkit-input-placeholder{
   color: rgb(45, 167, 238);
}

header .login input[type=text]:-moz-placeholder, header .login input[type=password]:-moz-placeholder { /* Firefox 18- */
   color: rgb(45, 167, 238);  
}

header .login input[type=text]::-moz-placeholder, header .login input[type=password]::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(45, 167, 238);  
}

header .login input[type=text]:-ms-input-placeholder, header .login input[type=password]:-ms-input-placeholder {  
   color: rgb(45, 167, 238);  
}

header .login a, header .login a:visited {
	color: rgb(255,255,255);
	text-decoration: none;
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property:  color;
	-o-transition-property:  color;
	-moz-transition-property: color;
	transition-property: color;
}

header .login a:hover {
	color: rgb(45, 167, 238);
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property:  color;
	-o-transition-property:  color;
	-moz-transition-property: color;
	transition-property: color;
}

header .login input[type=submit] {
	position: relative;
	color: rgb(0,0,0);
	text-shadow: rgba(255,255,255,0.9) 0px -1px 3px;
	border: 0px;
	border-radius: 4px;
	padding: 4px 14px;
	background: -webkit-linear-gradient(rgb(65,174,194), rgb(20,84,105)); 	/* Safari */
	background: -o-linear-gradient(rgb(65,174,194), rgb(20,84,105)); 		/* Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(65,174,194), rgb(20,84,105)); 		/* Firefox 3.6 to 15 */
	background: linear-gradient(rgb(65,174,194), rgb(20,84,105));
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
}

header .login input[type=submit]:hover {
	color: rgb(255,255,255);
	text-shadow: rgba(0,0,0,0.9) 0px -1px 3px;
	background: -webkit-linear-gradient(rgb(20,84,105), rgb(65,174,194)); 	/* Safari */
	background: -o-linear-gradient(rgb(20,84,105), rgb(65,174,194)); 		/* Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(20,84,105), rgb(65,174,194)); 		/* Firefox 3.6 to 15 */
	background: linear-gradient(rgb(20,84,105), rgb(65,174,194));
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
}

header .login .register {
	background: rgba(0,0,0,0.7);
	padding: 1px 8px 1px 15px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-right: -5px;
}

header .login .olvido {
	background: rgba(0,0,0,0.7);	
	line-height: 14px;
	border-radius: 50%;
	margin-right: 5px;
	max-height: 13px;
	width: 13px;
	padding: 1px 3px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: clip;
	float: right; 
	position: relative;
	right: 0px;
	text-align: center;
	margin-top: 7px;
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: width,left;
	-ms-transition-property: width,left;
	-o-transition-property: width,left;
	-moz-transition-property: width,left;
	transition-property: width,left;
}

header .login .olvido img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}

header .login .olvido:hover {
	position: relative;
	width: 160px;
	right: 0px;
	border-radius: 0px;
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: width,left;
	-ms-transition-property: width,left;
	-o-transition-property: width,left;
	-moz-transition-property: width,left;
	transition-property: width,left;
}

header .login .nombusu {
	background: rgba(0,0,0,0.7);
	padding: 1px 8px 1px 15px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin: 20px -4px 0px 0px;
	float: left;
	color: rgb(255,255,255);
	border-top-right-radius: 7px 20px;
}

header .login .fotousu {
	width: 38px;
	border: 3px solid white;
	border-radius: 50%;
}

header h1 {
	margin: 0px;
	padding: 0px;
	text-align: right;		
	color: rgb(255,255,255);
	text-shadow: rgba(0,0,0,0.6) 0px 0px 10px;
	font-weight: 100;
	font-size: 22px;
}

/* ################################################################################### */
/* ##### MENÚ ######################################################################## */

nav {	
	position: absolute;
	width: 100%;
	top: 125px;
	min-width: 1024px;
	height: 55px;
	background: rgba(255,255,255,0.7);
	box-shadow: rgba(0,0,0,0.4) 0px -3px 5px 0px;
	font-family: 'Klavika Bold Bold';
	font-size: 20px;
	z-index: 5;
}

nav .contenido {
	position: relative;
	width: 1024px;	
	margin: 0px auto;
}

nav ul {
	position: relative;	
	margin: 0px 25px 0px 25px;
	padding: 0px;
	display: block;
	text-align: center;
	list-style: none;
}

nav ul li {
	display: inline-block;
	padding: 0px 4px 0px 4px;
	height: 50px;
	line-height: 50px;
	border-bottom: 5px transparent solid;
	text-transform: uppercase;
	color: rgb(0,0,0);
	font-weight: bold;
	margin: 0px 18px 0px 0px;
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color, border;
	-ms-transition-property: color, border;
	-o-transition-property: color, border;
	-moz-transition-property: color, border;
	transition-property: color, border;
}

nav ul li:hover {
	color: rgb(54,96,152);
	border-bottom: 5px rgb(54,96,152) solid;
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color, border;
	-ms-transition-property: color, border;
	-o-transition-property: color, border;
	-moz-transition-property: color, border;
	transition-property: color, border;
}

nav ul li.sel {
	color: rgb(54,96,152);
	border-bottom: 5px rgb(54,96,152) solid;
}

nav ul li a, nav ul li a:visited, nav ul li a:hover {
	color: inherit;
	text-decoration: none;
}


.content-idiomas{
	position: relative;
	float: right;
}

.content-idiomas__list{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.content-idiomas__list-item{
	position: relative;
	display: block;
	margin: 10px 0 0 0;
	padding: 0;	
}

.content-idiomas__link{
	text-decoration: none;
}

.content-idiomas__figure{
	position: relative;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
}

.content-idiomas__img{
	width: 100%;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.content-idiomas__img:hover{
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.content-idiomas__img.content-idiomas__img--active{
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/* ################################################################################### */
/* ##### CONTENIDO ################################################################### */

section {
	position: relative;
	min-width: 1024px;
	background: rgba(255,255,255,0.9);
	box-shadow: rgba(0,0,0,0.4) 0px 0px 20px 0px;
	z-index: 10;
	margin-top: 55px;
	padding-bottom: 10px;
}

section .contenido {
	position: relative;
	width: 1024px;	
	margin: 0px auto;
}

section .contenido p {
	text-align: justify;
	font-size: 14px;
}

section .frmbusqueda {
	background: url("../imagenes/fondo-formulario-busqueda-braco-parking-sevilla.png") no-repeat center top;
	width: 571px;
	height: 327px;
	overflow: hidden;
	position: relative;
	margin-top: 3px;
}

section .frmbusqueda .busqueda {
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 30px;
	left: 30px;
	width: 511px;
	height: 267px;	
	font-size: 14px;
}

section .frmbusqueda .busqueda h2 {
	font-weight: 100;
	text-align: center;
	font-size: 18px;
}

section .frmbusqueda .busqueda .iconocoche1 {
	margin-top: 30px;
	background: url("../imagenes/img-coche001.png") no-repeat;
	background-position: 312px 20px;
	height: 40px;
}

section .frmbusqueda .busqueda .iconocoche2 {
	margin-top: 10px;
	background: url("../imagenes/img-coche002.png") no-repeat;
	background-position: 312px 20px;
	height: 58px;
}

section .frmbusqueda .busqueda form {
	width: 340px;
	margin: 0px auto;
}

section .frmbusqueda .busqueda input[type=text] {
	border: 0px;
	border-radius: 4px;
	background: rgba(0,0,0,0.3);
	box-shadow: inset rgba(0,0,0,0.8) 0px 0px 5px;	
	margin-bottom: 5px;
	display: block;
	padding: 4px 10px;
	width: 180px;
	color: rgb(255,255,255);	
}

section .frmbusqueda .busqueda input[type=submit] {
	color: rgb(0,0,0);
	text-shadow: rgba(255,255,255,0.9) 0px -1px 3px;
	border: 0px;
	border-radius: 4px;
	padding: 4px 14px;
	margin-top: 21px;
	background: -webkit-linear-gradient(rgb(139,193,65), rgb(91,119,34)); 	/* Safari */
	background: -o-linear-gradient(rgb(139,193,65), rgb(91,119,34)); 		/* Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(139,193,65), rgb(91,119,34)); 		/* Firefox 3.6 to 15 */
	background: linear-gradient(rgb(139,193,65), rgb(91,119,34));
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
}

section .frmbusqueda .busqueda input[type=submit]:hover {
	color: rgb(255,255,255);
	text-shadow: rgba(0,0,0,0.9) 0px -1px 3px;
	background: -webkit-linear-gradient(rgb(91,119,34), rgb(139,193,65)); 	/* Safari */
	background: -o-linear-gradient(rgb(91,119,34), rgb(139,193,65)); 		/* Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(91,119,34), rgb(139,193,65)); 		/* Firefox 3.6 to 15 */
	background: linear-gradient(rgb(91,119,34), rgb(139,193,65));
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
}

section .frmbusqueda .busqueda .radiobox {
	border: 0px;
	border-radius: 4px;
	background: rgba(0,0,0,0.3);
	box-shadow: inset rgba(0,0,0,0.8) 0px 0px 5px;	
	margin-bottom: 5px;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: rgb(255,255,255);
	float: left;	
	text-align: center;
}

section .frmbusqueda .busqueda input[type=radio] {
	display: none;
}

section .frmbusqueda .contacto {
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 10px;
	left: 10px;
	width: 551px;
	height: 307px;	
	font-size: 14px;
}

section .frmbusqueda .contacto form {
	margin: 0px 15px;
}

section .frmbusqueda .contacto input[type=text] {
	border: 0px;
	border-radius: 4px;
	background: rgba(0,0,0,0.3);
	box-shadow: inset rgba(0,0,0,0.8) 0px 0px 5px;	
	margin-bottom: 5px;
	display: block;
	padding: 4px 10px;
	width: 355px;
	color: rgb(255,255,255);	
}

section .frmbusqueda .contacto textarea {
	border: 0px;
	border-radius: 4px;
	background: rgba(0,0,0,0.3);
	box-shadow: inset rgba(0,0,0,0.8) 0px 0px 5px;	
	margin-bottom: 5px;
	display: block;
	padding: 4px 10px;
	width: 355px;
	height: 80px;
	resize: none;
	color: rgb(255,255,255);	
}

section .frmbusqueda .contacto input[type=submit], section .frmbusqueda .contacto input[type=reset] {
	color: rgb(0,0,0);
	text-shadow: rgba(255,255,255,0.9) 0px -1px 3px;
	border: 0px;
	border-radius: 4px;
	padding: 4px 0px;
	width: 125px;
	margin-top: 8px;
	box-shadow: rgba(0,0,0,0.6) 0px -1px 6px;
	background: -webkit-linear-gradient(rgb(139,193,65), rgb(91,119,34)); 	/* Safari */
	background: -o-linear-gradient(rgb(139,193,65), rgb(91,119,34)); 		/* Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(139,193,65), rgb(91,119,34)); 		/* Firefox 3.6 to 15 */
	background: linear-gradient(rgb(139,193,65), rgb(91,119,34));
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
}

section .frmbusqueda .contacto input[type=submit]:hover, section .frmbusqueda .contacto input[type=reset]:hover {
	color: rgb(255,255,255);
	text-shadow: rgba(0,0,0,0.9) 0px -1px 3px;
	background: -webkit-linear-gradient(rgb(91,119,34), rgb(139,193,65)); 	/* Safari */
	background: -o-linear-gradient(rgb(91,119,34), rgb(139,193,65)); 		/* Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(91,119,34), rgb(139,193,65)); 		/* Firefox 3.6 to 15 */
	background: linear-gradient(rgb(91,119,34), rgb(139,193,65));
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
}

section .frmbusqueda .contacto .campopeq {
	width: 77px !important;
	margin: 0px !important;
	display: inline;
	float: right;
}

section .frmbusqueda .contacto input[type=text]::-webkit-input-placeholder, section .frmbusqueda .contacto textarea::-webkit-input-placeholder{
   color: rgb(255,255,255);
}

section .frmbusqueda .contacto input[type=text]:-moz-placeholder, section .frmbusqueda .contacto textarea:-moz-placeholder { /* Firefox 18- */
   color: rgb(255,255,255);  
}

section .frmbusqueda .contacto input[type=text]::-moz-placeholder, section .frmbusqueda .contacto textarea::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(255,255,255);  
}

section .frmbusqueda .contacto input[type=text]:-ms-input-placeholder, section .frmbusqueda .contacto textarea:-ms-input-placeholder {  
   color: rgb(255,255,255);  
}

section .frmbusqueda .contacto a img {
	border: 0px;
}

section .blq400 {
	width: 400px;
	padding: 0px 25px;
}

section .blq400 p {
	font-size: 17px !important;
	margin-top: 10px;
}

section .mapa {
	height: 200px;
	min-width: 1024px;
	margin: 0px auto;	
}

section .lineasombra {
	box-shadow: rgba(0,0,0,0.4) 0px -2px 10px 2px;
	height: 0px;
	min-width: 1024px;
	margin: 0px auto;
	position: relative;
}

section .contenidoslide {
	float: left;
	position: relative;	
	width: 670px;
	height: 280px;
	margin-bottom: 15px;
}

section #slide {
	width: 670px;
	height: 280px;
	overflow: hidden;
}

/* ************************************************************************************************************************ */
section .contenidoborde {
	position: relative;
	width: 1024px;	
	margin: 0px auto;
	box-shadow: rgba(0,0,0,0.6) 0px 0px 10px;
	margin-top: 10px;
	padding: 0px;
}

section .contenidoborde h2 {
	font-weight: 100;
	text-align: left;
	font-size: 18px;
	padding: 10px 25px;
	margin: 0px;
}

section .contenidoborde .contenedor {
	text-align: left;
	vertical-align: top;
}

section .contenidoborde .contenedor .blq {
	display: inline-block;
	margin: 5px 24px;
	width: 27.8%;
	vertical-align: top;
}

section .contenidoborde .contenedor .blq .iconocoche1 {
	background: url("../imagenes/img-coche001.png") no-repeat bottom right;
}

section .contenidoborde .contenedor .blq .iconocoche2 {
	background: url("../imagenes/img-coche002.png") no-repeat bottom right;
}

section .contenidoborde .contenedor .blq input[type=text], section .contenidoborde .contenedor .blq input[type=password], section .contenidoborde .contenedor .blq input[type=tel], section .contenidoborde .contenedor .blq input[type=email]  {
	border: 0px;
	border-radius: 4px;
	background: rgba(0,0,0,0.3);
	box-shadow: inset rgba(0,0,0,0.8) 0px 0px 5px;	
	margin-bottom: 5px;
	display: block;
	padding: 4px 10px;
	width: 180px;
	color: rgb(255,255,255);	
}

section .contenidoborde .contenedor .blq textarea {
	border: 0px;
	border-radius: 4px;
	background: rgba(0,0,0,0.3);
	box-shadow: inset rgba(0,0,0,0.8) 0px 0px 5px;	
	margin-bottom: 5px;
	display: block;
	padding: 4px 10px;
	width: 180px;
	height: 80px;
	resize: none;
	color: rgb(255,255,255);	
}

section .contenidoborde .contenedor .blq input[type=text]::-webkit-input-placeholder, section .contenidoborde .contenedor .blq textarea::-webkit-input-placeholder, section .contenidoborde .contenedor .blq input[type=password]::-webkit-input-placeholder,section .contenidoborde .contenedor .blq input[type=email]::-webkit-input-placeholder,section .contenidoborde .contenedor .blq input[type=tel]::-webkit-input-placeholder {
   color: rgb(255,255,255);
}

section .contenidoborde .contenedor .blq input[type=text]:-moz-placeholder, section .contenidoborde .contenedor .blq textarea:-moz-placeholder, section .contenidoborde .contenedor .blq input[type=password]:-moz-placeholder, section .contenidoborde .contenedor .blq input[type=email]:-moz-placeholder, section .contenidoborde .contenedor .blq input[type=tel]:-moz-placeholder { /* Firefox 18- */
   color: rgb(255,255,255);  
}

section .contenidoborde .contenedor .blq input[type=text]::-moz-placeholder, section .contenidoborde .contenedor .blq textarea::-moz-placeholder, section .contenidoborde .contenedor .blq input[type=password]::-moz-placeholder, section .contenidoborde .contenedor .blq input[type=email]::-moz-placeholder, section .contenidoborde .contenedor .blq input[type=tel]::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(255,255,255);  
}

section .contenidoborde .contenedor .blq input[type=text]:-ms-input-placeholder, section .contenidoborde .contenedor .blq textarea:-ms-input-placeholder, section .contenidoborde .contenedor .blq input[type=password]:-ms-input-placeholder, section .contenidoborde .contenedor .blq input[type=email]:-ms-input-placeholder,, section .contenidoborde .contenedor .blq input[type=tel]:-ms-input-placeholder {  
   color: rgb(255,255,255);  
}

section .contenidoborde .contenedor .blq input[type=radio], section .contenidoborde .contenedor .blq input[type=checkbox] {
	display: none;
}

section .contenidoborde .contenedor .blq input[type=submit] {
	color: rgb(0,0,0);
	text-shadow: rgba(255,255,255,0.9) 0px -1px 3px;
	border: 0px;
	border-radius: 4px;
	padding: 4px 14px;
	margin-top: 21px;
	background: -webkit-linear-gradient(rgb(139,193,65), rgb(91,119,34)); 	/* Safari */
	background: -o-linear-gradient(rgb(139,193,65), rgb(91,119,34)); 		/* Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(139,193,65), rgb(91,119,34)); 		/* Firefox 3.6 to 15 */
	background: linear-gradient(rgb(139,193,65), rgb(91,119,34));
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
}

section .contenidoborde .contenedor .blq input[type=submit]:hover {
	color: rgb(255,255,255);
	text-shadow: rgba(0,0,0,0.9) 0px -1px 3px;
	background: -webkit-linear-gradient(rgb(91,119,34), rgb(139,193,65)); 	/* Safari */
	background: -o-linear-gradient(rgb(91,119,34), rgb(139,193,65)); 		/* Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(91,119,34), rgb(139,193,65)); 		/* Firefox 3.6 to 15 */
	background: linear-gradient(rgb(91,119,34), rgb(139,193,65));
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
}

section .contenidoborde .contenedor .blq input[type=submit]:disabled {
	background: red;
	color: rgb(0,0,0);
	text-shadow: rgba(255,255,255,0.9) 0px -1px 3px;
	-webkit-transition-property: none;
	-ms-transition-property: none;
	-o-transition-property: none;
	-moz-transition-property: none;
	transition-property: none;
}

section .contenidoborde .contenedor .blq input[type=submit]:disabled:hover {
	background: red;
	color: rgb(0,0,0);
	text-shadow: rgba(255,255,255,0.9) 0px -1px 3px;
	-webkit-transition-property: none;
	-ms-transition-property: none;
	-o-transition-property: none;
	-moz-transition-property: none;
	transition-property: none;
}

section .contenidoborde .contenedor .blq .radiobox {
	border: 0px;
	border-radius: 4px;
	background: rgba(0,0,0,0.3);
	box-shadow: inset rgba(0,0,0,0.8) 0px 0px 5px;	
	margin-bottom: 5px;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: rgb(255,255,255);
	float: left;	
	text-align: center;
}

section .contenidoborde .contenedor .blq .cbox {
	border: 0px;
	border-radius: 4px;
	background: rgba(0,0,0,0.3);
	box-shadow: inset rgba(0,0,0,0.8) 0px 0px 5px;	
	margin-bottom: 5px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: rgb(255,255,255);
	float: left;	
	text-align: center;
}

section .contenidoborde .contenedor .blq .preciototal {
	margin-top: 15px;
}

section .contenidoborde .contenedor .blq .preciototal input[type=text] {
	float: right;
	border: 0px;
	border-radius: 4px;
	background: rgba(255,255,255,0.3);
	box-shadow: inset rgba(0,0,0,0.8) 0px 0px 5px;	
	margin-bottom: 5px;
	padding: 4px 10px;
	width: 60px;
	color: rgb(0,0,0);
	text-align: right;
	font-weight: bold;
}

section .contenidoborde .contenedor .blq .preciototal span.euro{
	float:right;
	margin:5px 0 0 5px;
}
/* ************************************************************************************************************************ */
section.tarifas {
	position: relative;
}

section.tarifas h3 {	
	text-align: center;
	font-size: 18px;
	color: rgb(180,188,205);
	padding: 10px;
	margin: 0px;
}

section.tarifas .tablacabecera {
	width: 1022px;
	margin: 0px auto;
	border: 1px solid rgb(169,169,169);	
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: rgba(0,0,0,0.6) 0px -1px 2px;	
	text-align: justify;
	background: -webkit-linear-gradient(rgba(169,169,169,0.6), rgba(169,169,169,0.6)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(169,169,169,0.6), rgba(169,169,169,0.6)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(169,169,169,0.6), rgba(169,169,169,0.6)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(169,169,169,0.6), rgba(169,169,169,0.6)); /* Standard syntax */
	background-size: 1px 1px;
	background-repeat: repeat-y;
	background-position: center;
}

section.tarifas .celda {
	display: inline-block;
	font-size: 14px;
	color: rgb(169,169,169);
	text-align: center;
	width: 49.80%;
	line-height: 50px;
}

section.tarifas .fila:nth-child(2n+1) {
	background: -webkit-linear-gradient(rgba(169,169,169,1), rgba(169,169,169,1)), rgb(216,223,236); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(169,169,169,1), rgba(169,169,169,1)), rgb(216,223,236); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(169,169,169,1), rgba(169,169,169,1)), rgb(216,223,236); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(169,169,169,1), rgba(169,169,169,1)), rgb(216,223,236); /* Standard syntax */
	background-size: 1px 1px, auto;
	background-repeat: repeat-y, repeat;
	background-position: center;
	text-align: center;
}

section.tarifas .fila {
	background: -webkit-linear-gradient(rgba(169,169,169,1), rgba(169,169,169,1)), transparent; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(169,169,169,1), rgba(169,169,169,1)), transparent; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(169,169,169,1), rgba(169,169,169,1)), transparent; /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(169,169,169,1), rgba(169,169,169,1)), transparent; /* Standard syntax */
	background-size: 1px 1px, auto;
	background-repeat: repeat-y, repeat;
	background-position: center;
	text-align: center;
}

section.tarifas .fila .contenidofila {
	width: 1022px;
	margin: 0px auto;
	border-left: 1px solid rgb(169,169,169);
	border-right: 1px solid rgb(169,169,169);
}

section.tarifas .fila:last-child .contenidofila {	
	width: 1022px;
	margin: 0px auto;
	border-left: 1px solid rgb(169,169,169);
	border-right: 1px solid rgb(169,169,169);
	border-bottom: 1px solid rgb(169,169,169);
}

section.tarifas .fila .celdafila {
	display: inline-block;
	font-size: 14px;
	color: rgb(169,169,169);
	text-align: center;
	width: 49.80%;
	line-height: 20px;
	color: rgb(54,96,152);
}

section.tarifas .fila .celdafila .diasprecio {
	width: 310px;
	margin: 0px auto;
}

/* ################################################################################### */
/* ##### CONTENIDO NOTICIAS ########################################################## */

section.noticias {
	position: relative;
	min-width: 1024px;
	background: rgba(255,255,255,0.7);
	box-shadow: rgba(0,0,0,0.4) 0px 0px 20px 0px;
	min-height: 180px;
	padding: 10px 0px;
	z-index: 10;
	margin-top: 20px;
}

.contenedor {
	min-width: 1024px;
	max-width: 1180px;
	width: auto;
	background: rgb(255,255,255);
	min-height:180px;
	margin: 0px auto;
	position: relative;
}

.contenido {
	position: relative;
	width: 1024px;	
	margin: 0px auto;
	padding-bottom: 10px;
}

h1 {
	margin: 0px;
	padding: 10px 15px;
	font-family: 'Klavika Bold Bold';
	font-size: 20px;
	font-weight: 100;
}

h1 a, section.noticias h1 a:visited {
	color: inherit;
	text-decoration: none;
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property:  color;
	-o-transition-property:  color;
	-moz-transition-property: color;
	transition-property: color;
}

section.noticias h1 a:hover {
	color: rgb(54,96,152);
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property:  color;
	-o-transition-property:  color;
	-moz-transition-property: color;
	transition-property: color;
}

.blqoferta {
	display: inline-block;
	margin: 0px 2.5% 0px 2.5%;
	width: 44%;
	vertical-align: top;
	text-align: justify;
}

.blqoferta a .blqoferta a:visited {
	color: rgb(54,96,152);
	text-decoration: none;
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property:  color;
	-o-transition-property:  color;
	-moz-transition-property: color;
	transition-property: color;
}

.blqoferta a:hover {
	color: rgb(45, 167, 238);
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property:  color;
	-o-transition-property:  color;
	-moz-transition-property: color;
	transition-property: color;
}

section article a img {
	border: 0px;
}

/* ******************************************************************************************************** */

section.listado h3 {	
	text-align: center;
	font-size: 18px;
	color: rgb(180,188,205);
	padding: 10px;
	margin: 0px;
}

section.listado .filaoferta {
	vertical-align: top;
	width: 46.5%;
	display: inline-block;
	margin: 15px;
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: transform;
	-ms-transition-property: transform;
	-o-transition-property: transform;
	-moz-transition-property: transform;
	transition-property: transform;
}

section.listado .filaoferta:hover {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
	transform: scale(1.1);
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: transform;
	-ms-transition-property: transform;
	-o-transition-property: transform;
	-moz-transition-property: transform;
	transition-property: transform;
}

section.listado .filaoferta p {
	display: inline-block;
	width: 300px;
	margin-left: 20px;
	margin-top: 0px;
	vertical-align: top;	
}

section.listado .filaoferta img {
	display: inline-block;
	width: 150px;
}

section.listado .filaoferta a, section.listado .filaoferta a:visited {
	color: rgb(54,96,152);
	text-decoration: none;
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property:  color;
	-o-transition-property:  color;
	-moz-transition-property: color;
	transition-property: color;
}

section.listado .filaoferta a:hover {
	color: rgb(45, 167, 238);
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property:  color;
	-o-transition-property:  color;
	-moz-transition-property: color;
	transition-property: color;
}

/* ################################################################################### */
/* ##### PIE ######################################################################### */

footer {
	position: relative;
	background: url("../imagenes/fondo-pie.png") repeat-x top center;
	min-width: 1024px;
	margin-top: 15px;
	padding-top: 25px;
	height: 106px;
	color: rgb(255,255,255);
	font-size: 12px;
}

footer .contenido {
	position: relative;
	width: 1024px;	
	margin: 0px auto;
}

footer a, footer a:visited {
	color: inherit;
	text-decoration: none;	
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property:  color;
	-o-transition-property:  color;
	-moz-transition-property: color;
	transition-property: color;
}

footer a:hover {
	color: rgb(45, 167, 238);
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property:  color;
	-o-transition-property:  color;
	-moz-transition-property: color;
	transition-property: color;
}

/* ################################################################################### */
/* ##### OTRAS CLASES ################################################################ */

.clearfloat {
	clear: both;
	line-height: 1px;
	padding: 0px;
	margin: 0px;
}

.fltlf {
	float: left;
}

.fltrt {
	float: right;
}
.fltlf2 {
	float: left;
	width: 139px;
	padding-right: 10px;
	font-size: 12px;
}

.fltrt2 {
	float: right;
	width: 35px;
	text-align: center;
}

.alglf {
	text-align: left !important;
}

.algrt {
	text-align: right !important;
}

.algcen {
	text-align: center !important;
}

.valgcentro {
	vertical-align: middle;
}

.pdT5{
	padding-top: 5px;
}

.pdB10{
	padding-bottom: 10px;
}

.mgauto {
	margin-left: auto;
	margin-right: auto;
}

.mgR7B7 {
	margin-right: 7px;
	margin-bottom: 7px;
}

.mgT10R25B20L0 {
	margin: 10px 25px 20px 0px;
}

.mgL10R10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mgL15R15 {
	margin-left: 15px;
	margin-right: 15px;
}

.mgL25R25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.mgL15 {
	margin-left: 15px;
}

.mgL30 {
	margin-left: 30px;
}

.mgL60 {
	margin-left: 60px;
}

.mgR30 {
	margin-right: 30px;
}

.mgR100 {
	margin-right: 100px;
}

.mgT3 {
	margin-top: 3px !important;
}

.mgT8 {
	margin-top: 8px !important;
}

.mgT14 {
	margin-top: 14px;
}

.mgB10 {
	margin-bottom: 10px;
}

.textgris {
	color: rgb(158,158,158) !important;
}

.textazul {
	color: rgb(54,96,152) !important;
}

.texto12 {
	font-size: 12px !important;
}

.texto14 {
	font-size: 14px !important;
}

.texto16 {
	font-size: 16px !important;
}

.texto18 {
	font-size: 18px !important;
}

.texto20 {
	font-size: 20px !important;
}

.textAbbey {
	font-family: TREBUCHET MS;
}

.linea {
	background: rgb(54,96,152);
	width: 100%;
	height: 2px;	
}

.nomar {
	margin: 0px !important;
}

.w80 {
	width: 80px !important;
}

.w90 {
	width: 90px !important;
}

.w110 {
	width: 110px !important;
}

.w160 {
	width: 160px !important;
}

.w171 {
	width: 171px !important;
}

.w191 {
	width: 191px !important;
}

.w200 {
	width: 200px !important;
}

.w230 {
	width: 230px !important;
}

.w250 {
	width: 250px !important;
}

.w270 {
	width: 270px !important;
}

.w320 {
	width: 320px !important;
}

.w340 {
	width: 340px !important;
}

.w350 {
	width: 350px !important;
}

.w400 {
	width: 400px !important;
}

.w446 {
	width: 446px !important;
}

.w507 {
	width: 507px !important;
}

.contenidosombra {
	padding-top: 10px !important;
}

.icodir {
	background: url("../imagenes/pin2.png") no-repeat center right;
	padding-right: 25px;
	font-size: 12px;
	min-height: 19px;
}

.icogps {
	background: url("../imagenes/gps.png") no-repeat center right;
	padding-right: 25px;
	font-size: 12px;
	min-height: 19px;
	margin-bottom: 10px;
}

.icotel {
	background: url("../imagenes/tel.png") no-repeat center right;
	margin: 10px 0px;
	padding-right: 25px;
	font-size: 12px;
	min-height: 19px;	
}

.icomail {
	background: url("../imagenes/mail.png") no-repeat center right;
	padding-right: 25px;
	font-size: 12px;
	min-height: 19px;
}

.icopin {
	vertical-align: middle; 
	margin-right: 10px;
}

.vinculonegro {
	color: inherit;
	text-decoration: none;
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property:  color;
	-o-transition-property:  color;
	-moz-transition-property: color;
	transition-property: color;		
}

.vinculonegro:hover {
	color: rgb(0,0,0);
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property:  color;
	-o-transition-property:  color;
	-moz-transition-property: color;
	transition-property: color;
}

.vinculoazul {
	color: rgb(54,96,152);
	text-decoration: none;
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property:  color;
	-o-transition-property:  color;
	-moz-transition-property: color;
	transition-property: color;		
}

.vinculoazul:hover {
	color: rgb(45, 167, 238);
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property:  color;
	-o-transition-property:  color;
	-moz-transition-property: color;
	transition-property: color;
}

.separadorvertical {
	float: left;
	width: 1px;
	height: 280px;
	margin: 0px;
	background: rgb(169,169,169);
}

.separadorvertical180 {
	float: left;
	width: 1px;
	height: 180px;
	margin: 0px;
	background: rgb(169,169,169);
}

.separadorvertical215 {
	float: left;
	width: 1px;
	height: 215px;
	margin: 0px;
	background: rgb(169,169,169);
}
.separadorvertical345 {
	float: left;
	width: 1px;
	height: 345px;
	margin: 0px;
	background: rgb(169,169,169);
}

.separadorvertical130 {
	background: rgb(54,96,152);
	display: inline-block;
	width: 1px;
	height: 130px;
	margin: 5px 0px;	
	vertical-align: top;
}

.separadorvertical200 {
	background: rgb(54,96,152);
	display: inline-block;
	width: 1px;
	height: 200px;
	margin: 5px 0px;	
	vertical-align: top;
}

.separadorvertical250 {
	background: rgb(54,96,152);
	display: inline-block;
	width: 1px;
	height: 250px;
	margin: 5px 0px;	
	vertical-align: top;
}

.col125 {
	width: 125px; 
	margin: 45px 0px 0px 0px;
}

.btnvolver {
	color: rgb(0,0,0);
	text-decoration: none;
	text-shadow: rgba(255,255,255,0.9) 0px -1px 3px;
	border: 0px;
	border-radius: 4px;
	padding: 4px 14px;
	background: -webkit-linear-gradient(rgb(65,174,194), rgb(20,84,105)); 	/* Safari */
	background: -o-linear-gradient(rgb(65,174,194), rgb(20,84,105)); 		/* Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(65,174,194), rgb(20,84,105)); 		/* Firefox 3.6 to 15 */
	background: linear-gradient(rgb(65,174,194), rgb(20,84,105));
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;	
}

.btnvolver:hover {
	color: rgb(255,255,255);
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.9) 0px -1px 3px;
	background: -webkit-linear-gradient(rgb(20,84,105), rgb(65,174,194)); 	/* Safari */
	background: -o-linear-gradient(rgb(20,84,105), rgb(65,174,194)); 		/* Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(20,84,105), rgb(65,174,194)); 		/* Firefox 3.6 to 15 */
	background: linear-gradient(rgb(20,84,105), rgb(65,174,194));
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
}

.btnazul {
	color: rgb(0,0,0);
	text-shadow: rgba(255,255,255,0.9) 0px -1px 3px;
	border: 0px;
	border-radius: 4px;
	padding: 4px 14px;
	background: -webkit-linear-gradient(rgb(65,174,194), rgb(20,84,105)) !important; 	/* Safari */
	background: -o-linear-gradient(rgb(65,174,194), rgb(20,84,105)) !important; 		/* Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(65,174,194), rgb(20,84,105)) !important; 		/* Firefox 3.6 to 15 */
	background: linear-gradient(rgb(65,174,194), rgb(20,84,105)) !important;	
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
}

.btnazul:hover {
	color: rgb(255,255,255);
	text-shadow: rgba(0,0,0,0.9) 0px -1px 3px;
	background: -webkit-linear-gradient(rgb(20,84,105), rgb(65,174,194)) !important; 	/* Safari */
	background: -o-linear-gradient(rgb(20,84,105), rgb(65,174,194)) !important; 		/* Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(20,84,105), rgb(65,174,194)) !important; 		/* Firefox 3.6 to 15 */
	background: linear-gradient(rgb(20,84,105), rgb(65,174,194)) !important;	
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
}

.error {
	text-align: center !important;
	padding: 60px !important;
	font-size: 22px !important;
}

.servicio {
	float: left;
	margin-bottom: 10px;
	width: 214px;
}