@charset "utf-8";
/* CSS Document */


		/** html ul ul li a { height: 100%; }
		* html ul li a { height: 100%; }
		* html ul ul li { margin-bottom: -1px; }*/
		
		/*body { padding-left: 10em; font-family: Arial, Helvetica, sans-serif; }*/
	/*#theMenu { width: 200px; height: 300px; margin: 0px 0; }*/
		#theMenu {
	width:500px;
	float:left;
	margin: 0px;
	padding: 0px;
		}
		/* Some list and link styling */
		ul li {
	width: 500px;
}
		ul ul li { 
		/*border-left: 25px solid #69c; */
		padding: 0; 
		width: 175px; 
		margin-bottom: 0;
		background-color:#CCCCCC;
		}
		ul ul li a {
	/*display:block;*/
	color: #000;
	padding: 3px 6px;
	font-size: 11px;
}
		ul ul li a:hover {
	display:block;
	color: #000000;
	background-color: #eee;
	padding: 3px 8px;
	font-size: 11px;
}
		li { list-style-type: none; }
		h2 { margin-top: 1.5em; }
		
		/* Header links styling */
		h3.head a {
		text-decoration:none;
	font-size:12px;
	color:#333333;
	display:block;
	background-position: left;
	background-color: #ffffff;
	background-image: url(../images/estructura/expandir.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 15px;
		}
		h3.head a:hover {
		text-decoration:none;
	font-size:12px;
	color: #000000;
	background-position: left;
	background-color: #ffffff;
	background-image: url(../images/estructura/expandir.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
		}
		h3.selected a {
		text-decoration:none;
	background-position:left;
	color: #000000;
	background-color: #ffffff;
	background-image: url(../images/estructura/contraer.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 15px;
		}
		h3.selected a:hover {
		text-decoration:none;
	background-position:left;
	color:#333333;
	background-color: #ffffff;
	background-image: url(../images/estructura/contraer.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
		}
		.cuadro{
		background: #EBEBEB;
		padding:10px;		
		
		}

