body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
}
a:link { text-decoration: none; color: #333; }
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: none; color: #333; }
a:active { text-decoration: none; color: #333; }
img {
	border: 0;
}
h2, h3 {
	color: #333;
	font-size: 18px;
}
p {
	color: #666;
}

/*#contenedor {
	position: absolute;
	width: 930px;
	left: 50%;
	margin-left: -465px;
}*/
#fondo-izquierda {
	position: absolute;
	z-index: -1;
	height: 187px;
	width: 50%;
	background: url(imagenes/encabezado-fondo-izquierda.jpg) repeat-x;
}
#fondo-derecha {
	position: absolute;
	z-index: -1;
	left:  50%;
	height: 187px;
	width: 50%;
	background: url(imagenes/encabezado-fondo-derecha.jpg) repeat-x;
}
#contenedor {
	width:  930px;
	margin: 0 auto;
}

/* @group encabezado */

#encabezado {
	width: 930px;
	height: 204px;
	background: url(imagenes/encabezado-fondo.jpg) top right no-repeat;
}
#encabezado h1 {
	float: left;
	margin: 0;
}
#encabezado ul {
	float: right;
	width: 675px;
	height: 62px;
	padding: 142px 0 0 0;
	margin: 0;
	list-style: none;
	background: url(imagenes/secciones-fondo.gif) bottom repeat-x;
}
#encabezado ul li {
	float: left;
	height: 52px;
	width: 135px;
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
	font-weight:  bold;
	background: url(imagenes/secciones-boton.gif) top no-repeat;
}
#encabezado ul li.primera {
	width: 5px;
	margin-right: -5px;
	background: url(imagenes/secciones-primera.gif) bottom no-repeat;
}
#encabezado ul li.final {
	width: 2px;
	margin-left: -2px;
	background: url(imagenes/secciones-final.gif) bottom no-repeat;
}
#encabezado li.actual {
	background: url(imagenes/secciones-actual.gif) top no-repeat;
}
#encabezado li:hover {
	background: url(imagenes/secciones-actual.gif) top no-repeat;
}

/* @end */

/* @group contenido */

#cuerpo {
	clear: both;
	width: 930px;
	margin-top: 30px;
}

/* @group menu */

#menu {
	float: left;
	width: 211px;
}
#menu ul {
	width: 211px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(imagenes/menu-fondo.gif) repeat-y;
}
#menu ul li {
	height: 22px;
	margin: 1px;
	padding-left: 8px;
	border-bottom: 1px solid #aab9ea;
	font-size: 14px;
}
#menu ul li img {
	padding-right: 5px;
}
#menu ul li.arriba {
	height: 36px;
	margin: 0px;
	border-bottom: none;
	list-style-image: none;
	background: url(imagenes/menu-arriba.jpg) no-repeat;
}
#menu ul li.abajo {
	height: 20px;
	margin: 0px;
	border-bottom: none;
	list-style-image: none;
	background: url(imagenes/menu-abajo.jpg) no-repeat;
}
#menu ul li h3 {
	margin: 0;
	padding: 8px 10px 0 10px;
}

/* @end */

/* @group contenido */

#contenido {
	float: right;
	width: 675px;
}
#contenido div.destacado {
	width: 675px;
	margin-bottom: 20px;
}
#contenido div.destacado div.izquierda {
	float: left;
	height: 36px;
	width: 10px;
	background: url(imagenes/contenido-encabezado-izquierda.jpg) no-repeat;
}
#contenido div.destacado h2 {
	float: left;
	height: 28px;
	width: 655px;
	margin: 0;
	padding-top: 8px;
	background: url(imagenes/contenido-encabezado-fondo.gif) repeat-x;
}
#contenido div.destacado div.derecha {
	float: right;
	height: 36px;
	width: 10px;
	background: url(imagenes/contenido-encabezado-derecha.jpg) no-repeat;
}
#contenido div.destacado div.texto {
	width: 675px;
	background: url(imagenes/contenido-destacado-fondo.gif) repeat-y;
}
#contenido div.destacado div.texto p, #contenido div.destacado div.texto h3, #contenido div.destacado div.texto form {
	clear: both;
	margin: 0;
	padding: 10px 10px 0 10px;
}
#contenido div.destacado div.texto form p {
	margin: 0;
	padding:  0 0 5px 0;
}
#contenido div.destacado div.texto form p input, #contenido div.destacado div.texto form p select {
	width: 400px;
}
#contenido div.destacado div.texto form p textarea {
	width: 400px;
	height: 150px; 
}
.boton_enviar {
	width: 100px !important;
}

#contenido div.destacado div.pie {
	width: 675px;
	height: 25px;
	background: url(imagenes/contenido-destacado-pie.jpg) no-repeat;
}
#contenido div.caja {
	float: left;
	margin-bottom: 20px;
}
#contenido div.caja h3 {
	width: 302px;
	height: 28px;
	margin: 0;
	padding: 8px 10px 0 10px;
	background: url(imagenes/contenido-caja-encabezado.jpg) no-repeat;
}
#contenido div.caja p {
	width: 302px; /*322*/
	height: 140px;
	margin: 0;
	padding: 5px 10px 0 10px;
	background: url(imagenes/contenido-caja-fondo.gif) repeat-y;
}
#contenido div.caja p img {
	float: right;
	padding: 0 0 10px 10px;
}
#contenido div.caja div {
	width: 322px;
	height: 20px;
	background: url(imagenes/contenido-caja-pie.jpg) no-repeat;
}
#contenido div.cajaIzquierda {
	padding-right: 31px;
}

/* @end */

/* @end */

/* @group pie */

#pie {
	clear: both;
	width: 100%;
	height: 100px;
	padding-top: 30px;
	background: url(imagenes/pie-fondo.gif) bottom repeat-x;
}
#pie p {
	padding-top: 40px;
	text-align: center;
	color: white;
}
#pie a {
	color: white;
}

/* @end */

/* @group formulario */

#formulario {
	width: 100%;
	height: 28px;
	background: url(imagenes/pie-fondo.gif) top repeat-x;
}
#formulario form {
	width:  930px;
	height: 28px;
	margin: 0 auto;
	padding-top: 2px;
	text-align: right;
	font-size: 12px;
}

/* @end */

li.submenu {
	font-size: 12px !important;
	padding-left: 20px !important;
}

#banner {
	text-align: center;
	margin-bottom: 30px;
}