/*-Layout-*/

html {
	height: 100%;
	padding: 0px;
	margin: 0px;
	}

body {
	background: url('../gui/background.png') repeat-x top #0c1430;
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 100%;
	}


#marco {
	position: relative;
	/*width: 974px;*/
	width: 90%;
	margin: 0 auto;
	text-align: left;


	height: auto !important;
	height: 100%;
	min-height: 100%;
	}

#contenido {
	padding: 30px 0px 100px 120px;
	}
	
#photo {
	margin: 0 auto;
	text-align: center;
	width: 900;
	padding: 0px 0px 100px 0px;
	}

#back {
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: center;
	}

#cabecera {
	margin: 0px 0px 0px 0px;
	height: 120px;
	min-height: 120px;
	max-height: 120px;
	background: url('../gui/title.png') no-repeat 60px 30px;
	z-index: 0;
	}

#rss {
	display: none;
	}

#navegacion {
	padding-left: 20px;
	padding-top: 70px;
	text-transform: lowercase;
	}

#navegacion ul {
	list-style-type:none;
	}

#navegacion li {
	float:left; 
	}

#navegacion a {
	padding-left: 0px;
	padding-right: 15px;
	}


#copyright {
	padding: 0px;
	z-index: 2;
	top: 50%;
	}

#rag {
	display: none;
	}

#submenu ul {
	padding-left: 55px;
	list-style-type: none;
	font: normal 1em "Century Gothic";
	z-index: 5;
	text-transform: lowercase;
	}

#submenu ul li {
	display: inline;

	z-index: 5;
	}
#submenu ul li a {
	text-decoration: none;
	z-index: 5;
	padding: 0 5px 0 5px;
	}



/*-/Layout-*/

/*-Design-*/

  /*-Text-*/

P {
	font-family: arial; 
	font-size: 0.8em; 
	font-style: normal; 
	color: #9ca6b6;
	text-indent: 0px;
	margin: 7px;
	}

P.autor {
	text-align: justify;
	clear: right;	
	}

P.autor2 {
	text-align: justify; 
	/*float: right;*/
	padding-top: 30px;
	}
	
P.title {
	font-family: arial; 
	font-size: 0.8em; 
	font-style: italic; 
	letter-spacing: 0.2em ;
	text-indent: 0px;
	}


P.copyright {
	font-family: arial; 
	font-size: 9px; 
	font-style: normal; 
	text-align: center; 
	color: #3c4d6a;
	text-indent: 0px;
	}


  /*-/Text-*/
h1 {
	display: none;
	}

h2 {
	text-transform: lowercase;
	color: #9ca6b6;
	font-family: arial;
	font: normal 14px "Century Gothic";
	font-size: 1em;
	}

  /*-Image links-*/

IMG {
	border: 0;
	z-index: 1;
	}

IMG.back {
	display: none;
	}

IMG.splash {
	display: none;
	}

IMG.seig {
	display: none;
	}
	
IMG.autor {
	position: relative;
	float: left;
	margin: 40px;
	}
	
IMG.small {
	padding: 2px;
	}
IMG.small:hover {
	background: #777777;
	}
	
  /*-/Image links-*/

  /*-Links-*/

A {
	color: #818996 ;
	text-decoration: none;
	}

A:link {
	color: #818996 ;
	text-decoration: none;
	}

A:visited {
	color: #818996 ;
	text-decoration: none;
	}

A:focus {
	color: white;
	text-decoration: none;
	}

A:hover {
	color: white;
	text-decoration: none;
	}

A:active {
	color: white;
	text-decoration: none;
	}

A.nav {
	font: normal 24px "Century Gothic";
	color: #818996;
	text-decoration: none;
	}

A.nav:link {
	font: normal normal normal;
	color: #818996;
	text-decoration: none;
	}

A.nav:visited {
	font: normal normal normal;
	color: #818996;
	text-decoration: none;
	}

A.nav:focus {
	font: normal normal normal;
	color: white;
	text-decoration: none;
	}

A.nav:hover {
	font: normal normal normal;
	color: white;
	text-decoration: none;
	}

A.nav:active {
	font: normal normal normal;
	color: white;
	text-decoration: none;
	}

A.rss {
	display: none;
	}	

  /*-/Links-*/

/*-/Design-*/