a:link {color:darkred;}

a:focus {color:green;}

a:hover {color:orange;}

a:active {color:black;}

body
	{
	background: #BEDFC4;
	}
	
h1
	{
	color: gray; 
   	font-family: "verdana", sans-serif; 
	font-size: x-large;
	text-decoration: none;
	}

h2
	{
	color: darkred;
   	font-family: "verdana", sans-serif; 
	font-size: large;
	}

h3
	{
	color: gray; 
   	font-family: "verdana", sans-serif; 
    }

h4
	{
	color: darkgray; 
   	font-family: "verdana", sans-serif; 
  	margin: 0 0 5px 0;
    }

q:before, q:after 
	{content: "";
	}

td
	{
	font-size: small;
   	font-family: "helvetica", sans-serif; 
	color: black;
	vertical-align: top;
	}

th
	{
   	font-family: "helvetica", sans-serif; 
	font-size: small;
	font-weight: normal;
	color: darkred;
	}


p	{

   	font-family: "verdana", "arial", "helvetica", sans-serif; 
	text-indent: 0;
	}

blockquote
	{
	font-size: small;
   	font-family: "verdana", sans-serif; 
	text-indent: 0;
	text-align: left;
	}

img
	{
	border-style: none;

	}

.small
	{
	font-size: xx-small;
   	font-family: "verdana", sans-serif; 
	color: gray;
	}

#banner
	{
	position: absolute; top: 0px; left: 10px; 
   	font-family: "helvetica", sans-serif; 
	height: 150px;
	width: 788px;
	background-color: white;
	border: 1px solid black;
	margin: 10px 0px 0px 0px;
	}

#banner a
	{
	text-decoration: none;
	font-size: x-large;
	color: black;
	}

#banner p
	{
	color: black;
	font-size: x-small;
	}
	
#logo
	{
	position: absolute; top: 20px; left: 20px; 
	height: 150px;
	}

#derecha
	{
	position: absolute;
	top: 9px;
	left: 470px;
	width: 200px;
	display: block;
	background-color: white;
	border-style: none;
	border-width: 0px;
	margin: 10px 0 0 0;
	padding: 0px
	}
	
#billboard
	{
	position: absolute;  top: 10px; left: 810px;
	width: 200px;
	display: block;
	background-color: none;
	border: none;
	margin: 0px 0 0 0;
	padding: 5px
	}
	
#billboard img
	{
	border: 1px solid black;
	}
	
#menu 
	{	
	position: absolute; top: 170px; left: 10px; 
	width: 100px;
	line-height: 1.5;
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	margin: 0 0 0 0;
	padding: 10px;
	}

#menu a
	{display: block;
	margin-bottom: 10px;
   	font-family: "verdana", sans-serif;
	font-size: small;
	}


#content
	{
	position: absolute; top: 170px; left: 140px;
	width:638px;
	line-height: 1.3;
	padding: 10px;
	background-color: white;
	border: 1px solid black;
	}

#content p
	{
   	font-family: "verdana", sans-serif; 
	font-size: small;
	margin-right: 30%;
	}

#content a
	{
	text-decoration: none;
   	font-family: "verdana", sans-serif; 
	font-size: small;
	}

#content h1 
	{
	text-decoration: none;
   	font-family: "verdana", sans-serif; 
	}

#content li
	{
	margin: 0 0 10px 0;
   	font-family: "verdana", sans-serif; 
	font-size: small;
	list-style-position: outside
	}

#content img
	{
	padding: 5px;
	}
	
#bottom
	{
	position: absolute; bottom: -40px; 
	}
	
#bottom p
	{
	font-family: "verdana", sans-serif;
	font-size: xx-small;
	color: #BC7AAC;
	text-align: left;
	margin-right: 0%;
	}

.highlight
	{
	background-color: #EBECF6;
	padding: 2%;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	}

.center p
	{
	text-align: center;
	}

	
	

