﻿* {
	padding: 0;
	margin: 0;
}
.centro {
	text-align: center;
}
body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	color: #666666;
	background: white url('../imagenes/fondo.jpg') repeat;
}
#cuerpo {
	margin: auto;
	width: 810px;
	position: relative;
	margin-bottom: 20px;
	background-color: white;
}
#cabecera {
	height: 30px;
	background: black;
	padding: 12px 0 0 20px;
	color: white;
	font-size: 12px;
}
#cabecera a {
	text-decoration: none;
	color: white;
}
#logo {
	background: url('../imagenes/logo.jpg') no-repeat;
	height: 195px;
}
#contenido {
	height: 650px;
	padding: 3px 20px 10px 20px;
	text-align: justify;
}
#contenido .col_izq {
	width: 370px;
	float: left;
}
#contenido .col_der {
	float: right;
	width: 370px;
}
#contenido h1 {
	font-size: 16px;
	font-weight: bold;
	color: #99D602;
}
#contenido .resaltado {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#contenido .resaltado a {
	color: #666666;
	text-decoration: none;
}
#contenido .resaltado a:hover {
	color: #EF9302;
	text-decoration: underline;
}
#lista1 li {
	margin-left: 15px;
	padding: 1px 0 2px 7px;
	line-height: 18px;
	text-align: center;
}
#lista2 li {
	margin-left: 15px;
	padding: 1px 0 2px 7px;
	line-height: 18px;
	text-align: left;
}

#pie {
	background: black url('../imagenes/fondo_pie.jpg') repeat-x;
	height: 60px;
	color: white;
	text-align: center;
	padding-top: 12px;
}

