.title1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #FFCC00;
	font-style: oblique;
}
.title2 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #FFFFFF;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #339900;
	font-size: 18px;
}
.subtitle2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #006600;
	font-weight: bold;
}

.title1cd {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #FFCC00;
	font-style: oblique;
}
.title2cd {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #FFFFFF;
}
.subtitlecd {
	font-family: Arial, Helvetica, sans-serif;
	color: #339900;
	font-size: 18px;
}
.subtitle2cd {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #006600;
	font-weight: bold;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#006666
}
.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#006666
}
.logo {
    position:absolute;
	width:380px;
	padding-top:23px;
	margin-left:25px;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:1px;
	font-size:40px;
	font-weight:300;
}

.logo #logo1 {
	color:#99ccff;
}

.logo #logo2 {
	color:#003366;
}
.menu1 {
	list-style:none;
	margin-right:12px;
	margin-top:0px;
	padding-top:5px;
}
.menu1 li {
	display:inline;
	}	
	
.list1 {
	width:600px;
}
.list1 ul{
	margin:0px;
}
.list1 li {
    margin:0px;
    padding:0px;
	padding-left:-20px;
    list-style:none;
	float:left;
	height:20px;
}
.list1 ul ul {
    visibility:hidden;
	border:1px solid #CAE6E4;
	background-color:#FFF;
	z-index:2;
}
.list1 ul li{
	list-style:none;
	width:165px;
	float:left;
}

.list1 ul li ul li{
	width:310px;
}

.list1 ul li a {
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#CAE6E4;
	font-weight:bold;
    text-decoration:none;
	padding-top:2px;
	padding-bottom:5px;
	border-left:#CAE6E4 1px solid;
    display:block;
}
.list1 ul li:hover ul {
    visibility:visible;
	position:absolute;
	width:310px;
	padding:0px;
	margin:0px;
}

.list1 ul li:hover ul li:hover a {
    background-color:#F90;
	text-decoration:none;
	margin:0px;
	width:302px;
}
.list1 a:hover {
    font-weight:bold;
	text-decoration:underline;
	
}

.list1 ul ul li a {
padding-left:8px;
width:302px;
text-align:left;
color:#333;
font-weight:normal;
}	
.quitarFloat {
    clear:both;
    margin:0px;
    padding:0px;
}
