/*RESET CSS*/
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;
	background:transparent
}
ul {list-style:none;}
:focus {outline:0}
table {border-collapse:collapse;border-spacing:0}
/*FI RESET CSS*/


/*------General------*/
body { background-color:#131313; font-family:Arial, Helvetica, sans-serif; color:#666;}
.content { width:600px; display:block; margin:0 auto;}
.logo { margin:0 auto; display:block; width:400px; margin-top:150px;}
.contact p{}
.contact{width:500px; margin:100px auto; font-size:13px;  text-align:center;}
.contact li{ float:left; margin:20px;}
a { color:#fd4f00; text-decoration:none; margin-top:10px; display:block;}
.correu a { color:#c1d72e; }
a:hover{ text-decoration:underline;}
