@charset "utf-8";

<head>
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:4px;
	text-align:left;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}


a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #9f9e9f;
}
a:visited {
	color: #9f9e9f;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#0ece8c;
}
li.active a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF99CC;
}
a img {
	border: none;
}


a:link {
    margin: 0 0 14px 0;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
.container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	word-spacing: normal;
}


body,td,th {
	color: #999999;
}


/* Carlos */



#menu {
	width:207px;
	position:fixed;
	background-color:f5f5f4;
	margin:0px 0px 0px 77px;
}

#menu ul {
	padding:0px 0px 0px 10px;
	list-style: none;
	margin: 0 0 15px 0;
}


#menu ul  li.section-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
	color:#0ece8c;
	
}

#desarrollo {
	position:static;
	top:0px;
	left:0px;
	clip: rect(auto,auto,auto,auto);
	width: 3800px;
	height: 500px;
}

#descripcion {
	position:fixed;
	top:auto;
	left:auto;
	clip: rect(auto,auto,auto,77px);
	width: 2800px;
	height: 70px;
	bottom: auto;
	right: auto;
	background-image: url(file:///Macintosh%20HD/Users/isabel/Desktop/descripcion.png);
	background-repeat: no-repeat;
}
