/* --- Contenedores generales --- */

html	/* IE */
{
	overflow: auto;
}

body, div, form, h2, h3, hr, input, p, select
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/* --- Elementos generales --- */

acronym
{
	cursor: help;
}

blink
{
	color: red;
	font-weight: bold;
}

hr
{
	background-color: #837e77;	/* Mozilla */
	clear: both;
	color: #837e77;				/* IE */
}

/* --- Contenedores específicos --- */

#doc
{
	border: 1px solid #21201e;
	left: 50%;
	margin-bottom: 10px;
	margin-left: -380px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 760px;
}

#cabecera
{
	background-image: url( ../img/cabecera.gif ) ;
	height: 100px;
}

#indice
{
	/*color: #36322f;*/ /* Demasiado oscuro */
	color: #a7a599;
	font-weight: bold;
	margin-top: 16px;
	padding-right: 120px;
	text-align: right;
}

#cuerpo
{
	background-color: #2a2927;
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #9fa0a4;
	min-height: 200px;
	text-align: left;
	padding: 20px 0 20px 50px;
}

*html #cuerpo /* IE */
{
	height: 200px;	/* min-height */
}

#texto
{
	width: 600px;
}

#pie
{
	color: #a7a599;
	height: 22px;
	overflow: hidden;
	padding-right: 10px;
	padding-top: 8px;
	text-align: right;
}

/* --- Columnas  --- */

#derecha, #extremo, #izquierda
{
	float: left;
	background-position: bottom;
	background-repeat: no-repeat;
}

#derecha, #izquierda
{
	background-image: url( ../img/columnas/pie.gif );
	margin-right: 20px;
	width: 242px;
}

#extremo
{
	background-image: url( ../img/columnas/extremo/pie.gif );
	padding-bottom: 60px;
	width: 152px;
}

.columnas
{
	font-size: 10px;
}

.columnas .pie, .informacion .pie	/* Elemento necesario en Mozilla */
{
	clear: both;
}

/* --- Vínculos --- */

a
{
	font-weight: bold;
	text-decoration: none;
}

#cuerpo a
{
	color: #9fa0a4;
	font-weight: normal;
}

#cuerpo a:hover
{
	color: white;
	text-decoration: underline;
}

#doc .contacto a
{
	color: #a6a498;
}

#indice a
{
	/*color: #36322f;*/ /* Demasiado oscuro */
	color: #a7a599;
}

#pie a
{
	color: #a7a599;
}

#indice a.seleccionado, #pie a.seleccionado, #indice a:hover, #pie a:hover
{
	color: #d3d3d3;
}

/* --- Títulos --- */

h2, h3
{
	color: white;
}

h3
{
	margin-top: 10px;
}

.columnas h2
{
	background-image: url( ../img/columnas/cabecera.gif );
	color: #36322F;
	height: 22px;
	padding-top: 10px;
	text-align: center;
}

.columnas #extremo h2
{
	background-image: url( ../img/columnas/extremo/cabecera.gif );
}

/* --- Textos --- */

p
{
	margin: 10px 2px;
}

p.img
{
	text-align: center;
}

.columnas .texto p
{
	margin: 2px 4px;
}

.contacto p
{
	color: #a6a498;
	margin: 2px;
}

.contacto .direcciones
{
	float: left;
}

.informacion p
{
	color: #a6a498;
}

.principal
{
	color: #c4beb2;
	border-left: 1px solid #837E78;
	margin-left: 275px;
	margin-right: 100px;
	padding: 10px;
}

* html .principal	/* IE */
{
	margin-bottom: 20px;
	padding: 10px 0 0 10px;
}

.principal p
{
	color: #c4beb2;
	margin-top: -2px;
}

.contacto .principal p
{
	margin-top: 6px;
}

.columnas .texto
{
	color: #2a2925;
	background-image: url( ../img/columnas/texto.gif );
	background-repeat: repeat-y;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 10px;
}

.columnas #extremo .texto
{	
	background-image: url( ../img/columnas/extremo/texto.gif );	
}

.destacado
{
	color: white;
}

/* Formularios */

#cabecera form
{
	color: #36322f;
	font-weight: bold;
	padding-right: 118px;
	padding-top: 30px;
	text-align: right;
}

input
{
	border: 1px solid #36322f;
	color: #3e3d39;
	font-size: 11px;
	margin-left: 8px;
}

.principal input
{
	float: right;
}

.boton
{
	background-color: #53504b;
	color: white;
}

.principal .boton
{
	border-color: #837e77;
}

select
{
	font-size: 9px;
}

.mensaje
{
	color: red;
	font-weight: bold;
}

/* --- Imágenes --- */

img.miniatura
{
	border: 1px solid #8b4801;
}

img.principal
{
	border: 1px solid #8b4801;
	margin: 0 10px;
}
