@import url("empresa.css");

/* Imagen de fondo y nuevo posicionamiento de los logos */
#contenedor_fondo {
	background-image: url("../images/back_empresa.jpg");
	background-repeat: no-repeat;
	background-position: 112px top; 
}

#central {
	padding-left: 10px;
	margin-left: 0px;
	position: relative;
}

#central #logos {
	margin: 0px;
	margin-left: -10px;
	margin-bottom: 10px;
	
	background-color: red;
}

/* Tipografias */
#texto h3 {
	padding: 0px;
	margin-bottom: 3px;
	margin-top: 15px;
	
	border-bottom: 1px #c1c1c1 solid;
	font-weight: bold;
	float: left;
	width: 625px;
}

#texto ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	
	float: left;
	width: 100%;
}
#texto li {
	font-size: 11px;
	color: #000000;
}

/* Listas en columnas */
#texto li {
	width: 33%;
	float: left;
}

/* Destacados */
#texto div.destacado {
	margin-top: 15px;
	
	width: 33%;
	float: left;
}

