a:link, a:visited {
	color: #000;
	text-decoration: none;
	background-color: #F9BB3A;
	
}
a:hover {
	color: #000;
	text-decoration: none;
	background-color: #EB7511;
}
body {
	font:x-small/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent;
	color:#000;
	margin:0;
	padding:0;
}
#contenedor {
	padding:0;
	background:#FFF;
	width:750px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	position: absolute;
	left: 10px;
	top: 15px;
}
#img01 {
	left: 240px;
	position: absolute;
	top: 32px;
	border: 3px dashed #000000;
}
#img02 {
	left: 430px;
	position: absolute;
	top: 32;
	border: 3px dashed #000000;
}
#img03 {
	left: 595px;
	position: absolute;
	top: 32;
	border: 3px dashed #000000;
}

#menu {
	position:absolute;
	top:170px;
	left:17px;
	width: 150px;
	height: 350px;
	padding-right: 50px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-top: 5px;
	padding-left: 0px;
}

#menu li { 
	margin: 0px;
	padding: 0px; 
}

#menu a {
	display: block;
	padding: 2px 2px 2px 5px;
	width: 180px;
	height: 50px;
	background-color: #F9BB3A;
	border: 1px solid #333;
}

#menu a:link, #lista a:visited {
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	border: 1px solid #333;
	background-color: #EB7511;
	color: #333;
}

#active a:link, #active a:visited, #active a:hover {
	border: 1px solid #333;
	background-color: #EB7511;
	color: #333;
}

#contenido {
	margin: 5px;
	text-align: left;
	font-size: 11px;
	width: 520px;
	position:absolute;
	top:170px;
	left:235px;
	padding: 5px;
}

#contenido img {
	float:left;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 10px;
	border: 2px solid #FFFFFF;

}

h1 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	padding-bottom: 10px;
	color: #333333;
	font-size: small;
}

