 /*Normalización*/
 
body, div, dil, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 pre, form, fieldset, input, p, blockquote {
margin:0; padding:0;
}
 
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight:normal;
}
 
ol, ul {
list-style: none;
}
 
fieldset, img {
border: 0;
}
 
h1, hr {
display: none;
}
 
 
a {
color: #fff;
text-decoration:underline;
}

a:hover{
color: #eb6721;
background:#fff;
text-decoration:none;
}

body {
background: #eb6721;
color: #fff;
font: 70% Verdana, sans-serif;
text-align: center;
padding-top:20px;
}

#wrapper { 
margin: 0 auto; 
width: 100%; 
}

#home #main{
position:relative;
margin-top:200px;
}

#home h2{
margin-bottom:15px;
letter-spacing:.5px; 
}

#home p.destaca{
background:#fff;
color:#eb6721;
padding:3px;

}

#home #footer{
position:relative;
margin-top:8px;
}