@charset "utf-8";
/* CSS Document */

.empresa_bloque{
	background-color:#FFF;
	margin-bottom: 15px;
	overflow:hidden;
	}
.empresa_texto {
	display:block;
	/*border:2px solid #093;*/
	border-bottom:2px solid #093;
	border-left:2px solid #093;
	border-right:2px solid #093;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
	padding: 15px;
	background-image:url(../imagenes_web/coche_ma_400.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.empresa_logos_marcas{
	width:auto;
	overflow:hidden;
	}
.empresa_logos_marcas img{
	float:left;
	margin-left:15px;
	}