/* CSS Document for Home page*/

#colsin {
width: 20%;
float: left;

}

#colcentro {
	width: 50%;
	margin-left:2%;
	float:left;
	}

#coldx {
left:75%;
width: 20%;
float: right;
margin-right:6%;
}

.cont {
	border: Gray;
	margin: 5px 2px 5px 2px;
	padding: 2px 2px 2px 2px;
	border: 1px solid Gray;
		font-size: small ;

	text-align: center;
	background:#dae0d2 url("bg.gif") repeat-x bottom
}
.contx {
	border: Gray;
	margin: 5px 2px 5px 2px;
	padding: 2px 2px 2px 2px;
	border: 1px solid Gray;
		font-size: small ;

	text-align: left;
	background:#dae0d2 url("bg.gif") repeat-x bottom
}
.contx img {
	
	float: left;

}
.cont a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 
	font-weight: bolder;
	text-decoration: none;
}
.cont img {
	
	float: left;

}
.cont_logo {
	border: Gray;
	margin: 5px 2px 5px 2px;
	padding: 2px 2px 2px 2px;
	border: 1px solid Gray;
	text-align:center;	
}

   
.cont_logo img {
	
	width: 100%;
}

a img{
	border: none;
}

