/*#cont_contacto{
	margin-top:0px;
}*/

.tabs {
	width:930px;
	position:relative;
	min-height:550px;
	/*margin-top:-120px;*/
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.tab{
	width:250px;
}

.tab label {
	height:60px;
	width:200px;
	color: #414141;
	cursor: pointer;
	left: 0;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 70px;
	text-decoration: none;
	background-repeat: no-repeat;
	text-shadow: 1.5px 1.5px #FFFFFF;
}

.tab label span {
	line-height:25px;
	
}

.tab [type=radio] {
	display: none; 

}

[type="radio"]:checked ~ label {
	color:#D81628;
	text-align:center;
	height:60px;
	width:200px;
	z-index: 2;
	
	
}


[type=radio]:checked ~ label ~ .content { 
	z-index: 1; 
}

.tab [type=radio]:checked ~ label ~ .content > * {
	opacity: 1;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}
.content {
	background-color: #F5F5F5;
	bottom: 0px;
	left:257px;
	overflow: hidden;
	padding: 20px;
	padding-right:0px;
	position: absolute;
	right: 0px;
	top: 1px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #AFAFAF;
}

#text #telef{
	color:#D81628;
}

.content p {
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#767676;
	
	
}


#title_mv{
	font-size:18px;
	color:#D81628;
	margin-bottom:10px;
	
}

.content > * {
	opacity: 0;
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

/*css contáctanos*/
/*#maps{
	position: relative;
	display:block;
	margin:auto;
	height: 325px;
	width: 620px;
	background-color: rgba ( 60, 60, 60, 0.8);
	-webkit-background-color: rgba ( 60, 60, 60, 0.8);
	padding:0px;
}

div#maps section{
	position:absolute;
	display:block;
	left:0;
	height: 300px;
	padding:0px;
	z-index:o;
	margin-top: 10px;
	margin-left: 10px;	
		
}
div#maps section:first-child{
	z-index:1;
}
div#maps section:target,
div#maps section:target h3{
	z-index:2;
		
}
div#maps section,
div#maps section h3{
	
	-webkit-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;	
}*/
ul.prueba{
	position: relative;
	display:block;
	margin:auto;
	height: 325px;
	width: 620px;
	background-color: rgba ( 60, 60, 60, 0.8);
	-webkit-background-color: rgba ( 60, 60, 60, 0.8);
	padding:0px;
}
ul.prueba>li{
	display:none;
}
ul.prueba>li.active{
	display:block;	
}
#text{
	position:relative;
	display:block;
	width:600px;
	height:80px;
	padding:0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size:12px;
		
}
td h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#D81628;
	font-size: 16px;
}
td h3 a{
	color: #414141;
	text-decoration: none;
	-webkit-transition: all 400ms ease-in ;
	-moz-transition: all 400ms ease-in ;
	-o-transition: all 400ms ease-in ;
	-ms-transition: all 400ms ease-in ;
	font-size: 12px;
}
td h3 a:hover{
	color: #666;
}

td p {
	font-size: 14px;
	color: #414141;
	font-family: Arial, Helvetica, sans-serif;	
}
.celdastd{
	padding-top:8px;
	font-size:12px;	
}
/*termina css contáctanos*/

/*css formulario de consultas*/

.content span{
	color:#767676;
	list-style:none;
	font-size:12px;
	display:block;
	text-align:justify;
}

.content ul li{
	width:575px;
	margin-bottom:25px;
}


.titulo p{
	margin-top:20px;
	display: block;
	color: #D81628;
	font-size: 18px;
}

.titulo p span{
	color:#D81628;
}

.campo{
	width:290px;
	height:25px;
	margin:auto;
	margin-top:10px;
	color: #CCCCCC;
	margin-bottom: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 16px;
	background-color: #EDEDED;
	border-top-width: 1.8px;
	border-right-width: 1.8px;
	border-bottom-width: 1.8px;
	border-left-width: 1.8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	padding: 3px;
}
.campo:focus{
	color: #8c8c8c;
	background-color: #E8E8E8;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline: none;
}

#consulta{
	width:625px;
	height:150px;
	margin-top:10px;
	resize: none;
	margin-bottom: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 16px;
	background-color: #EDEDED;
	border-top-width: 1.8px;
	border-right-width: 1.8px;
	border-bottom-width: 1.8px;
	border-left-width: 1.8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding: 8px;
	color: #CCCCCC;
}
#consulta:focus{
	color: #8c8c8c;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline: none;
	background-color: #E8E8E8;			
}
form table td{
	width:325px;
	height:25px;
	font-size:16px;
}
#enviar{
	color: #8c8c8c;
	font-family: Arial, Helvetica, sans-serif;
	border:1px dashed #F5F5F5;
	cursor: pointer;
	float: right;
	font-size: 24px;
	background-color: #F5F5F5;
	height: 45px;
	width: 120px;
	display: block;
	text-shadow: 0.5px 2px 2px #FFFFFF;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	text-transform: uppercase;
	margin-right:70px;
	font-weight: bold;
}
#enviar:hover{
	color: #D81628;
	border: 1px dashed #DBDBDB;
}
#respuesta p{
	color: #D81628;
	padding-left:10px;
}

/*fin formulario consultas*/
