@charset "utf-8";
/* CSS Document */
#content p {
	padding-bottom: 10px;
	
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
}

#content h1, #content h2 {
	padding-top: 5px;
	font-weight: bold;
}

#content h1 {
	padding-bottom: 8px;
	color: #006699;
	font-size: 15px;
}

#content h2 {
	padding-bottom: 4px;
	color: #000000;
	font-size: 13px;
}

/* Listas */
.listas h1 {
	padding-top: 18px;
	padding-bottom: 2px;
}

.listas h2 {
	padding-top: 12px;
	padding-bottom: 2px;
}

.listas p {
	padding: 2px 0px;
}

/* Links */
a, a:visited {
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Listas */
#content ul, #content ol {
	margin-left: 30px;
}

#content ul {
	list-style-type: square;
}

#content li  {
	padding-bottom: 5px;
	
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
}

#content li li {
	list-style-image: url(../img/check.gif);
}


/*------------- [ IMAGES ] -------------*/

.img, .img_center, .img_left, .img_block { float: right; margin: 2px 8px 4px 8px; border: 1px solid #BBBBBB; padding: 4px 4px 4px 4px; background-color: #F2F2F2; }

.center { text-align: center; }
.img_center { float: none; }

.img_left { float: left; }

.img_block { float: none; margin-left: 0px; margin-right: 0px; }


/* Mapa del Sitio */
#content .mapa {
	float: left;
}

#content .mapa ul {
	margin-left: 20px;
}

#content .mapa li {
	line-height: 1;
	padding-bottom: 10px;
}

#content .mapa_ul_li {
	font-weight: bold;
}

#content .mapa_ul_li_hover {
	font-weight: bold;
	
	text-decoration: underline;
	color: #006699;
	cursor: pointer;
}

#content .mapa_ul_ul_li {
	padding-left: 10px;
	
	list-style: none;
	
	background-image: url(../layout/menu_tip.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

#content .mapa_ul_ul_li_hover {
	padding-left: 10px;
	
	list-style: none;
	
	background-image: url(../layout/menu_tip.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	
	text-decoration: underline;
	color: #006699;
	cursor: pointer;
}

#content .mapa_ul_ul_ul_li {
	padding-left: 18px;
	
	list-style: none;
	
	background-image: url(../layout/menu_tip.gif);
	background-position: 8px 4px;
	background-repeat: no-repeat;
	
	font-size: 11px;
}

#content .mapa_ul_ul_ul_li_hover {
	padding-left: 18px;
	
	list-style: none;
	
	background-image: url(../layout/menu_tip.gif);
	background-position: 8px 4px;
	background-repeat: no-repeat;
	
	font-size: 11px;
	
	text-decoration: underline;
	color: #006699;
	cursor: pointer;
}