@charset "utf-8";
/* CSS Document */
.transportation {
	background-image: url(../interface/fondo-transportation.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 710px;
}

.transportation h2 {
	text-indent: -10000px;
	width: 98%;
	margin: 0 auto;
	padding-top: 20px;
}

.col-1 { margin: 80px 0 0 40px; }


.col-1, .col-2, .col-3 { 
	float: left;
	width: 320px; 	
	color: #FFF;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.col-2 {
	width: 310px;
	padding-top: 300px;
	color: #86bc3e;
	background-image: url(../interface/img-transporte/logo-mexicoach.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
	font-weight: bold;
}

.col-1 img.imagen1 { margin-left: 20px; margin-bottom: 10px; }
.col-3 { width: 276px; }

.col-1 ul { width: 95%; float: right; list-style: none; list-style-image: url(../interface/bullet.jpg); list-style-position: outside; margin-bottom: 10px; }

.col-1 p, .col-3 p {	
	float: left;
	margin-right: 15px;
	margin-bottom: 7px;
}

.col-2 p { width: 247px; margin: 0 auto; padding-bottom: 10px; }
.col-2 p.nota, .col-3 p.nota { font-size: 12px; padding-top: 30px; 	color: #86bc3e;}

.col-3 h3 { font-weight: bold; margin-top: 50px; }
