/* CSS Document */

* {
padding: 0;
margin: 0;
} 

body {
	margin:0px; 
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	background-color: #fff;
	background-image:url(../images/fondo_lineas.gif);
	background-position:center;
	background-repeat:repeat-y;
	line-height:1.4em;
}

form {
  padding:0px;
  margin:0px;
}

input, select {
  font-size:9px;
}

.boton {
  font-weight: bold;
  font-size:12px;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover{
  color:#009900;
}


h1,h2 {
 margin-top:1em;
 margin-bottom:1.5em; 
}

h1 {
 font-size: 150%;	
}

h2 {
 font-size: 130%;
}

h3 {
  margin-bottom:0em;  
  font-size: 115%;
}

img {
  border:none;
}

p {
  margin-bottom:2em;  
}

td, th {
  padding: 0.2em 0.5em;
}

#container {
  width:900px;
  margin:0px auto;
  text-align:left;
  padding:0px;
  color: #000;
}

#header {
  background-image:url(../images/fondo_header.jpg);
  background-repeat:repeat;
  height: 95px;
}

#logo {
  padding:15px 30px;
  float:left;
}

#idiomas {
  text-align:right;
  margin-left:740px;
  padding-top:10px;
  font-size: 90%;
}

#idiomas a { 
  color:#666666;
}

#idiomas ul {
  list-style: none;
}

#idiomas li {
  float:left;
  padding-left:11px;
  margin-right:1em;
  background-image:url(../images/flecha_roja.gif);
  background-repeat:no-repeat;
  background-position: 0 6px;
}

#menu_sup {
  text-align:right;
  padding:0px 15px;	
  background-image:url(../images/fondo_menu.gif);
  background-repeat:repeat-x;
  height:21px;	
  clear:both;
}

#menu_sup.menu_orig a {
  border:none;
  color:#fff;  
  padding:4px 0.6em 0em 12px;  
  font-weight: bold;
}

#menu_sup.menu_orig ul li a{
  background-image:url(../images/flecha.gif);
  background-repeat:no-repeat;
  background-position: 0px 6px;  
  height:16px;
}

#menu_sup.menu_orig ul li ul {
  width:150px;
}

#menu_sup.menu_orig ul li ul li a {
  padding:0.5em 0.6em;
  background-color:#cc0023;
  background-image:none;  
}

#menu_sup.menu_orig a:hover{
  background-color:#E72830;
}

#menu_sup.menu_orig ul {
  width:90px;
  text-align:left;
}

#locator {
  font-size:90%;
  padding:0.5em 3em;
  border-bottom:1px solid #CCCCCC;
}

#locator a {
  text-decoration: underline;
  color:#999999;
}

#main {
  padding:15px;
}

#main ul {
  margin-left: 2em;
}


#main h2 {
  border-bottom:1px solid #aaa;
}

#footer {
  border-top: 1px solid #CCCCCC;
  padding:1em 1em 2.5em 1.5em;
  color:#888;
  font-size:85%;
  border-bottom:2em solid #fff;
  clear:both;
  background-image:url(../images/aenor.gif);
  background-position: 815px 8px;
  background-repeat:no-repeat;
  margin-top:2em;
}

#footer a {
  text-decoration:underline;
  color:#888;
}

#pages {
  clear:both;
  text-align:right;
  margin-top:2em;
}

.tile
{
  float:left;
  width:145px;
  height:180px;
  margin:12px;
  font-size: 80%; 
}

.tile p
{
  margin-top:5px;
  margin-bottom:5px;
}

.ficha_galeria
{
  float:left;
  width:132px;
  height:170px;
  margin:10px 10px 0 10px;
  font-size: 80%; 
}

.ficha_galeria img {
  border:1px solid #888;
}

.ficha_galeria p
{
  margin:3px 0;
}

.destacado {
  padding:15px;
  background-color:#e1dbd6;
}

#col_1_contenidos {
  width:200px;
  float:left;
  text-align: right;
  
}

#col_2_contenidos {
  margin-left:210px;
  width:470px;
}
