body, td, p {
background-color: #ccc;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 10pt;
font-weight: normal;
color: Black;
}

h1 {
font-size : 12pt;
font-weight: normal;
}

h2 {
font-size : 10pt;
font-weight: normal;
}

h3 {
font-size : 10pt;
font-weight: bold; 
background-color: yellow; 
}

h4 {
font-size : 10pt;
font-weight: normal; 
color: red; 
}

#titulo {
background: #ccc;
position: relative;
top: 0px;
padding-bottom: 85px;

}

	.menu1 {
	background-color: #1ee;
	font-weight: bold;
	color: black;
	}

	.menu1 a:link {
	color: green; 
	font-weight: bold;
	text-decoration : none;
	}

	.menu1 a:visited {
	color: green; 
	font-weight: bold;
	text-decoration : none;
	}

	.menu1 a:hover {
	color: #eee; 
	font-weight: bold;
	text-decoration : none;
	background-color: green;
	}

#marca {
font-size : 24pt;
font-weight: bold;
text-decoration : none;
text-align: right;
padding: 0px;
color: green;
}
#marca a:link {
color: green;
text-decoration: none;
position: relative; right: 0px;
}
#marca a:visited {
color: green;
text-decoration: none;
}
#marca a:hover{
background-color: #eee;
text-decoration : none;
color: green;
}


	.texto1 {
	line-height: normal;
	font-weight: normal;
	}

	
.menu2 {
color: black;
}

.menu2 a:link {
color: gray;
text-decoration: none;
}

.menu2 a:visited {
color: gray;
text-decoration: none;
}

.menu2 a:hover {
color: green;
text-decoration: underline;
}

#botones ul {
height: 30px;
padding: 0;
margin: 0;
background: #eee;
}

#botones li {
position: relative; left:10px;
width: 100px; height:30px;
display: inline;
float: left;
top: 7px;
text-align: center;
}

#botones a {
padding: 5px 7px;
color: green; 
font-weight: bold;
text-decoration : none;
}

#botones a:visited {
color: green; 
font-weight: bold;
text-decoration : none;
}

#botones a:hover {
color: #eee; 
font-weight: bold;
text-decoration : none;
background-color: green;
}

#botones ul ul {
position: absolute; 
left: 0px;
top: 85%;
display: none;
}

#botones li:hover ul{
display: block;
}

#botones li:hover li{left: 0px;}







