/* CSS Document */

body {
     background-color: #000000;
	 background-image: url(botones/fondo_negro.jpg);
         font-family:"Comic Sans MS", "Segoe Print", Arial;
	 font-weight: bold; 
	 font-size: 18px; 
	 color: #FFFF00;
         text-align: justify;
}

/* resaltado texto */

.nombres {
     font-family: "Comic Sans MS", "Segoe Print", Arial; 
	 font-weight: bold; 
	 font-size: 18px; 
	 color: #FFFFFF; 
}

.resaltado-na {
     font-family: "Comic Sans MS", "Segoe Print", Arial; 
	 font-weight: bold; 
	 font-size: 18px; 
	 color: #FF6600; 
}

.resaltado-az {
     font-family: "Comic Sans MS", "Segoe Print", Arial; 
	 font-weight: bold; 
	 font-size: 18px; 
	 color: #00FFFF; 
}

.resaltado-ve {
     font-family: "Comic Sans MS", "Segoe Print", Arial; 
	 font-weight: bold; 
	 font-size: 18px; 
	 color: #00FF00; 
}

.resaltado-mo {
     font-family: "Comic Sans MS", "Segoe Print", Arial; 
	 font-weight: bold; 
	 font-size: 18px; 
	 color: #FF66FF; 
}

.capital {
     font-family: "Comic Sans MS", "Segoe Print", Arial; 
	 font-weight: bold; 
	 font-size: 26px; 
	 color: #00FFFF; 
}

.titulo-r {
	font-family: "Comic Sans MS", "Segoe Print", Arial;
	font-weight: bold;
	font-size: 26px;
	color: #FF0000;
}

.titulo-v {
    font-family: "Comic Sans MS", "Segoe Print", Arial; 
	font-weight: bold; 
	font-size: 20px; 
	color: #00FF00; 
}

.encabezado-v {
    font-family: "Comic Sans MS", "Segoe Script", Arial; 
	font-weight: bold; 
	font-size: 18px; 
	color: #00FF00; 
}

.copy {
    font-family: "Comic Sans MS", "Segoe Print", Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FF00FF;
}

/* tablas */

.tabla {
    border: 0px solid;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
}

.tabla td  {
    text-align: center;
    border: 0px solid;
}

.tabla-titulo  {
    font-family: "Comic Sans MS", "Segoe Print", Arial; 
	font-weight: bold; 
	font-size: 25px; 
	color:#33FF66; 
}

.tabla-negro {
    font-family:"Comic Sans MS", Courier, Verdana; 
	font-weight: bold; 
	font-size: 16px; 
	color:#000000; 
}

.tabla-azul {
    font-family: "Comic Sans MS", "Segoe Script", Arial; 
	font-weight: bold; 
	font-size: 18px; 
	color:#0000FF; 
}

/* posición imagenes */

.imagencentro {
    display: block;
        text-align: center;
}

.imagenizquierda {
    display: block;
        margin: 10px 15px 10px 15px;
        float: left
}

.imagenderecha {
    display: block;
        margin: 10px 15px 10px 15px;
        float: right
}

/* menus */

#menulink {
position: fixed;
top: 70px;
left: 20px;
}

#menuinicio {
position: fixed;
top: 110px;
left: 3px;
}

#posicionuno {
position: fixed;
top: 150px;
left: 5px;
}

#posiciondos {
position: fixed;
top: 170px;
left: 5px;
}

#posiciontres {
position: fixed;
top: 190px;
left: 5px;
}

#posicioncuatro {
position: fixed;
top: 210px;
left: 5px;
}

#posicioncinco {
position: fixed;
top: 230px;
left: 5px;
}

#posicionseis {
position: fixed;
top: 250px;
left: 5px;
}

#posicionsiete {
position: fixed;
top: 270px;
left: 5px;
}

#posicionocho {
position: fixed;
top: 290px;
left: 5px;
}

#posicionnueve {
position: fixed;
top: 310px;
left: 5px;
}

#posiciondiez {
position: fixed;
top: 330px;
left: 5px;
}

/* menu ampliar tema */

#menuampliar {
position: fixed;
top: 370px;
left: 3px;
}

#menuposterior {
position: fixed;
top: 410px;
left: 5px;
}

#menuanterior {
position: fixed;
top: 430px;
left: 5px;
}

#menumasinfo {
position: fixed;
top: 450px;
left: 5px;
}

/* menu INDEX */

#precarga {
width: 0px;
height: 0px;
display: inline;
background-image: url('titulo_gif/catedral-cerrada.gif');
background-image: url('titulo_gif/catedral-abierta.gif');
}

#catedral a {
    display: block;
    width: 444px;
    height: 511px;
    background: url('titulo_gif/catedral-cerrada.gif');
    margin-left: auto;
    margin-right: auto;
}

#catedral a:hover {
    display: block;
    width: 444px;
    height: 511px;
    background: url('titulo_gif/catedral-abierta.gif') no-repeat;
    margin-left: auto;
    margin-right: auto;
}

/* menu antiguo */

#navidad {
position: fixed;
top: 50px;
left: 15px;
}

