@charset "utf-8";
/* CSS Document */
body{
			font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		}
#contenedor{
			margin:20px auto;
			width:600px;
			padding:5px 20px;
			box-sizing:border-box;
			//background: rgba(160,237,129,1.00);
			border:rgba(3,51,78,1.00) solid 1px;
			display:flex;
			flex-direction:column;
			//box-shadow:4px 2px rgba(184,178,178,1.00);
			
					
}
		
#cabecera{
			width:100%;
			height: 150px;
			//border: solid 1px rgba(106,103,103,1.00);
			margin-bottom: 20px;
			overflow: hidden;
}

.promocion{
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	align-items: center;
	padding-right: 5px;
}


.prev{
	width:30%;
}
.prev img{
	width:100%;
}

.tarifa_ctacte{
	display:flex;
	flex-direction: row;
}

.tarifa{
	width:60%;
	display:flex;
	justify-content:space-between;
	padding:2px;
	margin-bottom:10px;
		 
}

.tarifa p{
	font-size: 14px;
	color:rgba(10,114,185,1.00);
}

.ctacte{
	font-size:10px;
	padding:2px;
	color:rgba(10,114,185,1.00);
}

.registro_extranjero{
	display:flex;
	justify-content:center;
	align-items: center;
margin-top:10px;
	padding:5px;
	background: rgba(87,142,188,1.00);
		
}

.registro_extranjero input{
	font-size: 14px;
	color:rgba(248,239,7,1.00);
	background: rgba(3,51,91,1.00);
	border:none;
		
}


table{
	width:80%;
	text-align: center;
	font-size: 0.8em;
	border:1px solid rgba(148,204,241,1.00);
	color:rgba(36,70,144,1.00);
	box-shadow: 2px 2px 0px 0px rgba(197,199,198,1.00);
}

.label{
			margin-top:10px;
			color:rgba(1,114,162,1.00)
}
		
.sinbordes{
			//outline: none;
    		//background-color: #dfe;
			border-top: 0 ;
			border-right: 0;
			border-left:0;
			border-bottom:rgba(171,169,169,1.00) 1px solid;
			//margin-left:80px;
}
		
.sinbordes1{
			//outline: none;
    		//background-color: #dfe;
			border-top: 0 ;
			border-right: 0;
			border-left:0;
			border-bottom:rgba(171,169,169,1.00) 1px solid;
			//margin-left:20px;
}
input{
			//background: rgba(160,237,129,1.00);
			margin-bottom:  5px;
			
			
}
		
select{
			margin-top:10px;
			margin-bottom: 10px;
			//margin-left:70px;
}
		
#lineaE{
		overflow: hidden;
		width:98%;
		padding: 2px;
		box-sizing:border-box;
		margin-top:20px;
		margin-bottom:20px;
		background:rgba(54,171,236,1.00);
		text-align: center;
}

.lista{
	width:80%;
	display:flex;
	justify-content: space-between;
	
}

img{
	width:100%;
}

::placeholder {
  color: rgba(187,184,184,1.00);
  font-size: 0.8em;
}

.error{
	color:red;
	text-align: center;
}

	
		
@media (max-width: 600px){	
	
	
#cuerpo,#contenedor,#cabecera{
			max-width:98%;
			padding-left:1px;
			padding-right:1px;
			box-sizing: border-box;
			
}
		
#cuerpo{
		background: #0ED705;
}
			
label{
			max-width:35%;
			font-size: 10px;
}
		
input{
			max-width:55%;
}
		
select{
	width:140px;
}
		
#id_region{
			max-width:45%;
}
		
#id_c{
			max-width:45%;
			
}
		
input::-webkit-input-placeholder {
			color: #b78a02;	
			font-size:10px;
}	
input:-moz-input-placeholder {
  			color: #b78a02;	
			font-size:10px;
		
}	
input:-ms-input-placeholder {
  			color: #b78a02;			
			font-size:10px;
}
		
.msg{
		font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		color:#D9060A;
		font-size:10px;
		margin-left:5%;
}
		
}

