/* Redefiniciones */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.mini_foto {
  padding: 4px;
  border: 1px solid #CCCC99;
  margin: 2px;
  margin-right: 10px;
  margin-left: 10px;
}

.recuadro {
  border: 1px solid #CCCC99;
}

.espacio {
 clear: both;
}

.enlaces {
 font-family: "Arial Narrow", Arial, Helvetica;
 font-size: 16px;
 color: #CCCC99;
}

.enlaces a, .enlaces a:visited {
 color: #CCCC99;
 text-decoration: none;
}

.enlaces a:hover {
 text-decoration: underline;
 color: #CCCC99;
}

/* Formularios */
.cajatexto {
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 width: 250px;
 border: 1px dashed #CCCC99;
 padding: 3px;
}

/* Botones */
.btNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2B333C;
	font-weight: bolder;
	border-top: 1px solid #C4CCCC;
	border-right: 1px solid #ACB5B5;
	border-bottom: 1px solid #6F7777;
	border-left: 1px solid #ACB5B5;
	background-image: url(imagenes/fBoton.gif);
	height: 21px;
	cursor: hand;
}

.texto_aviso {
  font-size: 26px;
  color: #CCCC99;
}

/* MyGallery */

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

/* Identificadores */
#contenedor_principal {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: justify;
	width: 931px;
}

#logobanner {
	background-image: url(imagenes/logobanner.jpg);
	background-repeat: no-repeat;
	width: 931px;
	height: 189px;
}

/* Parte del menu */
#menu {
	background-image: url(imagenes/barramenu.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width: 961px;
}

#opciones_menu {
	margin-top: 20px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B8152A;	
}


#opciones_menu a, a:visited {
	text-decoration: none;
	color: #B8152A;
}

#opciones_menu a:hover {
	 font-weight: bold;
}

#opciones_menu .opcion1, .opcion2, .opcion3, .opcion4, .opcion5 {
	text-align: center;
	font-variant: small-caps;
	font-weight: 100;
}

#opciones_menu .opcion1 {
	width: 100px;
}

#opciones_menu .opcion2 {
	width: 160px;
}

#opciones_menu .opcion3 {
	width: 110px;
}

#opciones_menu .opcion4 {
	width: 160px;
}

#opciones_menu .opcion5 {
	width: 240px;
}
/* @Parte del menu */

#contexto {
  font-size: 12px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #404040;
	background-image:url(imagenes/fondo_contexto.jpg);
	background-repeat: repeat-y;
	width: 100%;
	/* min-height: 320px; */
	padding-top: 10px;
	padding-left: 45px;
	padding-right: 45px;
}

#contexto a, #contexto a:visited {
 font-weight: bold;
 color: #B8152A; 
 text-decoration: none;
}

#contexto a:hover {
 text-decoration: underline;
}


/* Pie */
#pie {
	background-image:url(imagenes/pie.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 41px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 22px;
	color: #999999;
}

#pie a, a:hover, a:visited {
	color: #999999;
	text-decoration: none;
}
/* @Pie */

#cuadroidioma {
	font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #9E9B7A;
	position: absolute;
	height: 16px;
	margin-left: 105px;	
	border: 1px dashed #AAA;
	padding: 3px;
	display: none;
	top: 65px;
}


