#textos {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 770px;
}
#menu-vertical {
	float: left;
	width: 250px;
}
#lado-txt {
	float: left;
	width: 450px;
	padding-right: 40px;
	font-family: "Trebuchet MS", Arial, "Arial Narrow";
	font-size: 14px;
	color: #666666;
	text-align: justify;
	background-image: url(../images/fondo-textos-verde.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-left: 25px;
}
#cont-hoja{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666666;
	font-style: italic;
	text-align: justify;
	background-color: #F3F4F5;
	background-image: url(../images/punta-hoja.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 17px;
	padding-bottom: 12px;
	padding-left: 15px;
}

.tit-doc {
	font-family: "Trebuchet MS", Arial, "Arial Narrow";
	font-size: 22px;
	font-weight: bold;
	color: #5F5F5F;
}
/******************Menú Principal**************/
.bullet {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	margin: 0 0 0px 0px;
	width: 220px;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px 0px 0px;
         }

.bullet ul {
	margin: 0;
        }

.bullet li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #DFDFDF;
        }
		

.roundbox .bullet li {
	list-style: none;
	margin: 0;
	border-bottom: 0px dotted #CCC;
        }

.bullet li a {
	display: block;
	text-decoration: none;
	padding: 6px 3px 6px 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
         }

.bullet li a:link, .bullet li a:visited {
	color: #666666;	
         }

.bullet li a:hover {
	color: #CC9900;
	font-weight: normal;
	background-color: #F7F7E8;
         }
