@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #4C4E4E;
}
h1 {
	background-image: url(img-nav/cabecera.gif);
	background-repeat: no-repeat;
	height: 101px;
	font-size: 0em;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 8px;
}
h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.1em;
}
h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
	clear: both;
	color: #aaa;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
a {
	color: #FF9933;
}
a:hover, .menu-on {
	color: #000;
}
img {
	border: none;
}
#ilustracion {
	background-image: url(img-nav/micro-ilustracion.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 200px;
	padding-top: 10px;
	clear: both;
}
#contenedor {
	margin: auto;
	width: 960px;
	padding-right: 10px;
	padding-left: 10px;
}
#navegacion {
	padding: 0px;
	list-style-type: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	display: inline-block;
	overflow: hidden;
	font-size: 1.1em;
}
#navegacion li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	list-style-type: none;
	margin-top: 1px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 3px;
}
#navegacion a {
	text-decoration: none;
}
#contenidos {
	float: left;
	width: 500px;
	margin-top: 30px;
	display: inline;
	overflow: hidden;
	margin-left: 74px;
}
#banners {
	float: right;
	display: inline;
	width: 200px;
	overflow: hidden;
	margin-top: 30px;
}
#banners img {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
}

#pie {
	text-align: center;
	color: #FFF;
	font-size: 0.9em;
	margin-top: 10px;
}
#pie a {
	color: #FFCC66;
	text-decoration: none;
}
