#head-comercial{
    height:130px;
	background-image:url(../img/head-comercial.jpg);
	background-repeat:no-repeat;
	text-align:right;
    display: block;
}

#principal-comercial{
    background-color:#ffffff;
    float:left;
    width:96%;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin-left:15px;
	margin-top:15px;
	height:900px;
	line-height: 20px;
}

#aragoneses{
    background-color:#ffffff;
    float:left;
    width:96%;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin-left:15px;
	margin-top:15px;
	height:900px;
	line-height: 13px;
}

em{font-weight:bold;}
.enlaces{float:left; width:50%; padding-right:15px;}
.enlaces2{float:right; width:48; margin-left:15px;}

#clientes{font-size:12px; padding:10px; color:#333333;}
#clientes a{font-weight:bold; color:#CC0000;}
#clientes a:hover{color:#000000;}

.otros{color:#FFFFFF; background-color:#999999; font-weight:bold; margin:auto;}
