@charset "utf-8";
/* CSS Document */

/*Estilos Generales
-------------------------------------------------------------------------------------------------------*/
#cabecera{
	display: none;
}

/*Sección Menú
-------------------------------------------------------------------------------------------------------*/		
#cont-menu{ display: none;}
#separador{ display: none;}


/*Imagen Principal
-------------------------------------------------------------------------------------------------------*/			
#cont-imagen-principal{display: none; }
.frase{	display: none;}


		
/*Sección Pie
-------------------------------------------------------------------------------------------------------*/		
#pie{ display: none;}

#contenido{ padding: 0; margin: 0;}
h1{ font: normal 25pt Helvetica, Arial, "Trebuchet MS", "Century Gothic", Tahoma; color:#333333; margin: 0 0 20px 0;}

#contenido p, #contenido div{
	font: 12pt/18px Helvetica, Arial, "Trebuchet MS", "Century Gothic", Tahoma;
	color: #333;
}
#contenido ol{
	padding-left: 30px;
	font: 12pt/18px Helvetica, Arial, "Trebuchet MS", "Century Gothic", Tahoma;
	color: #666;
	margin: 5px 0;
}
#contenido ul{
	padding-left: 30px;
	font: 12pt/18px Helvetica, Arial, "Trebuchet MS", "Century Gothic", Tahoma;
	color: #666;
	margin: 5px 0;
}
#contenido ul li{
	padding-left: 10px;
}
#contenido a{
	color: #666;
	font-family: Helvetica, Arial, "Trebuchet MS", "Century Gothic", Tahoma;
	background: transparent;
}

