/*
PROPIEDADES DEL BODY GENERAL
*/
body {
font-family: Arial, sans-serif;
font-size:2pt;
background-color: #00952d;
margin: 0px;
**scrollbar-arrow-color:36342c;
**scrollbar-track-color:8a8260;
**scrollbar-shadow-color:36342c;
**scrollbar-face-color:6b6759;
**scrollbar-highlight-color:99978a;
**scrollbar-darkshadow-color:36342c;
**scrollbar-3dlight-color:99978a;
}


/*
PROPIEDADES DE <div id="tagline">
*/

#tagline p {
font-style: italic;
font-family: Georgia, Times, serif;
}

#contenido { color: #a7a7a7; font-size: 7pt; position: relative; top: 0; left: 2px; width: auto; height: 100%; float: left; min-width: 600px; max-width: 900px; margin-left: 10px; padding-top: 87px; padding-right: 10px; padding-bottom: 40px; border-top: 1px solid #6c6c6c; border-bottom: 2px solid #6c6c6c; }

/*
ESTADOS DE H1, H2 Y H3
*/

h1 {
color: #036b22;
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: #a6ceb2;
}
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;


}