/******************* DarkGaze -- www.darkgazefactory.com ******************/

/* GENERAL */

* {
	padding: 0;
	margin: 0;
	}

body { 
	background: #ffffff; 
	font: normal 90% Georgia, Palatino, Times, "Times New Roman", serif; 
	color: #666;
	}

a:link {
	text-decoration: none;
	color:#003399;
	}

a:visited {
	text-decoration: none;
	color:#003399;
	}

a:hover {
	text-decoration: none;
	color: #00CCFF;
	}

a:active {
	text-decoration: none;
	color:#00CCFF;
	}

/* Propiedades para texto */

p { 
	font: 100% Georgia, Palatino, Times, "Times New Roman", serif; 
	line-height: 17px;
	margin-top: 0px; 
	text-align: justify;
	padding-left: 14px;
	padding-bottom: 10px;
	padding-right: 100px;
	}
	


/* Secciones DIV */

#contenedor { 
	background: url('img/fondo-contenedor.jpg') repeat-y center; 
	width: 750px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}

#cabecera { 
    display: block;
	background: url('img/cabecera.jpg') no-repeat; 
	position: relative;
	width: 700px;
	height: 100px;
	top: 0px;
	left: 25px;
	text-indent: -1000em
	}

#texto { 
	display: block;
	position: relative;
	top: 0px;
	left: 92px;
	width: 570px;
	height: auto;
	padding-left: 130px;
	}
	
#pieDePagina { 
	display: block;
	background: url('img/pie.jpg') no-repeat; 
	width: 700px;
	height: 50px;
	left: 25px;
	position: relative;
	}

#w3c{
	margin-left: 30px;
	margin-top: 15px;
	width: 190px;
	height: 20px;
	float:left;
	}
	
#txt{
	float: left;
	margin-left: 40px;
	margin-top: 8px;
	font-size: x-small;
	text-align: center;
	color: #999999;
	}

/* Propiedades de Enlaces */

#texto ul {
	list-style-type: circle;				
	margin-bottom: 15px;

	}

#texto ul li {
	margin-left: 30px;
	margin-right: 100px;
	margin-bottom: 5px;
	}


#ListaEnlaces {
	background:url('img/cabeceraLinks.jpg') no-repeat;
	position: absolute;
	top: 110px;
	margin-left: 16px
	}

#ListaEnlaces2 { 
	background: url('img/fondoLinks.jpg') repeat-y;
	margin-top: 87px; 
	width: 200px; 
	font-size: 11px;
	font-family: georgia, verdana, sans-serif;
	}
	
#ListaEnlaces h3.select { 
	background: url('img/indice.gif') no-repeat top center; 
	width: 97px; 
	height: 20px
	}
	
#ListaEnlaces h3.select span {
	display:none;
	}

#ListaEnlaces ul {
	list-style-type: none;
	}

#ListaEnlaces ul li {
	list-style-image: url('img/flechita.gif');
	width: 170px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 12px
	}

#ListaEnlaces ul li a:hover {
	color:#0099FF;
	}
	
#ListaEnlaces ul li.seleccionado {
	color: #000000;
	font-weight:bold;
	}	
	
/* Variados */

#enlacesPie{
    display:block;
	background: url('img/pie-links.jpg') no-repeat;
	width:200px;
	height: 100px
    }

p.centrado{text-align:center;}

p.comentario_imagen{
	text-align:center;
	font-size: small;
	font-style: italic;
	}

p.titulo{
	font-size: x-large;
	line-height: normal;
	color: #003399;
	font-family: georgia, verdana;
	text-align: center;
	margin-top: 20px;
	}

p.subtitulo{
	font-size: medium;
	font-weight:bold;
	color:#003399;
	text-align:center;
	margin-top: 15px;
	}
	
.comentario{
	font-size: small;
	font-style: italic;
	}


p.remarcado{
	font-weight: bold;
	color: #000000;
	}	
	

span.remarcado{
	font-weight: bold;
	color: #000000;
	}
	
/* SEPARADORES */

.separador200{clear:both;  height:200px;}
.separador500{clear:both;  height:500px;}
.separador50{clear:both; height:50px;}
.linea{
	background-color: #626262;
	height: 2px;
	width: 480px;
	margin-top: 15px;
	margin-bottom: 15px;
	}