﻿body
{
	margin: 0px auto;
	text-align: center;
	background: #869DCE;
	font-family: Verdana, sans-serif;
}

a {           
   color: #558833; 
} 

#bgHeader1
{
	margin: 0px auto;
	padding: 0px auto;
	background: #4566AB;
	height: 35px;
}

#bgHeader1b
{
	margin: 0px auto;
	padding: 0px auto;
	background: #76941D;
	height: 35px;
	width: 768px;
	position: absolute;
	top: 0em;
	left: 50%;
	margin-left: -384px;
}

#bgHeader2
{
	margin: 0px auto;
	padding: 0px auto;
	background: #EDECCD;
	height: 7px;
}

#bgMiddle
{
	margin: 0px auto;
	padding: 0px auto;
	background: #FFFFFF;
	height: 300px;
}

#bgFooter
{
	margin: 0px auto;
	padding: 0px auto;
	background: #4566AB;
	height: 100%;
	width: 768px;
	position: absolute;
	top: 342px;
	left: 50%;
	margin-left: -384px;
}

#Contenido
{
	margin: 0px auto;
	padding: 0px auto;
	width: 768px;
	position: absolute;
	top: 42px;
	left: 50%;
	margin-left: -384px;
	text-align: center;
}

.tablacentrada
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.centrado
{
	text-align: center;
}
.izquierda
{
	text-align: left;
}
.derecha
{
	text-align: right;
}
.justificado
{
	text-align: justify;
}

.fuente1
{
	font-size:x-small;
	
}
.fuente2
{
	font-size:smaller;	
	color:#4566AB;
}
.fuente3
{
	font-size: medium;
	
	color:#4566AB;
}
.fuente4
{
	font-size: medium;	
	color:#558833;
}
.fuente5
{
	font-size:x-small;
	
	color: #666666;
}
.fuente6
{
	font-size: 10pt;
	
}
.fuente7
{
	font-size: 8pt;
}

.fuente8
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

.fuente9
{
	font-size:smaller;	
	color:#558833;
}

.fuente1Bold
{
	font-size:x-small;
	font-family: Trebuchet MS;
	font-weight: bold;
}
.fuente2Bold
{
	font-size: smaller;
	font-family: Trebuchet MS;
	font-weight: bold;
	color:#4566AB;	
}

.fuente3Bold
{
	font-size: medium;
	font-family: Trebuchet MS;
	font-weight: bold;
	color:#4566AB;	
}

.fuente4Bold
{
	font-size: medium;
	font-family: Trebuchet MS;
	font-weight: bold;
	color:#558833;
}

.fuente5Bold
{
	font-size:x-small;
	font-family: Trebuchet MS;
	color: #666666;
}
.fuente7Bold
{
	font-size: 8pt;
	font-weight: bold;
}
.fuente9Bold
{
	font-size: 8pt;
	color:#558833;
	font-weight: bold;
}

ul
{
	list-style-image: url(./Imagenes/Lista1.gif);	
}

ul.anidada
{
	list-style-image: url(./Imagenes/Lista2.gif);
}

li
{
	padding-bottom: 10px;
}

/* Menu Rollover */

.FuenteMenu
{
    font-family: Myriad Web, Trebuchet MS, Tahoma, Arial;
    font-size: 13px;    
    color: #FFFFFF;
}
#Menu
{
	border: 0px;
}

#Menu a {           
   color: #FFFFFF; 
   font-weight : bold;              
   text-decoration: none;
} 

#Menu a:hover {           
   color: #FFFFFF;        
   text-decoration: underline;
} 

.BotonMenu { 
   color: #FFFFFF;        
   background-image: url("./Imagenes/BotonVerde.gif");          
} 

.BotonMenu:hover { 
   color: #FFFFFF;        
   background-image: url("./Imagenes/BotonVerdeOver.gif");    
} 

.Revista { 
   color: #FFFFFF;        
   background-image: url("./Imagenes/btnRevista.gif");             
} 

.Revista:hover { 
   color: #FFFFFF;        
   background-image: url("./Imagenes/btnRevistaOver.gif");             
} 

.Revista a {    
   text-decoration: none;
} 

.Contacto { 
   color: #FFFFFF;        
   background-image: url("./Imagenes/btnContacto.gif");             
} 

.Contacto:hover { 
   color: #FFFFFF;        
   background-image: url("./Imagenes/btnContactoOver.gif");             
} 
