body {
	background-color: #ffffcc;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
td {
	margin: 0;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	width: 700px;
	background-color: #cccccc;
	margin: 0;
	padding: 0;
}
#header {
	width: 692px;
	padding-top: 4px;
	height: 92px;
}
#headerLow {
	height: 25px;
	background-color: #ffffff;
	width: 692px;
	margin: 0 4px;
	text-align: right;
}
#headerLow .language {
	color: #000000;
	font-size:11px;
	line-height: 25px;
	margin-right: 5px;
}
#headerLow .language a {
	color: #000000;
	font-size:10px;
	text-decoration: underline;
}
#headerLow .language a:hover {
	color: #cc0000;
	text-decoration: underline;
}
#middle {
	margin: 0;
	padding: 0;
	background-color: #cccccc;
	width: 700px;
}
#middleContainer {
	width: 692px;
	background-color: #ffffff;
}


/* MY MENU */
#leftNavigation {
	width: 150px;
	float: left;
	padding: 0;
}
#menu1 {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
#menuColapsable div.padre{
	background-color: #EFDB32;
	 border-bottom: 1px solid #ffffff;
}
#menuColapsable div.activo{
    background-color: #F7EA7E;
	 text-align: left;
	 border-bottom: 1px solid #ffffff;
}
#menuColapsable div.hijo{
	background-color: #F8EFA9;
	text-align: left;
	 border-bottom: 1px solid #ffffff;
}
#menuColapsable div.padre a{
	padding: 5px 1px 5px 5px;
	text-align: left;
}
#menuColapsable a{
	display: block;
	padding: 5px 5px 5px 5px;
	color: #009999;
	text-decoration: none;
	font-weight: bold;
	width:140px;
}
#menuColapsable .activoser a{
	display: block;
	padding: 5px 5px 5px 5px;
	color: #F7EA7E;
	text-decoration: none;
	font-weight: bold;
	width:140px;
}
span.icono{
	color: #01B7B7;
	padding: 1px;
	margin: 0px;
	font-size:10px;
	background-color:#ffffff;
	float:right;
	text-align:center;
	width:10px
}


#content {
	padding: 0;
	margin: 0;
	width: 542px;
	float: left;
}
#title {
	background-color: #f7f4d9;
	height: 70px;
	width: 542px;
}
#title .text {
	color: #009999;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
	width: 520px;
	text-align: left;
	line-height: 40px;
}
#title .text .textPadding {
	padding-left: 15px;
}
#text {
	background-color: #ffffff;
	width: 542px;
}
#text .title {
	color: #01b7b7;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
	width: 520px;
	text-align: left;
	margin-top: 10px;
}
#text .text {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 520px;
	text-align: justify;
}
#text a {
	color: #009999;
}
#text a:hover {
	color: #efdb32;
}

/* FOOTER */
#footer {
	height: 44px;
	width: 700px;
	background-color: #cccccc;
}
#footerContainer {
	background-color: #ffffff;
	height: 40px;
	width: 692px;
	margin-bottom: 4px;
}
#copyright {
	background-color: #f0f0f0;
	width: 542px;
	float: right;
	height: 40px;
	text-align: right;
	vertical-align: middle;
}
#copyrightContainer {
	margin-right: 5px;
	margin-top: 5px;
}
span.bold {
	font-weight: bold;
}
#copyrightContainer a {
	color: #009999;
}
#copyrightContainer a:hover {
	color: #efdb32;
}