BODY {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
   background-color: #ccc;
}

#fondoinf {
   background-image: url(imagenes/back_inf.jpg);
   background-position: top;
   background-repeat: repeat-x;
}
.bkg-izq {
	BACKGROUND-POSITION: top right; 
	BACKGROUND-IMAGE: url(imagenes/back_izquierdo.png);
	BACKGROUND-REPEAT: no-repeat;
}
.bkg-der {
	BACKGROUND-POSITION: top left; 
	BACKGROUND-IMAGE: url(imagenes/back_derecho.png); 
	BACKGROUND-REPEAT: no-repeat;
}
.linea_amarilla {
	background-color: yellow;
	height: 10px;
}
.fondo_blanco {
	background-color: white;
}
.cuadro_centro_grande {
	width: 776px;
	height: 606px;
	border: 1px solid #555555
}
.imagen_centro_grande {
	margin: 6px;
}
.cuadro_centro_texto1 {
	background-image: url(imagenes/back_centro_port1.png);
	background-repeat: no-repeat;
	height: 246px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #475054;
	/*padding-top: 35px;*/
	padding-right: 15px;
}
.centro_texto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #475054;
	/*padding-top: 35px;*/
	margin: 20px;
}
.centro_texto2_transporte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #475054;
}
.centro_texto2_transporte_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #475054;
	font-weight: bold;
}

.back_pie {
	background-image: url(imagenes/back_pie.jpg);
	height: 243px;
}
.texto_pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #475054;
}
.cabe_transporte {
	background-image: url(imagenes/cabe_transporte.png);
	background-repeat: no-repeat;
	background-position:  top center;
	height: 75px;
}
.cabe_servicios {
	background-image: url(imagenes/cabe_servicios.png);
	background-repeat: no-repeat;
	background-position:  top center;
	height: 75px;
}
.cabe_cotizaciones {
	background-image: url(imagenes/cabe_cotizaciones.png);
	background-repeat: no-repeat;
	background-position:  top center;
	height: 75px;
}
.cabe_contacto {
	background-image: url(imagenes/cabe_contacto.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 75px;
}

.contacto {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	COLOR: #575757; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.contacto_rojo {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	COLOR: red; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}