body {
	background: url(images/fondo.jpg) top center repeat-x;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
}
input, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #297b52;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	padding-bottom: 3px;
	border-bottom: 2px solid #d5d5d5;
}
h3 {
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 25px;
	background: url(images/flecha.gif) left no-repeat;;
}
.Estilo1 {color: #FF0000}
.todo {
	position:absolute;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	background: url(images/col_izq.png) left repeat-y;
}
.encabezado {
	clear: both;
	width: 941px;
	height: 141px;
	background: url(images/encabezado.jpg) no-repeat;
}
.col_izq {
	width: 215px;
	height: 300px;
	float: left;
	padding: 0px 12px 0px 26px;
}
.col_izq ul {
	margin: 0px;
	padding: 0px;
}
.col_izq ul li {
	list-style:none;
	margin: 0px;
}
.col_izq ul li a{
	text-decoration:none;
	color: #ffffff;
	line-height: 20px;
	display:block;
	font-size: 12px;
	background: #b3c5ff url(images/menu2.png) no-repeat;
	text-align: center;
	margin-bottom: 10px;
}
.col_izq ul li a:hover{
	color: #ffffff;
	background: #b3c5ff url(images/menu.png) no-repeat;
}
.col_izq ul li ul {
	margin: 0 20px;
}
.col_izq ul li ul li a{
	color: #666666;
	font-size:10px;
	font-weight: normal;
	background: #ffffff url(images/flechita.gif) right no-repeat;
	text-align: left;
	margin-top: 5px;
	list-style:circle;
}
.col_izq ul li ul li a:hover{
	background: #ffffff url(images/flechita.gif) right no-repeat;
	color: #297b52;
	font-weight: bold;
}
.col_izq ul li ul li {
	list-style: disc;
	margin-left: 20px;
}
.contenido {
	width: 640px;
	float: left;
	min-height: 400px;
	display: inline;
	text-align:justify;
	margin-left: 7px;
	padding: 0px 20px;
	background-color:#FFFFFF;
}
.contenido li {
	margin-bottom: 10px;
}
.pie {
	color:#297b52;
	padding-top: 10px;
	text-align:right;
	padding-right: 30px;
	width: 930px;
	clear:both;
	height: 50px;
	line-height: 18px;
	background: url(images/pie.gif) bottom left no-repeat;
}
.pie a, .contenido a {
	text-decoration:none;
	color: #666666;
	border-bottom: 1px dashed #666666;
}
.pie a:hover, .contenido a:hover{
	border-bottom: 1px dotted #666666;
}