.txtdiplomados {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0C1852;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
}
.infodiplomados {
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0086B3;
	font-weight: normal;
	line-height: 16px;
	font-style: normal;
	text-decoration: none;
}
.infodiplomados2 {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	line-height: 14px;
	font-style: normal;
	text-decoration: none;
}
/* 
Title: Vertical CSS menu with a behavior file.
Author: Stefan Vervoort
Blog: http://www.divitodesign.com/blog/ 
Article: http://www.divitodesign.com/blog/2008/01/vertical-css-menu-with-a-behavior-file/
*/

body {
	behavior: url(csshover.htc);
}
 
a {
	color: #858585;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:150px;
}

ul li {
	font: bold 11px/16px arial, helvetica, sans-serif;
	height:100%;
	border-bottom:1px solid #fff;
	position: relative;
	float:left;
	width:100%;
	background-color: #EFEFEF;
	background-image: url(gray4.jpg);
	}
	
ul li ul li{
	background:#D7EAFF;
	background-image: url(gray4.jpg);
	}

ul li a{
	display:block;
	padding: 2px 3px;
	}

ul li a:hover {
	color: #00CCFF;
	background: #112270;
	background-image: url(blue2.jpg);
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}

ul li ul li a:hover{
	border-left:1px solid #fff;
	background-color: #112270;
	background-image: url(blue2.jpg);
}

ul ul {
	position: absolute;
	top: 0;
	display:none;
}

ul li:hover ul{
	display: block;
	left:150px;
}
ul li ul li:hover ul{
	display: block;
	left:150px;
}
.subdiploma {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	background-color: #1C6284;
}
