@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-position: center top;
	background-repeat: repeat-x;
	/*	background-image:url(../imagenes/fondo_pagina.png); */
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
a {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
textarea {
	resize: none;
}
.boton a {
	display: block;
	border: 1px solid #000;
	border-radius: 4px;
	text-align: center;
	padding: 0.2em 0.8em 0.2em 0.8em;
	background-color: #F60;
	background: -webkit-linear-gradient( #ff6600, #cc3300);
	background: -moz-linear-gradient(#ff6600, #cc3300);
	background: -o-linear-gradient(#ff6600, #cc3300);
}
.boton a:hover {
	background-color: #CCC;
	background: -webkit-linear-gradient( #CCC #333333);
	background: -moz-linear-gradient(#CCC #333333);
	background: -o-linear-gradient(#CCC #333333);
	text-decoration: none;
	color: #000;
}
/* Formularios */

.boton_formularios {
	/* background-image:url(http://www.semyseo.es/imagenes/template/bot_negro.png);
  background-position:50% 50%;
  background-repeat:no-repeat no-repeat; */
	background: -webkit-linear-gradient( #ff6600, #cc3300);
	background: -moz-linear-gradient(#ff6600, #cc3300);
	background: -o-linear-gradient(#ff6600, #cc3300);
	display: block;
	border: 1px solid #000;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	padding: 0.5em 1em 0.5em 1em;
	background-color: #F60;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	float: right;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.boton_formularios:hover {
	background-color: #CCC;
	background: -webkit-linear-gradient( #CCC #333333);
	background: -moz-linear-gradient(#CCC #333333);
	background: -o-linear-gradient(#CCC #333333);
	color: #000;
}
.campo_formulario {
	float: left;
	color: #FFF;
	display: block;
	width: 90px;
	margin: 5px auto 5px auto;
	text-indent: 20px;
}
.respuesta_formulario {
	float: left;
	display: block;
	margin: 5px auto 5px auto;
}
input {
 border 1px solid #ccc;
	border-radius: 4px;
	background-color: #FBFCDC;
	font-family: "Courier New", Courier, monospace;
}
select {
 border 1px solid #ccc;
	border-radius: 4px;
	background-color: #FBFCDC;
	font-family: "Courier New", Courier, monospace;
}
textarea {
 border 1px solid #ccc;
	border-radius: 4px;
	background-color: #FBFCDC;
	font-family: "Courier New", Courier, monospace;
}
.separador {
	display: block;
	clear: both;
}
h1 {
	color: #FFF;
	display: block;
	clear: both;
	border-bottom: #FFF 1px dashed;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-top: 5px;
	background-image: url(file://///ADSERVER2/Webs/ztaxi/imagenes/h1.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 30px;
}
h2 {
	color: #fff;
	font-size: 14px;
}
h3 {
	margin-top: 0px;
}
.contenidos {
	font-size: 12px;
	text-align: justify;
	padding: 10px;
	color: #F4F4F4;
}
/* Template */

.cabecera {
	/*background-image:url(../imagenes/fondocabecera.jpg); 
	background-position:top center; 
	background-repeat:no-repeat; */
	height: auto;
	margin: 0px auto 0px auto;
	position: relative;
	text-align: center;
	background-color: #FFF;
}
.cabecera960 {
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 4000;
	top: 0px;
	left: 50%;
	margin-left: -480px;
}
.logotipo {
	position: absolute;
	top: 20px;
	left: 50px;
}
.logo {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 72px;
	font-weight: bolder;
	color: #fff;
	text-transform: capitalize;
	text-shadow: 2px 2px 3px #666;
	display: block;
	clear: both;
	text-align: left;
	line-height: 1.2em;
	-webkit-text-stroke-color: black;
	-webkit-text-stroke-width: 0.75px;
}
.sublogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	-webkit-text-stroke-color: black;
	-webkit-text-stroke-width: 0.75px;
}
.cuadro_usuarios {
	float: right;
	top: 0px;
	height: 300px;
	width: 300px;
	position: absolute;
	top: 0px;
	left: 750px;
	background-image: url(/imagenes/acceso_privada.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.acceso_usuarios {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
	width: 240px;
	margin-top: 65px;
	margin-left: 30px;
}
.pasword_perdido {
	font-size: 12px;
	text-transform: none;
	color: #CCC;
	text-align: justify;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pasword_perdido a {
	color: #F60;
	text-decoration: none;
	font-weight: bold;
}
.pasword_perdido a:hover {
	text-decoration: underline;
}
.formulario_index {
	position: relative;
	/*top:180px; 
	left:30px;*/
	top: 20px;
	left: 20px;
	width: 260px;
	height: 50px;
}
.pie {
	display: block;
	clear: both;
	text-align: center;
	margin: 0 auto 0 auto;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 10px;
	width:90%;
}
.pie a {
	text-decoration: none;
	color: #ccc;
}
.pie a:hover {
	text-decoration: underline;
	color: #FFF;
}
.firma {
	margin: 0 auto 0 auto;
	text-align: right;
	font-size: 10px;
	color: #999;
}


.menu_fondo {
	width:100%; 
	height:40px;  
	margin:0 auto 0 auto; 
	display:block; clear:both;
	border-left:1px #CCCCCC;
	background-color:#000;
}
/* menu css3 
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	color:#FFF;
}*/
/* Menu 
.menu {	
	height: 40px;
	width:960px;
}


.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
}*/

/* Links 

.menu li a {
	display:block;
	line-height:45px; 
	padding-left:1.2em;
	padding-right:1.2em;
	text-align:center;
	border-right:1px #CCCCCC dotted;
	font-size:14px;
	text-decoration:none;
	float:left;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { 
	color: #fff; 
	background-color:#333 
	} */

/* Sub Menu

.menu ul {
	position: absolute;
	list-style:circle;
	z-index:1000;
	top: 40px;
	left: 0;
	font-size:10px;
	opacity: 0;
	background: #1f2024;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	width:200px;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}

.menu ul li a {
	width: 150px;
	margin: 0;
	font-size:12px;
	line-height:40px;
	display:block;
	border: none;
	border-bottom: 1px solid #353539;
	text-align:left;
	margin-left:10px;
}

.menu ul li a:hover {
	color:#F60;
}

.menu ul li:last-child a { border: none; }

 fin de menu */

	
/* menu 

.menu {
	width:960px; 
	height:40px;  
	margin:0 auto 0 auto; 
	display:block; clear:both;
	border-left:1px #CCCCCC dotted;
	background-color:#000;
	}
	
.menu a {
	display:block;
	line-height:45px; 
	padding-left:1.5em;
	padding-right:1.5em;
	text-align:center;
	border-right:1px #CCCCCC dotted;
	font-size:14px;
	text-decoration:none;
	float:left;
}

.menu a:hover {
	background-color:#CCC;
	color:#000;
	border-right:1px #FFF dotted; 
	}
*/


/* menu resposivo */

.menu {
	display: block;
	text-align: center;
	margin:0PX auto;
	margin-left:-50px;
	width: 100%;
	padding-top:5px;
}
.menu li {
	display: inline-block;
	list-style: outside none none;
	position: relative;
	z-index: 100;
}
.menu li a {
	color: #ccc;
	display: block;
	padding: 0px 11px;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	border-right: 1px silver solid;
	font-weight: normal;
}
.menu li:last-child a {
	border: 0px;
}
.no_borde {
	border: 0px !important;
}
.menu li a:hover, .menu li:hover > a {
	color: #fff;
}
.menu ul {
	background-color: #333;
	display: none;
	min-width: 150px;
	position: absolute;
	width: auto;
	padding: 0px;
	text-align: left;
}
.menu li:hover > ul {
	display: block;
}
.menu ul li {
	background: none repeat scroll 0 0 transparent;
	border-top: 1px dotted silver;
	display: block;
	float: none;
	margin: 0px;
	padding: 0;
	font-size: 0.9em;
}
.menu ul li a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	padding: 11px 5px;
}
.menu ul li a:hover, .menu ul li:hover > a {
	background-color: #000;
	color: #fff;
}
.menu ul ul {
	background-image: none;
	left: 149px;
	top: -18px;
	width: 250px;
}
.mobile-menu {
	background: #000;
	color: #ffffff;
	display: none;
	font-weight: 600;
	padding: 11px 0;
	text-indent: 1em;
	text-transform: uppercase;
	width: 100%;
}
.mobile-menu:hover {
	background: none repeat scroll 0 0 #000;
	color: #ffffff;
	text-decoration: none;
}
/* fin de menu*/


/* que es ztaxi */

.pelotetas {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	border: 1px solid #FFF;
	border-radius: 100px;
	background-color: #FFF;
	float: left;
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-right: 10px;
}
.cajas {
	padding: 10px;
	border: 1px  #CCCCCC dashed;
	border-radius: 10px;
	margin-bottom: 20px;
}


.bloque_index {
	float:left;
	width:29%;
	margin:1%;
	padding:1%;
	display:block;
	
	}
	
.imagen_index {
	display:block;
	background-color:#FFF;
	height:200px;
	overflow:hidden;
	border-top-left-radius:10px;
	border-top-right-radius:10px;	
	}
	
.imagen_index img ,
.bloque50_imagen img {
	width:100%;
	height:auto;
	
	}
	
.bloque50 ,
.bloque50_imagen {
	float:left;
	width:50%;
	height:auto;
	}
	


/*FAQ*/

.pregunta {
	font-weight: bold;
	text-indent: 10px;
	margin-top: 10px;
}
.respuesta {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/* Fliping book */

#flip-tabs {
	width: 800px;
	margin: 20px auto;
	position: relative;
}
#flip-navigation {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
#flip-navigation li {
	display: inline;
	background-color: #F00;
}
#flip-navigation li a {
	text-decoration: none;
	padding: 10px;
	margin-right: 0px;
	line-height: 30px;
	background: #f9f9f9;
	border: 1px solid #FFF;
	border-radius: 10px;
	color: #333;
	outline: none;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 3px;
}
#flip-navigation li a:hover {
	background: #999;
	color: #f0f0f0;
}
#flip-navigation li.selected a {
	background: #000;
	color: #f0f0f0;
}
#flip-container {
	width: 800px;
	font-family: Arial;
	font-size: 13px;
}
#flip-container div {
	background: #000;
}
#flip-container div ul {
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	margin: 0;
	padding: 15px 5px;
	list-style-position: inside;
}
#flip-container div ul li {
	padding: 5px 0;
}
#flip-container div ul.orange {
	background: #f9d999;
}
#flip-container div ul.green {
	background: #d9f9d9;
}
#flip-container div ul.blue {
	background: #c9d9f9
}
/* fin fliping */

/* en los medios */

.cuadro_medios {
	border-bottom: 1px dashed #FFFFFF;
	padding-top: 10px;
	padding-bottom: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fechafuente_medios {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid;
	height: 20px
}
.fecha_medios {
	float: left;
	font-size: 10px;
	padding-left: 10px;
	line-height: 20px;
}
.fuente_medios {
	float: right;
	font-size: 10px;
	padding-right: 10px;
	line-height: 20px;
}
.titular_medios {
	font-size: 16px;
	display: block;
	clear: both;
	text-indent: 10px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 10px;
	padding-top: 5px;
}
.texto_medios {
	font-size: 12px;
	text-align: justify;
	line-height: 2em;
	text-indent: 10px;
	padding-bottom: 10px;
}
.texto_medios a {
	text-align: left;
	line-height: 1.5em;
	color: #F60
}
.texto_medios a:visited {
}
.texto_medios a:hover {
	color: #fff;
}
.cuadro_medios a {
	width: 100px;
	float: right;
	display: block;
	margin-bottom: 5px;
	margin-right: 10px;
	color: #000;
}
.cuadro_medios a:hover {
	color: #FFF;
}
.cuadro_dosier {
	float: right;
	width: 250px;
	height: 230px;
	background-color: #000;
	margin: 15px 5px 5px 5px;
	border: 1px solid silver;
	border-radius: 8px;
	padding: 5px
}
.cuadro_dosier a {
	color: #000
}
.cuadro_dosier a:hover {
	color: #fff;
}
/* Zona privada*/

.cuadro_zonaprivada {
	float: left;
	width: 250px;
	background-color: #000;
	border: 1px solid #999;
	border-radius: 8px;
	margin: 10px;
	padding: 10px;
}
.cuadro_zonaprivada a {
	color: #fff;
}
.cuadro_zonaprivada a:hover {
	color: #000;
}
.titulo_zonaprivada {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
}
.beta a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase
}
.beta a:hover {
	color: #000
}
/* Videos */

.caja_videos {
	background-color: #000;
 border-1px silver solid;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 10px;
	margin-top: 10px;
}
.texto_videos {
	background-color: #000;
	border: 1px #000 solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 5px;
	margin: 0px auto 10px auto;
	text-indent: 20px;
}
.separa_videos {
	text-align: center;
	width: 80%;
	margin: 0 auto 0 auto;
}
.separa_videos hr {
	height: 0px;
	border: 1px silver dashed;
}
hr {
	color: #666
}
/* medios general */

.caja_medios {
	float: left
}
.caja_medios a {
	float: left;
	text-align: center;
	border: 1px silver solid;
	border-radius: 10px;
	background-color: #666;
	width: 100px;
	height: 100px;
	margin: 10px;
	padding: 10px;
	display: block;
	color: #fff;
	font-size: 1.5em;
}
.caja_medios a:hover {
	background-color: #000;
	text-decoration: none;
	color: #F30;
}
/* radio */

.cuadro_radio {
	background-color: #fff;
 border-1px silver solid;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 400px;
	float: left;
	text-align: center;
	margin: 20px;
	display: block;
}
.texto_radio {
	background-color: #fff;
	border: 1px #000 solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 5px;
	margin: 0px auto 10px auto;
	text-indent: 20px;
	color: #000;
}

.cabecera800 {
	display:none;
	}
	
.pagina {
	width:100%;
	margin:0px auto;
	max-width:960px;
	height:auto;
	
	}


.usuarios_movil {display:none}

.posicion_cajas {float:left;
width:70%}

.imagen_ztaxi {
	float: right; width:30%; border:1px solid #fff; border-radius:10px; height:796px; background-color:#FFF; background-image:url(../imagenes/esquema_uso_ztaxi.jpg); background-position:center top; background-repeat:no-repeat; width:220px
	}
	
.caja_formulario_alta {
	background-color:#000; border:1px solid #999; border-radius:8px; width:760px; margin:0 auto 0 auto; padding-top:20px
	}
	
.maps iframe {
	width:100%;
	height:auto;
	min-height:300px;
	}
	
.posicion_medios {float:left;
width:70%;

}

.posicion_dossier {float:left;
width:30%;

}

.cuadro_medios {
	width:96%;
	margin:2% auto;
}

.cuadro_medios img {
	width:100%;
	max-width:420px;
	height:auto;
	float:right;
	padding:1%;
	border:1px silver solid;
	margin-left:2%;
	
	}
	
.posicion_videos {
	float:left;
	width:46%;
	margin:1%;
	padding:1%;
	
	}
	
.posicion_videos iframe {
	width:100%;
	
	}
	
.donde_estamos {float:left;
width:30%}

.donde_estamos_mapa {float:left;
width:65%;
margin-left:5%}

.donoe_estamos iframe {
	width:100%;
	min-height:300px;
	}

.donde_estamos_caja {
	margin:10px; padding:5px; border:1px solid #999; color:#CCC; border-radius:6px;
	}


/* RESPONSIVO */

 @media only screen and (max-width: 1024px) {
body {
	background-color: #C1FFFF;
}
.cuadro_usuarios {
	left: 670px;
}
}
 @media only screen and (max-width: 800px) {
body {
	background-color: #A2EAB9
}

.menu {
	padding-top:10px;	
}

.menu li a {
    
    padding: 0 5px;
}

.cuadro_usuarios {
	left: 550px;
}

#wowslider-container1 {
	display:none;
	}
	
.cabecera800 {display:block}

.cabecera800 img {
	width:100%;
	height:auto;
	}


.logotipo {
    left: 120px;
    position: absolute;
    top: 20px;
}

.posicion_cajas {float:left;
width:65%}


}
 @media only screen and (max-width: 600px) {
body {
	background-color: #F0EC9F
}
.menu {
	display: none;
	margin: 0;
}
.mobile-menu {
	display: block;
}
#touch-menu {
	color: #fff;
}
nav {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin: 0;
	border-bottom:1px silver dashed;
}
.menu li {
	display: block;
	margin: 0;
}
.menu li a {
	background: none repeat scroll 0 0 #ffffff;
	color: #797979;
	line-height: 2em;
	border-top: 1px silver solid;
}
.menu li a:hover, .menu li:hover > a {
	background: none repeat scroll 0 0 #000;
	color: #fff;
	border-left: 3px red solid;
	border-top: 1px silver solid;
}
.menu ul {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	left: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
}
.menu ul ul {
	left: 0;
	top: 0;
}

.cuadro_usuarios {
	display:none;
	
	}
	
.logotipo {
	left:380px;
	}
	
.usuarios_movil {display:block}

.registro_pregunta {
	display:none;
	}
.registo_respuesta {
	float:left;
	width:25%;
	font-size:10px;
	text-transform:uppercase;
	}
	
.bloque_index {
	float:none;
	width:90%;
	margin:1% auto;
	padding:1%;
	display:block;
	border-bottom:1px silver solid;
	padding-top:2%;
	padding-bottom:2%;
	
	}
	
.bloque50 ,
.bloque50_imagen {
	float:none;
	width:100%;
	height:auto;
	}
	
.posicion_cajas {float:none;
width:90%;
margin:0px auto;}

.imagen_ztaxi {display:none;

}

.caja_formulario_alta {
	width:90%;
	padding:3%;
	margin:0px auto;
	
	}

.caja_formulario_alta table td{
	display:table-row;
}

.posicion_medios ,
.posicion_dossier {float:none;
width:90%;
margin:0px auto;
display:block;
clear:both;
}

.caja_medios {width:50%;
text-align:center;}

.caja_medios a {
	float:none;
	margin:1em auto;
	}
	
.cuadro_dosier {

    float: none;
    height: auto;
    width: 90%;
	margin:1em auto;
}


.posicion_videos {
	float:none;
	width:96%;
	margin:1%;
	padding:1%;
	
	}
	
.separa_videos {display:none}

.cuadro_radio {

    display: block;
    float: none;
    margin: 2%;
    width:100%;
}

.texto_radio {
   
    color: #000;
    margin: 0 auto;
    padding: 5px;
    text-indent: 20px;
	width:100%;
}

.donde_estamos ,
.donde_estamos_mapa {float:none;
width:100%;
margin:10px 0px}



 }
 @media only screen and (max-width: 480px) {
body {
	background-color: #ECCEB9
}

#txtObservaciones {
	width:200px !important;
	
	}
	
.cuadro_medios table td {
	display:table-row;
	text-align:right;
}

.donde_estamos_mapa iframe {
	max-width:300px;
	height:200px;
	
	}

}
 @media only screen and (max-width: 320px) {
body {
	background-color: #FFD7FF
}
}
