@charset "utf-8";
/* CSS Document */
@import url("common.css");


#textCol{
	background-repeat:no-repeat;
	background-position:0px 50px;
	background-image:url(../images/avisoLegal/fondoAvisoLegal.jpg);
}

#content h1{
	margin:0px;
	padding:0px;
	padding-left:200px;
}
#content h2{
	padding-left:30px;
	font-size:14px;
}
.aviso{
	margin-top:20px;
}
.textText{
	padding:10px 110px 30px 50px;
}

.listNumber{
	color:#095d75;
	font-weight:bold;
}

.tituloAviso{
	font-weight:bold;
}

.aviso a{
	color:#095d75;
}
.aviso a:hover{
	color:#666;
}