* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #212121;
	text-align: center;
}
/* --------------------------------------- */
/* --------------LAYOUT---------------- */
/* --------------------------------------- */
#principal {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#cabecera {
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: 48px 33px;
}
#idiomas {
	text-align: right;
	padding-bottom: 90px;
	padding-top: 10px;
}
#idiomas ul {
	list-style-type: none;
}
#idiomas li {
	display: inline;
}
#idiomas a:link, #idiomas a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 2em;
	padding-top: 10px;
}
#idiomas a:hover, #idiomas a:active{
	color: #FF6600;
}
.idioma_linea {
	background-image: url(../img/separador_idiomas.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
#menu {
	background-image: url(../img/fondo_menu.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 22px;
	padding-right: 0px;
	padding-left: 15px;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	display: inline;
}
#menu a:link, #menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/flecha_1.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 1.2em;
	padding-right: 0.8em;
}
#menu a:hover, #menu a:active {
	color: #000000;
}

#menu a.negro {
	color: #000000;
}


#home {
	background-image: url(../img/fondo_contenidos.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 12px;
	padding-left: 50px;
}
.home_col {
	padding-right: 50px;
	width: 233px;
	float: left;
}
.home_col2 {
	padding-right: 30px;
	width: 360px;
	float: left;	
}
#contenidos {
	background-image: url(../img/fondo_contenidos.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-right: 20px;
}
#contenidos_bg {
	background-image: url(../img/fondo_contenidos2.gif);
	background-repeat: repeat-y;
}
#final_contenidos {
	padding-top: 12px;
	background-image: url(../img/fondo_inferior.gif);
	background-repeat: no-repeat;
}
#titulo {
	margin-bottom: 35px;
	height: 63px;
}
#col1 {
	width: 205px;
	padding-right: 50px;
	float: left;
}
#col2 {
	width: 330px;
	padding-right: 50px;
	float: left;
}
#col3 {
	width: 217px;
	float: left;
}
#col4 {
	width: 567px;
	float: left;
}
#pie {
	background-image: url(../img/fondo_pie.gif);
	background-repeat: no-repeat;
	height: 54px;
	margin-top: 15px;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 30px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
#pie ul {
	list-style-type: none;
	display: block;
}
#pie li {
	display: inline;
}
#pie a{
	padding-left: 1.5em;
}
.copy {
	float: left;
}
.enlace_pie {
	float: right;
}


#menu_descargas {
  width: 225px;
  padding-right: 30px;
  float: left;
  font-size:110%;
}

#menu_descargas ul {
  border-top: 1px dotted #FF6600;  
  margin-bottom:2em;
  list-style:none;
}

#menu_descargas ul li {
	  border-bottom: 1px dotted #FF6600;  
/*  background-color:#e6e5de;*/
}

#menu_descargas ul li a {
  text-decoration:none;
  padding: 0.3em 0.3em 0.3em 1.5em;
  color:#fff;
  display:block;
  background-image: url(../img/flecha_2.gif);
  background-repeat:no-repeat;
  background-position: 0.5em 0.5em;
}

#menu_descargas ul li a:hover {
  color:#FF6600;  
}

#menu_descargas ul li a.activo {
  background-color:#FF6600;
  color:#fff;  
}


#menu_descargas ul li ul {
  border-top: 1px solid #bbb;  
  margin-bottom:0em;
  margin-left:1em;
  border:none;  
}

#menu_descargas ul li ul li {
  border-bottom: none;
}

#menu_descargas ul li ul li a {
  padding: 0.3em 0.3em 0.3em 1em;
  background-image: none;
  color:#aaa;
}

#paginas {
  clear:both;
  text-align:right;
  margin-top:20px;
  margin-bottom:10px;
  background-color:#111;
  padding: 8px 10px;
  font-size:90%;
}

#paginas a {
  padding:1px 5px;
  border:1px solid #FF6600;
  margin-right:3px;
  color:#aaa;
  text-decoration: none;
}

#paginas a:hover, #paginas a.activo {
  background-color:#FF6600;
  color:#fff;
}

