/*
PROPIEDADES DEL BODY GENERAL
*/
body {
font-family: Arial, sans-serif;
font-size:2pt;
background-color: #303030;
margin: 0px;
}


/*
PROPIEDADES DE <div id="tagline">
*/

#tagline p {
font-style: italic;
font-family: Georgia, Times, serif;
}

/*
ESTADOS DE H1, H2 Y H3
*/

h1 {
color: #dfdfdf;
font-family: Arial, sans-serif;
font-size:7.5pt;
margin: 25px;
}

h2 {
color: #eeec97;
font-family: Arial, sans-serif;
letter-spacing: 0.05em;
font-size:8pt;
}

h3 {
color: #dfdfdf;
font-family: Arial, sans-serif;
letter-spacing: 0.05em;
font-size:8pt;
}

h4 {
color: #dfdfdf;
font-family: Arial, sans-serif;
line-height: 0em;
font-size:7.5pt;
margin: 15px;
}


/*
LE SACA TODA LA DECORACION A LO QUE HAYA DENTRO DE NAVIGATION (LINKS SUBRAYADOS POR EJ)
*/

body a {
text-decoration: none;
}


/*
ESTADOS DE LOS LINKS (APOYADO, AFUERA, CLICK)
*/

a:link {
color: #ffffff;
}
a:visited {
color: #dfdfdf;
text-decoration: line-through; 
}
a:hover {
text-decoration: none;
color: #eeec97;
background-color: #ff4e4c;
}
a:active {
color: #ff4e4c;
background-color: #FFFFFF;
}
/*
DESTACADOS DENTRO DEL TEXTO ("underwater navigation" EN ESTE CASO CON "SPAM"
*/
.italica {
color: #a1e8d9;
font-family: Arial, sans-serif;
font-style: italic;
letter-spacing: 0.05em;
font-size:7pt;


}