body {
	background-color: #480F0F;
	margin: 0px 0px 0px 0px;
}

#presentacion {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 250px;
	margin-left: -300px;
	margin-top: -125px;
}

#fondo_contenido {
	background-image: url('../imagenes/fondo.gif');
	background-repeat: repeat-y;
	width: 815px;
}

.titulo {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.texto {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.texto_resaltado {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #480F0F;
}

.link {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.celda_menu {
	background-image: url('../imagenes/menu_fondo.gif');
	background-repeat: repeat-y;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.elemento_menu {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.celda_submenu {
	background-image: url('../imagenes/menu_fondo.gif');
	background-repeat: repeat-y;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.celda_derecha_menu {
	background-image: url('../imagenes/menu_3.gif');
	background-repeat: repeat-y;
}

.celda_izquierda_menu {
	background-image: url('../imagenes/menu_4.gif');
	background-repeat: repeat-y;
}

.elemento_submenu {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.contorno_grana {
	border: 1px solid #480F0F;
}

.pie {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.link_pie {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline
}

.campo {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #AC2323;
}

.subtitulo {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

form {
	display: inline;
}

.capa_oculta {
	visibility: hidden;
	position: absolute;
	width: 50px;
	height: 50px;
	overflow: auto;
}

.imagen_flotante {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #480F0F;
}

.imagen_mas {
	vertical-align: bottom;
	border: 1px solid #FFFFFF;
}

.capa_cargando {
	position: fixed;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 600px;
	margin-top: -30px;
	margin-left: -300px;
	visibility: hidden;
}

.tabla_cargando {
	border: 1px solid #FFFFFF;
	background-color: #480F0F;
}

.imagen_menu {
	vertical-align: middle;
}