	/*
	* Copyright (C) 2005  Carlos Buenosvinos Zamora
	*
	* This program is free software; you can redistribute it and/or
	* modify it under the terms of the GNU General Public License
	* as published by the Free Software Foundation; either version 2
	* of the License, or (at your option) any later version.
	*
	* This program is distributed in the hope that it will be useful,
	* but WITHOUT ANY WARRANTY; without even the implied warranty of
	* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	* GNU General Public License for more details.
	*
	* You should have received a copy of the GNU General Public License
	* along with this program; if not, write to the Free Software
	* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
	*
	**/
	
	.barraPosicion {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 8pt;
		color: #333333;
		font-weight: bold;
	}
	
	.barraPosicionGran {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 12pt;
		color: #333333;
		font-weight: bold;
	}
	
	body {
	
	background: #D5D6D7 url('img/losemymindbgcolor.jpg');
	color: #333;
	/*margin: 0 0 20px 0;*/
	margin: 0 0 0px 0;
	padding: 0;
	text-align: center;
	}
	
	#page {

	background-color: white;
	text-align: center;
	margin: 0px auto;
	padding: 0;
	width: 780px;
	background: url('img/losemymindbgwide.jpg') repeat-y top;
	}
	
	#header {
	/*background: url('img/losemymindheader.jpg') no-repeat bottom center;*/

	padding: 0;
	/*height: 16px;*/
	height: 8px;
	width: 780px;
	}
	
#footer {
	font-size: 12px;
	/*padding: 20px 0 30px;*/
	padding: 20px 0 30px;
	/*margin: 0 auto;*/
	width: 780px;
	/*height: 66px;*/
	height: 0px;
	/*clear: both;*/
	background: #E7E7E7 url('img/losemymindfooter.jpg') no-repeat top; 
	/*border: none;*/
	}
	
	.center {
	text-align: center;
	}
	
	
	/* Estilo de los controles */
	input, textarea, select, hidden {
		font-weight: normal;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 8pt;
	}
	
	.lineaSeparadora {
		background-color: Silver;
	}
	
	/* RECUADROS */
	.tituloRecuadro {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 8pt;
		color: #9A9A9A;
		font-weight: bold;
	}
	
	/* SECCION */
	.tituloSeccion {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 8pt;
		color: #9A9A9A;
		font-weight: bold;
	}

	.contenidoSeccion {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 8pt;
		color: #000000;
		font-weight: normal;
	}
	
	.tituloSubseccion {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size: 8pt;
		color: #f27918;
		font-weight: normal;
	}

	.tituloSeccionGran {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 12pt;
		color: #9A9A9A;
		font-weight: bold;
	}

	.contenidoSeccionGran {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 12pt;
		color: #000000;
		font-weight: normal;
	}
	
	.tituloSubseccionGran {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size: 12pt;
		color: #f27918;
		font-weight: normal;
	}		
	/* APARTADO */
	.tituloApartado {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 10pt;
		color: #f27918;
		font-weight: bold;
		align: center;
	}
	
	.tituloApartadoGran {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 12pt;
		color: #f27918;
		font-weight: bold;
		align: center;
	}

	.tituloApartado2 {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 12pt;
		color: #f27918;
		font-weight: bold;
		align: center;
	}

	.tituloApartadoNegro {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 10pt;
		color: #000000;
		font-weight: bold;
		align: center;
	}
	
	
	.tituloApartadoNegro2 {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 12pt;
		color: #000000;
		font-weight: bold;
		align: center;
	}
	
	.contenidoApartado {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		/*font-size: 8pt;*/
		font-size: 8pt;
		color: #000000;
		font-weight: normal;
	}
	
	.contenidoApartadoGran {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		/*font-size: 8pt;*/
		font-size: 12pt;
		color: #000000;
		font-weight: normal;
  }
	
	/* FORMULARIOS */
	.textoFormulario {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;		
		font-size: 8pt;
		color: #000000;
		font-weight: bold;
	}
	
	/* ENLACES */
	a {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size: 8pt;
		color: #f27918;
		font-weight: normal;
	}

	a:hover {
		color: #f27918;
	}
	
	/* RELOJ I a*/
	.aGran {
    font-size: 12pt;
  }
	
	/* GENERALES */
	td {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 8pt;
	}

	.opcionesSeccion {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 8pt;
		color: #000000;
		font-weight: bold;
	}