body {
margin: 0 auto;
padding: 0;
font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #88888A;
background: #f4f4f4 url(bg_2.gif) top center repeat-y;
}
h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

.subtitulitos {
	padding-left: 2em;
	font-weight: bold;
	background: url(imagenes/flechita.gif) no-repeat left center;
}

.massubtitulitos {
	padding-left: 0em;
	font-weight: normal;
	background: url(imagenes/flechita.gif) no-repeat left center;
}



.contenido {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


.piedepagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}


p, blockquote, ol, ul {
	margin-bottom: 0.2em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	margin-left: 0em;
	padding-left: 1em;
	background: url(imagenes/img07.gif) no-repeat left center;
}

dt li {
	margin-left: 0em;
	padding-left: 1em;
	background: url(imagenes/img07.gif) no-repeat left center;
}


a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/* Menu */

#menu {
	width: 400px;
	height: 20px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 5px 10px 0 5px;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #686868;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}
