@charset "UTF-8";
/* CSS Document para el Aviso Legal*/

* {
	margin:0;	
}

body {
	font-family:"Krub";	
	overflow-x:hidden;
}

.txt_avisolegal {
	margin:4% 6% 7% 8%;
	text-align:justify;
	color:#555;
	font-size:100%;
}

h4 {
	color:#a1864c;
}

ul li {
	margin-left:4%;
}

ul {
	list-style-type:none;
}

.txt_avisolegal ul li:before { 
	content: "-" 
}

