#submenu
{
	width: 230px;
	height: 150px;
	background: url(../img/pag/submenu2.gif) no-repeat right top;
}

#submenu h2
{
	padding: 5px 0px 5px 20px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #c90;
}

#submenu a, #submenu a:link, #submenu a:visited, #submenu a:hover, #submenu a:active
{
	font-variant: small-caps;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	color: #333;
	padding-left: 15px;
	margin-left: 15px;
	background: url(../img/pag/flecha_naranja.jpg) no-repeat left center;
	border-bottom: 1px dashed gray;
	width: 80%;
	float: left;
}

* html #submenu a, * html #submenu a:link, * html #submenu a:visited, * html #submenu a:hover, * html #submenu a:active
{
	width: 90%;
}

#submenu a.submenu_selec
{
	color: #c90;
}

#submenu a.subsubmenu
{
	margin-left: 20px;
	font-size: 9pt;
	color: #666;
}

#submenu a.subsubmenu_selec
{
	margin-left: 20px;
	font-size: 9pt;
	color: #c90;
}

*:first-child+html div#presentacion
{
	margin-top: -92px;
	height: 120px;
}

*:first-child+html div#submenu
{
	height:150px;
	padding: 0;
	margin: 0;
}

*:first-child+html div#principal
{  
	margin-top: -140px;
	margin-left: 74px;
	padding-top: 160px;
}