
body { background-color: #CEF6F5;
	color: #121212;
	margin-left: 5px ;
	margin-right: 5px ;
	margin-top: 2px ;
	font-family: Arial, Georgia, "Times New Roman", Times, Serif ;
	font-size: small ; 
	line-height: 180% ;
	}



p 	{	text-indent: 1em ;
		font-family: verdana, arial, "Times New Roman", Times ; 
		color: black }



h1, h2, h3, h4, h5, h6 
	{color: #966b72; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-align: center; }

h1 {font-size: 20; Color: red; font-style: bold; background-color: #e1e1e1 ; }
h2 {font-size: 18; font-style: bold; background-color: #e2e2e2 ; }
h3 {font-size: 16; font-style: italic }
h4 {font-size: 14; font-style: italic }
h5 {font-size: 12; }
h6 {font-size: 11; }

A:link 	{color: darkblue }
A:active 	{color: darkblue; font-weight: normal }
A:visited 	{color: darkgreen; font-weight:  normal }

OL LI {list-style: upper-alpha }
OL OL LI {list-style: upper-roman }
OL OL OL LI {list-style: lower-alpha }
OL OL OL OL LI {list-style: decimal }


IMG {float: right;
    max-width: 75%; 
    border-style: solid;
    border-width: thin }
IMG.izquierda {float: left}
IMG.derecha {float: right}

.enlaceboton {    font-family: verdana, arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    display: inline-block; 
    padding: 1px;
    background-color: #F5F6CE;
    color: #131313;
    text-decoration: none;
}
.enlaceboton:link,
.enlaceboton:visited {
    font-weight: normal;
    color: #101010;
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid #666666;
    border-left: 1px solid #cccccc;
    border-right: 2px solid #666666;
}
.enlaceboton:hover {
    font-weight: normal;
    background-color: #F6F8FE;
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #666666;
    border-right: 1px solid #cccccc;
    border-left: 2px solid #666666;
}
