<style type="text/css">
	
	
	@import "comun.css"; /* just some basic formatting, no layout stuff */

/* ****** Reglas generales ******** */

body {
		margin: 10px 100px 0px 100px;
		padding: 0px;
		background: white url(images/fondo.gif) repeat;
		/* background: white url(img/n6543.jpg) no-repeat fixed; */
		}
		
p 	{
	line-height: 150%;
	}  

p,h1,pre {
		margin:0px 10px 10px 0px;
		}

	h1 {
		font-size:18px;
		font-weight: bold;
		font-style: none;
		color: #6A7ADE;
		padding-top:10px;
		}

/* ****** Enlaces generales ******** */
		

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica;
	font-weight : normal; 
	text-decoration : none;
	color: #777;
	background: transparent; 
	}

a:hover {
	font-family: Verdana, Arial, Helvetica;
	font-weight : normal; 
	text-decoration : underline;
	color: #06F;
	background: transparent; 
	}

a:active {
	font-family: Verdana, Arial, Helvetica;
	font-weight : normal; 
	text-decoration : none;
	color: #777;
	background: transparent;  
	}


/* ****** Contenidos ******** */

#leftcontent {
		position: absolute;
		left:100px;
		top:87px;
		width:180px;
		background:#fff;
		border:1px solid #000;
		}
		

#centercontent {
		position: absolute;
		top:82px;
		width: 620px;
		background: #fff url(images/fondo_neb.jpg) no-repeat;
		background-position: top right;
   		margin-left: 190px;
   		margin-right: 100px;
		border: 1px solid #000;
		padding: 5px 0px 5px 10px;
		
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.

		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.

		Read more at http://www.glish.com/css/hacks.asp
			*/

		voice-family: "\"}\"";
		voice-family: inherit; 
		margin-top: 5px;
		margin-left: 195px;
		width: 620px;
	
		}
		
#centercontent h3 {
		font-family: "Times New Roman", Times, serif;
		color: #333;
		font-size:18px;
		font-weight: bold;
		margin: 0 20px 0 0;
		padding: 0 0 0 24px;
		background: transparent url(images/marip.png) top left no-repeat;
		}

		
#centercontent ul li	{
		list-style: disc url(images/marca.gif) inside;
		margin: 0;
		padding: 0;
		line-height: 1.5em;
        font-size: xx-small;
        voice-family: "\"}\"";
        voice-family: inherit;
        font-size: x-small;
	}
		
	html>body #centercontent {
   		margin-left: 190px;
   		margin-right: 0;
		}

/* ****** Banner principal ******** */

	#banner {
		background: #fff url(images/banner_back.jpg) no-repeat;
		background-position: center right;
		height: 70px;
		width: 820px;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:39px;
		align: left;
		}
	
	
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	div#banner a, a:link, a:hover {
		text-decoration: none;
		}

	html>body #banner {
		height:70px;
		}

/* ****** Banner inferior ******** */
		
	html>body #subbanner {
		background:#fff;
		height:16px;
		}

	#subbanner {
		background:#fff;
		height:20px;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:19px;
		margin-top: 5px;
		margin-left: 165px;
		width: 655px;
		}
	#subbanner a:link, a:visited, a:hover, a:active {
		border: 0 ;
		}
	
	#subbanner h3 {
		font-family: courier, helvetica, arial;
		font-weight: normal;
		font-size: 10px;
		color: #666;
		padding:1px 10px 2px 10px;
		margin: 0;
		}

div#leftcontent a:link {
	font-weight : normal;
	text-decoration : none;
	color: #6A7ADE;
	background: transparent;
	border: 0px;
	}

div#leftcontent a:visited {
	font-weight : normal;
	text-decoration : none;
	color: #6A7ADE;
	background: transparent;
	border: 0px;
	}

div#leftcontent a:hover {
	font-weight : normal;
	text-decoration : none;
	color: #555;
	background: transparent;
	border-bottom: 0;
	border: 0px;
	}

div#leftcontent a:active {
	font-weight : normal;
	text-decoration : none;
	color: #6A7ADE;
	background: transparent;
	border: 0px;
	}

/* ****** Barra de navegacion ******* */

div#barnav	{
	margin: 0 0 25px 0;
	padding: 5px;
	border: 0;
	}

#barnav ul	{
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
	}

#barnav ul li	{
	list-style: disc url(images/listmark.gif) inside;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
        font-size:    xx-small;
        voice-family: "\"}\"";
        voice-family: inherit;
        font-size:    x-small;
	}

html>#barnav ul li	{
	font-size: x-small;
	}

#barnav ul li a {
	font-weight: normal;
	}

#barnav dl	{
	margin: 0;
	padding: 0;
	}

#barnav dt 	{
	font-weight: normal;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:    small;
	}


/* ******	Reemplazo de cabeceras h3 por imagenes	******  */

#barNav h3.astro { 
		width: 150px;
		height: 20px;
		margin: 2px 0 2px -5px;
		padding: 0;
		background: transparent url(images/astro_bg.png) no-repeat top left ;

		}
		
#barNav h3.astro span { display: none ; }
	
#barNav h3.web { 
		width: 150px;
		height: 20px;
		margin: 2px 0 2px -5px;
		padding: 0;
		background: transparent url(images/web_bg.png) no-repeat top left ;

		}
		
#barNav h3.web span { display: none ; }

#barNav h3.photo { 
		width: 150px;
		height: 20px;
		margin: 2px 0 2px -5px;
		padding: 0;
		background: transparent url(images/photo_bg.png) no-repeat top left ;

		}
		
#barNav h3.photo span { display: none ; }


</style>
