@charset "iso-8859-1";
/* CSS Document */


.textosComoComprar h3 {
	 margin: 0 0 1em 0;
	 font-size: 0.8125em;
	 font-weight: bold;
}

.textosComoComprar p {
	 margin: 0 0 1em 0;
	 font-size: 0.8125em;
}

.tituloComoComprar {
	font-family: 'league_gothic';
	font-size: 2em;
	color: #2b2a2a;
	text-transform: uppercase;
	margin: 1em 0 0.25em 0;
}

.textosComoComprar table {
	width: 60%;
	margin: 0 auto 3em auto;
	border: 1px solid #000;
	border-collapse: collapse;
	font-size: 0.75em;
	text-transform: uppercase;
}

.textosComoComprar table tr td {
	border: 1px solid #000;
	padding: 0.5em 0;
}

.tituloTablaComoComprar {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.25em;
}

.subtituloTablaComoComprar {
	font-weight: bold;	
}

.direccionComoComprar {
	font-size: 1em !important;
	line-height: 1.2em;
}



@media screen and (min-width:160px) {

	.textosComoComprar table {
		width: 100%;
	}

}


@media screen and (min-width:640px) {

	.textosComoComprar table {
		width: 60%;
	}

}