/* --------------------------------------- */
/* --------------ETIQUETAS---------------- */
/* --------------------------------------- */
br {
	line-height: 0px;
	clear: both;
}
a:link, a:visited,a:hover, a:active {
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 140%;
	padding-bottom: 1em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ff6600;
	font-weight: normal;
	float: left;
	padding-top: 20px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding-bottom: 1em;
}
img {
	margin-bottom: 1em;
}
table {
	width: 100%;
	margin-bottom: 2em;
}
caption {
	font-weight: bold;
	text-align: left;
	padding-bottom: 1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
td,th {
	padding-top: 0.75em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-right: 0.4em;
	padding-left: 0.4em;
}
th {
  color:#ff6600;
  background-color:#222;
  border:none;
}
thead {
	font-size: 10px;
	color: #FF6600;
	vertical-align: top;
}
address {
	font-style: normal;
	line-height: 180%;
	font-size: 12px;
}
.lista {
	line-height: 140%;
	list-style-type: none;
	list-style-image: url(../img/raya.gif);
	list-style-position: outside;
	padding-left: 20px;
}
.lista li{
	padding-bottom: 1em;
}
/* --------------------------------------- */
/* --------------CLASES---------------- */
/* --------------------------------------- */
.submenu {
	list-style-type: none;
	margin-bottom: 4em;
}
.submenu li {
	padding-bottom: 1em;
	margin-bottom: 1em;
	background-image: url(../img/punteado.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.submenu a:link, .submenu a:visited {
	background-image: url(../img/flecha_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
	padding-left: 25px;
}
.submenu a:hover, .submenu a:active {
	color: #FF6600;
}
.descargas {
	list-style-type: none;
}
.descargas li {
	margin-bottom: 0.5em;
	background-image: url(../img/descarga.gif);
	background-repeat: no-repeat;
	height: 31px;
	padding-top: 10px;
}
.descargas li:hover {
	background-image: url(../img/descarga_on.gif);
}
.descargas a:link, .descargas a:visited {
	color: #FFFFFF;
	padding-left: 30px;
	font-size: 10px;
	font-weight: normal;
}
.solapas {
	list-style-type: none;
	height: 63px;
	display: block;
}
.solapas li{
	background-image: url(../img/solapa.gif);
	background-repeat: no-repeat;
	height: 28px;
/*	width: 118px;*/
	width: 83px;
	float: right;
	background-position: 0px 35px;
	padding-top: 33px;
}
.solapas li:hover{
	background-image: url(../img/solapa_on.gif);
}
.solapas a {
	color: #FFFFFF;
	padding-top: 10px;
	height: 18px;
/*	padding-left: 22px;*/
	padding-left: 17px;
	display: block;
	width: 71px;
}
.destacado {
	font-size: 14px;
	color: #FF6600;
	line-height: 130%;
	padding-bottom: 1em;
}
.destacado2 {
	color: #999999;
}
.destacado3 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 130%;
	padding-bottom: 1em;
}
.mapa {
	background-image: url(../img/fondo_plano.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	padding-top: 8px;
	margin-top: 2em;
}
.mapa a:link, .mapa a:visited{
	padding-left: 30px;
	font-weight: bold;
}
.mapa a:hover, .mapa a:active{
	color: #FFFFFF;
}
.ver_mas {
	background-image: url(../img/flecha_3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
}
.ver_mas:hover, .ver_mas:active{
	color: #FFFFFF;
}
.campo {
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	background-color: #000000;
	width: 295px;
	padding: 0.2em;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
	border: 1px solid #FF6600;
}
label {
	display: block;
	overflow: hidden;
}
.maquina {
	padding-bottom: 0.5em;
}
.maquina label{
	display: inline;
	padding-left: 1em;
	font-weight: bold;
	color: #FF6600;
}
.boton {
	background-image: url(../img/boton_enviar.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 88px;
	font-weight: bold;
	color: #FF6600;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
}
.boton:hover {
	color: #FFFFFF;
}
.colores {
	margin-bottom: 0em;
	margin-top: 1em;
}
