/* CSS Document */

#container{ /*contiene toda la pagina, todo esta dentro de este div*/
	background-image:url(../img/fondo_web.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px auto 0px auto;
	padding:0px;
	width:950px;
	/*height:1106px;*/
}
#hoja{
background-image:url(../img/fondo_cuerpo.jpg);
background-repeat:repeat-y;
width:751px;
/*height:1030px;*/
margin-left:100px;
}

#col_a {
float:left;
height:121px;

}
#col_b {
float:left;
/*height:850px;*/

}
#supportingText{ /*contiene el contenido de la pagina*/
width:610px;
/*height:850px;*/
padding-top:30px;
}
.objeto a {
text-decoration: underline;
color:#333366;
font-size:14px;
}
.objeto a:hover {
text-decoration: underline;
color:#993333;
font-size:14px;
}
.img_empresa {
float:left;
}
.lista {
float:left;
}
.empre {
clear:both;}