* { font-family: Arial }

/* Estilos webservice.php */
#marcas {
	width:20%;
	height: 144px;
	padding-bottom:5px;
}
#modelos{
	width:20%;
	height: 144px;
	padding-bottom:5px;
}
#carroceria {
	width:53%;
	height: 144px;
	padding-bottom:5px;
}
/* Fin Estilos webservice.php */

#separador {
	margin-left:0px;
	width:660px;
}

#alternativa {
	font-size:18px;
	width:185px;
}

#imagen1 {
	float:left;
	margin-right:60px;
}

#imagen2 {

}

table {
	font-size: 14px;
}

#container {
    margin: 0 auto;
    width:100%;  /* Ancho del contenedor */
}

#container li {
    list-style: none;
    list-style: none;
    padding: 0.3%;
    font-size: 14px;
}
}

#container input {
	height: 2.5em;
	visibility: hidden;
}

#container label {
	background: #f9f9f9;  /* Fondo de las pestañas */
	border-radius: .25em .25em 0 0;
	color: #888;  /* Color del texto de las pestañas */
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1em;  /* Tamaño del texto de las pestañas */
	height: 2.5em;
	line-height: 2.5em;
	margin-right: .25em;
	padding: 0 1.5em;
	text-align: center;
}

#container input:hover + label {
	background: #ddd;  /* Fondo de las pestañas al pasar el cursor por encima */
	color: #666;  /* Color del texto de las pestañas al pasar el cursor por encima */
}

#container input:checked + label {
	background: #888;  /* Fondo de las pestañas al presionar */
	color: #FFF; /* Color de las pestañas al presionar */
	position: relative;
	z-index: 6;
	/*
	-webkit-transition: .1s;
	-moz-transition: .1s;
	-o-transition: .1s;
	-ms-transition: .1s;
	*/
}

#content {
	background: #FFF;  /* Fondo del contenido */
	border-radius: 0 .25em .25em .25em;
	min-height: 20em;  /* Alto del contenido */
	position: relative;
	width: 100%;
	z-index: 5;
}

#content div {
	 
	position: absolute;
	z-index: -100;
	/*
	transition: all linear 0.1s;
	*/
	width: 100%;
}

#content-1 p {
	clear: both;
	margin-bottom: 1em;
}
#content-1 p.left img {
	float: left;
	margin-right: 1em;
}
#content-1 p.last {
	margin-bottom: 0;
}

#content-2 p {
	float: left;
	width: 48.5%;
}
#content-2 p.column-right {
	margin-left: 3%;
}
#content-2 p img {
	display: block;
	margin: 0 auto 1em auto;
}
#content-3 p,
#content-3 ul {
	margin-bottom: 1em;
}
#content-3 ul {
	margin-left: 2em;
}

#container input#tab-1:checked ~ #content #content-1,
#container input#tab-2:checked ~ #content #content-2,
#container input#tab-3:checked ~ #content #content-3,
#container input#tab-4:checked ~ #content #content-4 {
    opacity: 1;
    z-index: 100;
}

input.visible {
  visibility: visible !important;
}

