/*configuracion inicial del documento*/

#bodyavisolegal { 
    background-color:#ffffff;
} 
#contenedor_avisolegal {
	position:absolute;
	width:450px;

} 
.avisolegal_texto {
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:10px;
	color:#76797C;
	line-height:12px;
}
.avisolegal_titular {
	font-size:10px;
	color:#9BB437;
	line-height:12px;
	font-weight:bold;
}
#logohorizontal { 
	position:relative;
	width:268px;
	height:70px;
	top:90px;
	margin-left:0px;
	background-image: url("../imagenes/logo_transglass.gif");
	background-repeat:no-repeat;
} 


