table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table th,
table td {
	width:50%;
	border: 1px solid #CCC;
	padding: 3px 0;
}
table tr:first-child td { /* primera fila */
	border-top: none;
}
table tr:last-child td { /* ultima fila */
	border-bottom: none;
}
table th:first-child,
table td:first-child { /* primera columna */
	border-left: none;
}
table th:last-child,
table td:last-child { /* ultima columna */
	border-right: none;
}
tr:hover {
    background-color:#FFE8E8;
}



/*-----------------------------
       PRODUCTOS LLANTAS
-----------------------------*/

.modelo_llanta {
	width:100%;
	padding-bottom:15px;
}

.modelo_llanta h3 {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#666;
	text-align:left;
}

.cont_llanta {
	width:100%;
	height:auto;
}

.int_text {
	width:68%;
	height:auto;
	float:right;
	margin-bottom:5px;
}
.int_text1 {
	width:68%;
	height:auto;
	float:right;
	margin-bottom:5px;
}
.int_text1 table th, .int_text1 table td {
	width:33.3%;
}


.int_img {
	width:30%;
	height:auto;
	display:inline-block;
	float:left;
	top:50px;
}





/*-------------------------------
               ARO
------------------------------*/

.contenedor_aro {
	width: 75%;
	height: auto;
	text-align:center;
	position:relative;
	display: inline-block;
	margin: 1em auto;
}
.text-aro {
	color:#900;
	font-size:30px;
	line-height:25px;
	text-align:left;
}

.text-camara {
	color:#06c;
	font-size:30px;
	line-height:25px;
	text-align:left;
	margin-bottom:0.5em;
}

@media (max-width: 960px) {
.text-aro {
	font-size:24px;
	line-height:20px;
}

.text-camara {
	font-size:24px;
	line-height:20px;
	margin-bottom:0.5em;
}
}







