/* Diseño principal de Capital Spore 1 */
/* Elementos genéricos */

html, body {
	margin: 0;
	padding: 0;
	background: #162E53;
}
 
img {
	border: 0px;
}
 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #aac62e;
	background: none;
}

a:visited {
	color: #46722a;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #457229;
}

h2 {
	font-size: 12pt;
	color: #457229;
}

h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

.clear {
	clear: both;
}

#barra_error {
	width: 100%;
	height: 1.5em;
	background: #990000;
	color: white;
	font-size: 1.2em;
	font-weight: 900;
	vertical-align: middle;
}

.ext {
	overflow: hidden;
	white-space: nowrap;
}

.ext .derecho {
	float: right;
}

/* Elementos estructurales */

#tueliges {
	background: url("tueliges-fondo.png") black repeat-x;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
}

#tueliges .logo {
	width: 220px;
	height: 40px;
	float: left;	
}

#tueliges .mapa {
	width: 570px;
	height: 40px;
	float: right;
}

#publi {
	
}

#publi div.banner {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	border-left: solid #6BCE0A 1px;
	border-right: solid #6BCE0A 1px;
	text-align: center;
	background: url("publi.jpg") no-repeat left top; 
}

#superior {
	background: url("superior-lateral.png") repeat-x;
}

#superior div {
	width: 85%;
	height: 103px;
	
	margin-left: auto;
	margin-right: auto;
	
	border-left: solid #6BCE0A 1px;
	border-right: solid #6BCE0A 1px;
	
	/* Superior estático: background: url("superior-fondo.jpg") repeat-x right; */
	background-repeat: repeat-x;
	background-position: right;
}

#menu1_ext {
	
}

#menu1 {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	height: 31px;
	border-left: solid #6BCE0A 1px;
	border-right: solid #6BCE0A 1px;
	background: #F4F4F4;
	
	line-height:normal;
	border-bottom: 1px solid #647c36;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

#menu1 ul {
	margin:0;
	padding:3px 10px 0 10px;
	list-style:none;
}
  
#menu1 li {
	display: inline;
	margin: 0;
	padding: 0;
}
  
#menu1 a {
	float: left;
	background: url("tableft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}
  
#menu1 a span {
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #339933;
}

#menu1 a:hover {
	background-position:0% -42px;
}

#menu1 a:hover span {
	color: white;
	background-position:100% -42px;
}

#menu1 a.selected {
	background-position:0% -42px;
}

#menu1 a.selected span {
	color: white;
	background-position:100% -42px;
}	 
	  
#menu1 a span img {
	height: 24px;
	vertical-align: top;
	margin: -5px auto auto auto;
	border: 0;
}

#menu2 {
	width: 83%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0%;
	padding-right: 2%;
	border-left: solid #6BCE0A 1px;
	border-right: solid #6BCE0A 1px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	
	background: #91a92c url("menu2_fondo.png") repeat-x top;
}

#menu2 ul {
	margin:0;
	padding:0 10px 0 10px;
	list-style:none;
}

#menu2 li {
	display: inline;
	margin:0;
	padding:0 5px 0 5px;
 }
  
#menu2 a {
	margin:0;
	padding:0 0 0 5px;
	text-decoration: none;
	color: #ABDAA7;
}
  
#menu2 a.selected {
	color: #D2E5D2;
}

#menu2 div.lateral {
	float: right;
}

#menu3 {
	width: 81%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
	border-left: solid #6BCE0A 1px;
	border-right: solid #6BCE0A 1px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	
	vertical-align: middle;
	
	background: #91a92c;
	color: white;
}

#menu3 ul {
	margin:0;
	padding:1px 20px 0 20px;
	list-style:none;
}

#menu3 li {
	display:inline;
	margin:0;
	padding:0 5px 0 5px;
}

#menu3 a {
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	color: white;
}
  
#menu3 a.selected {
	color: #CCCCCC;
}

#menu3 a img {
	margin: 2px 0;
	border: 1px solid black;
}

#menu3 a.selected img {
	border: 1px solid #6BCE0A;
}

#menu3 div.lateral {
	float: right;
}

#menu3 img {
	vertical-align: middle;
}

#menu3 form {
	margin: 0;
	color: white;
}

#menu3 a.buscar {
	color: white;
	text-decoration: none;
}

#menu3 input.buscar {
	margin: 0;
	padding: 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

#menu3 #alternar {
	font-size: 8pt;
	margin-left: 5px;
}

#menu4 {
	width: 79%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3%;
	padding-right: 3%;
	border-left: solid #6BCE0A 1px;
	border-right: solid #6BCE0A 1px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	
	vertical-align: middle;
	
	background: #91a92c;
	color: white;
}

#menu4 ul {
	margin:0;
	padding:1px 20px 0 20px;
	list-style:none;
}

#menu4 li {
	display:inline;
	margin:0;
	padding:0 5px 0 5px;
 }
  
#menu4 a {
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	color: white;
}
  
#menu4 a.selected {
	color: #CCCCCC;
}

#menu4 div.lateral {
	float: right;
}

#menu3 img {
	vertical-align: middle;
}

#menu4_alternado {
	width: 81%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
	border-left: solid #6BCE0A 1px;
	border-right: solid #6BCE0A 1px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	
	background: #91a92c;
	color: white;
}

#menu4_alternado ul {
	margin: 0;
	padding:1px 20px 0 20px;
	list-style:none;
}

#menu4_alternado li {
	display:inline;
	margin:0;
	padding:0 5px 0 5px;
 }
  
#menu4_alternado a {
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	color: white;
}

#contenido {
	margin-left: auto;
	margin-right: auto;

	padding: 1%;
	width: 83%;

	border-left: solid #6BCE0A 1px;
	border-right: solid #6BCE0A 1px;
	
	background: white;
	
	font-size: 10pt;
}

#publi_final div.banner {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	border-left: solid #6BCE0A 1px;
	border-right: solid #6BCE0A 1px;
	background: white;
	text-align: center;
}

#final {
	background: url("final-lateral.png") repeat-x;
}

#final div {
	width: 85%;
	height: 84px;
	
	margin-left: auto;
	margin-right: auto;
	
	border-left: solid #6BCE0A 1px;
	border-right: solid #6BCE0A 1px;
	
	background: url("final-fondo.png") repeat-x right;
	
	clear: both;
}

/* Estilos para el encabezado de secciones */

#titulo {
	margin: -1% -1% 1% -1%;
	
	height: 45px;
	background: repeat-x top url("h1seccion-fondo.png") white;
	
	clear: both;
}

#titulo.conimagen {
	height: 162px;
}

#titulo #curva {
	float: right;
	width: 170px;
	height: 43px;
	
	background: no-repeat url("h1seccion-final.png");
}

#titulo h1 {
	margin: 0 15px;
	line-height: 44px;
	vertical-align: middle;
	
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}

#titulo.conimagen h1 {
	color: black;
}

#titulo .plataforma {
	font-weight: bold;
	color: #3E5C86;
}

#titulo #logo {
	float: right;
}

#titulo #fondo {
	height: 119px;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
}

