/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: ”;
content: none;
}
:focus {
outline: 0;
}
/* En HTML añadir cellspacing=”0? */
table {
border-collapse: collapse;
border-spacing: 0;
}

/*
DEGRADAT
background-color: #0b4b8b; padding:15px 0 30px 0; margin-top:30px;
background: -moz-linear-gradient(top, #0b4b8b , #0071c1);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#0b4b8b),  to(#0071c1));
 
ROUND
-moz-border-radius: 7px; -ms-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;

SHADOW BOX
-moz-box-shadow: 0 0 10px #DAE2EC; -webkit-box-shadow: 0 0 10px #DAE2EC; box-shadow: 0 0 10px #DAE2EC;
 
REFLEX
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, transparent), to(rgba(255, 255, 255, 0.5)));

  NUVOL DE LLUM AL TEXT
  font-family: 'Aclonica', serif;
color: #fff;
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
letter-spacing: 5px;

*/

.notalegal ul { list-style-type: circle; margin-left: 5%; margin-top: 3%; margin-bottom: 3%; }