*{
	margin: 0;
	padding: 0;
}


body{
    background-color: #183647;
	background-image: url(../images/fondo_avisolegal_top.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contenedor_nota{
	margin: 0 20px 0 0;
	padding: 28px 0 0 30px;
	width: 600px;
	height: 1200px;

}

#contenedor_nota #titulo{
	font-size: 1.2em;
    font-weight: bold;
}


#contenedor_nota #texto1{
	margin: 30px 0 0 0;
    color: #C4DCEA;
	font-size: 1.1em;
    font-weight: bold;
}

#contenedor_nota #texto2{
	margin: 10px 0 0 0;
    color: #C4DCEA;
	font-size: 1em;
    font-weight: bold;
}
#contenedor_nota #texto3{
	margin: 10px 0 0 0;
    color: #C4DCEA;
	font-size: 1em;
    font-weight: normal;
}
#contenedor_nota #texto4{
	margin: 10px 0 50px 0;
    color: #C4DCEA;
	font-size: 0.8em;
    font-weight: normal;
}
