/* CSS Document */


/* links y marco para menu 4*/
.menu4 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	}

#menu4Izq {
	float: left;
	width: 105px;
}
#menu4Izq2 {
	float: left;
	width: 200px;
}
#linksMenu4 a{
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 5px 0px 5px 4px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #FD7F2B;
}

#linksMenu4 a:hover{
	border-top: 2px solid;
	background-color: #FE9955;
	background-image: none;
	font-weight: bold;
	padding: 5px 0px 5px 4px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu4Der {
	float: right;
	width: 150px;
}
#linksMenu4Der a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006B78;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FD7F2B;
	float: left;
	margin-bottom: 3px;
}

#linksMenu4Der a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin-bottom: 3px;
	background-color: #FD7F2B;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FD7F2B;
}
#txMenu4 {
	float: right;
	width: 310px;
	overflow: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	height: 130px;
}
