/*	*******************************************************************/
/*	      CSS para la web de ASTRONUM - VERSION 5.0     */
/*	*******************************************************************/

	* {
		margin: 0;
 		xpadding: 0;
  	}

	body {
		font-size:100%;
		font-family: Arial,'Lucida Grande',Verdana,sans-serif;
		Xtext-align:center;
		background: #000 url(objetos/titulo.jpg) no-repeat top center;
	}
  
	#cabecera {
  		height:66px;
  		width:985px;
		background:transparent;
		margin:0 auto 0 auto;
		padding-top:95px;
	}

	#sloganL1 {
		Xtext-align:left;
  		font:20px Georgia, Arial, "Times New Roman", Times;
		margin-top: -90px;
		padding-left: 650px;
		color:#FFA07A; /*#FFD700*/
	}

	#sloganL2 {
  		Xtext-align:left;
  		font:bold 14px Arial, "Times New Roman", Times;
		margin-top: 0px;	
  		padding-left: 602px;
  		color:#FFF;
	}

	#pagina {
		width:999px;
		_width:1024px;		 /* para IE */
		margin:0 auto 0 auto;
	}

	#area-navegacion {
  		float:left;
		padding-top:33px;
		padding-left:15px;
		width:238px;
		_width:248px;		/* para IE */
		text-align:left;
		font-size:14px;
	}

	#contenido {
		float:right;
		width:685px;
		padding:30px;
	}

	a:link {color:purple; text-decoration:none}
	a:visited {color:purple; text-decoration:none}
	a:active {color:purple; text-decoration:none}
	a:hover {color:blue; text-decoration: underline}
	table {font-size: 11pt; text-align:justify}
	ul {list-style-position:inside; padding: 0px 0px 0px 20px;}

/* recuadro redondeado BLANCO para los FRAMES */

	.cuadro-blanco {width:685px; _width:590px; background:#9C9C00; background:url(objetos/cuadro-blanco-relleno.gif);}  /* claro: #C6B521  oscuro: #9C9C00 */
	.cuadro-blanco-top {background:url(objetos/cuadro-blanco-top.gif) no-repeat top left; width:685px; _width:590px; height:24px;}
	.cuadro-blanco-bottom {background:url(objetos/cuadro-blanco-bottom.gif) no-repeat top left; width:685px; _width:590px; height:24px;}
	.cuadro-blanco-padding {padding:0px 30px 0px 30px;}

/* recuadro redondeado TRANSPARENTE (o TRASLUCIDO segun gif's) para la PORTADA */

	.cuadro-trans {width:685px; _width:590px; background:url(objetos/borde-traslucido-relleno.gif); } 
	.cuadro-trans-top {background:url(objetos/borde-traslucido-top.gif) no-repeat top left; width:685px; _width:590px; height:24px;}
	.cuadro-trans-bottom {background:url(objetos/borde-traslucido-bottom.gif) no-repeat top left; width:685px; _width:590px; height:24px;}
	.cuadro-trans-padding {padding:0px 30px 0px 30px;}


/* recuadro redondeado TRANSPARENTE para el CONTACTO (no lo uso) */
/*
	.cuadro-trans {width:685px; X_width:675px;    Xbackground:#0F0F0F;}
	.cuadro-trans a {color:#FFF; text-decoration:underline;}
	.cuadro-trans a:hover {color:#BD6B54; text-decoration:none;}
	.cuadro-trans p {font:14px Arial, Tahoma, Georgia, "Times New Roman", Times; color:#FFFFFF; text-align:justify; padding:6px 0px;}
	.cuadro-trans h1,h2,h3,h4,h5 {font:36px Georgia, Arial, "Times New Roman", Times; color:#FFF; text-align:right;}
	.cuadro-trans-top {   Xbackground:url(objetos/cuadro-trans-top.gif) no-repeat top left; width:685px; height:24px;}
	.cuadro-trans-bottom {   Xbackground:url(objetos/cuadro-trans-bottom.gif) no-repeat top left; width:685px; height:24px;}
	.cuadro-trans-padding {padding:0px 30px 0px 30px;}
*/

	.clearboth {clear:both;}

	.titulo-area-navegacion {
  		font:17px Georgia, Arial, "Times New Roman", Times;
  		color:#FFF;
  		text-align: left;
  		padding-bottom:10px;
	}

	.titulo-menu-opciones {
  		font:bold 17px xGeorgia, Arial, "Times New Roman", Times, Arial;
  		color:#FFF;
  		text-align: left;
  		padding-bottom:10px;
	}

	.texto-separador {
	  	font:18px Georgia, Arial, "Times New Roman", Times;
		color:#FFF;
		padding:20px 0px 20px 33px;
		text-align:left;
	}

/* estilos para el MENU izquierdo */

	#menu ul {
  		list-style:none;
		padding-left:0px;
  		padding-bottom:10px;
	}
  
	#menu li a {
		color: #CCC;
		font-family: Arial, "Times New Roman", Times, serif;
		font-size: 14px;
		text-decoration: none;
		background: transparent url(objetos/bola-gris.gif) no-repeat left center;
		padding: 0px 0px 0px 25px;
		line-height: 23px;
	}
  
	#menu li a:hover {
  		color: #FFF;
  		text-decoration: underline;
	}
  

/* divisiones area de navegacion */
  
	.division-area-navegacion {
  		background: transparent url(objetos/lineanav.gif) repeat-x top left;
  		width:226px;
  		height:px;
  		padding-bottom:10px;
	}

/* pies de pagina */

	#pie-pagina {
  		clear:both;
  		width:985px;
  		height:170px;
  		margin:0 auto 0 auto;
	}

	#pie-pagina-pad {
  		width:985px;
  		padding:10px 0px 0px 0px;
  		text-align:center;
	}

	#pie-pagina p {
  		font:14px Arial, "Times New Roman", Times;
  		color:#929292;
	}

/* estilos para las lineas de separacion */

	.linea {
  		background: transparent url(objetos/linea.gif) repeat-x top left;
  		width:650px;
  		height:1px;
  		padding-bottom:10px;
  		margin:0 auto 0 auto;
	}

/* estilos para el FORMULARIO */

	.formulario {
		background:#FFFFFF;		/* #202020; */
		color:#000;				/* #FFF; */
		padding: 3px;
		font-family:Tahoma, sans-serif;
		font-size:14px;
		border:1px outset #CCCCCC	;
	}
  
 /* estilo para el titulo de los temas */
 
	.estilotitulotema {
		color: rgb(0,120,215);
	}