/*
********************************************
* Servicios - Incoterms
********************************************
*/
.contenedor-principal.servicios.incoterms {
	min-height: 770px;
	font-size: 13px;
	line-height: 120%;
}

.servicios.incoterms .intro {
	position: absolute;
	top: 33px;
	left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
}

.servicios.incoterms .ubicacion {
	position: absolute;
	display: block;
	top: 15px;
	right: 10px;
	width: 185px;
	height: 30px;
	background: url(../graficos/servicios/incoterms/incoterms.png) no-repeat top left;
}

.servicios.incoterms .texto {
	position: absolute;
	display: block;
	top: 65px;
	left: 10px;
	width: 940px;
	height: 655px;
	padding-top: 17px;
	background: #F9F9F9 url(../graficos/servicios/incoterms/fondo-tabla.png) no-repeat top right;
}

.servicios.incoterms span.titulo {
	display: block;
	height: 25px;
	font-weight: bold;
}

.servicios.incoterms span span {
	display: block;
	height: 35px;
	line-height: 35px;
}

.servicios.incoterms .origen,
.servicios.incoterms .no-pagado,
.servicios.incoterms .pagado, 
.servicios.incoterms .destino {
	height: 60px;
	margin-bottom: 26px;
	padding-left: 10px;
	background: url(../graficos/servicios/incoterms/incoterms-exw.png) no-repeat left bottom;
}

.servicios.incoterms .no-pagado {
	height: 130px;
	background: url(../graficos/servicios/incoterms/incoterms-fca-fas-fob.png) no-repeat left bottom;
}

.servicios.incoterms .pagado {
	height: 165px;
	background: url(../graficos/servicios/incoterms/incoterms-cfr-cif-cpt-cip.png) no-repeat left bottom;
}

.servicios.incoterms .destino {
	height: 200px;
	background: url(../graficos/servicios/incoterms/incoterms-daf-des-deq-ddu-ddp.png) no-repeat left bottom;
}