#instalaciones {
width: 450px;
height: 20px;
background-color: #E6EDF5;
line-height: 20px;
}

A.normal:link  {
	text-decoration : none;
	font-weight : normal;
	font-family : Verdana;
	font-size : 12px;
	text-decoration: underline;
	color: #444444;
}

A.normal:visited  {
	text-decoration : underline;
	font-weight : normal;
	font-family : Verdana;
	font-size : 12px;
	color: #444444;
}

A.normal:hover  {
	font-weight: bold;
	font-family : Verdana;
	font-size : 12px;
	text-decoration : normal;
	color: #444444;
	text-decoration: none;
}
img.right{
float: right;
margin-right: 15px;
}
A.links:link  {
	text-decoration : none;
	font-weight : normal;
	color : #3369AF;
	font-family : Verdana;
	font-size : 11px;
}

A.links:visited  {
	text-decoration : none;
	font-weight : normal;
	color : #3369AF;
	font-family : Verdana;
	font-size : 11px;
}

A.links:hover  {
	font-weight : normal;
	color : red;
	font-family : Verdana;
	font-size : 11px;
	text-decoration : underline;
}

.cssvertical2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 164px; /* Width of Menu Items */
	border-bottom: 1px solid #000;
    LIST-STYLE-TYPE: none;
	}
	
.cssvertical2 ul li {
	position: relative;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none; 
	BACKGROUND: #FF9E3E;
	LINE-HEIGHT: 13px;
	}
	
.cssvertical2 li ul {
	position: absolute;
	left: 163px; /* Set 1px less than menu width */
	top: 0;
    display: none;
	}

/* Styles for Menu Items */
.cssvertical2 ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #FF9E3E; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #000; /* IE6 Bug */
	border-bottom: 0;
/* UnComment if You Want have Shadow
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
*/
        }
.cssvertical2 ul li a:hover{ /*Theme Change here*/
background-color: #fff;
color: #FF9E3E;
}

}
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.cssvertical2 li:hover ul, li.over ul { display: block; } 
.cssvertical2 li:hover ul ul, li.over ul ul {display: none;} 
.cssvertical2 ul ul li:hover ul, ul ul li.over ul {display: block;}

p.medio {
line-height: 1.4;
}
p.azul {
color: #3369AF;
}
