/* CSS Document */

* {
padding: 0;
margin: 0;
} 

.clear_fix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

body {
	margin:0px; 
	padding:0px;
	text-align:center;
	font-family: "Trebuchet MS", verdana;
	font-size:70%;
	background-color:#bbb;
}

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

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

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

a:hover{
  color:#8CC221;
}

h1, h2, h3 {
  font-stretch: expanded;  
}

h1{
 font-size: 125%;	
}

h2{
 font-size: 110%;
}

h3{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
}

img{
  border:none;
}

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

td, th {
  padding: 0px 4px 0px 4px;
  border-bottom:1px dotted #CCCCCC;  
}

th {
  border-bottom:1px solid #000;  
}

#container {
	width:760px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-color:#fff;
	color: #000;
	background-image:url(../images/fondo.gif);
	background-repeat:repeat-y;
}

#idioma {
  float:left;
  width:221px; 
  padding:20px 12px 0px 12px;
  font-size:10px;
}

#idioma a {
  color:#666666;
}

#idioma a:hover {
  color:#000;
}

#idioma img {
  margin:0px 4px -2px 8px;
}

#menu_sup {
  background-color:#edf1e8;
  margin-left:261px;
  padding: 25px 20px 15px 20px;
  font-size:85%;
  font-weight:bold;
}

#menu_sup ul {
  overflow:hidden;
  width:100%;    
  list-style: none;
}

#menu_sup li {
  float:left;
  margin-right: 10px;
  padding-left: 10px;
  padding-top:10px;
  padding-bottom:10px;  
  background-image:url(../images/cor_izq.gif);
  background-repeat: no-repeat;
  background-position: left;
}

#menu_sup .imagen {
  padding-top:0px;
  background-image:none;  
}

#menu_sup .imagen a {
  background-image:none;
  padding: 0px;  
}

#menu_sup a {
  color:#4c4a4b;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;  
  background-image:url(../images/cor_der.gif);
  background-repeat: no-repeat;
  background-position: right;
}

#menu_sup a:hover {
  color:#8CC221;
}

#columnas {
  clear:both;
}

#col_left {
  width:261px;
  float:left;
}

#logo {
  background-image:url(../images/fondo_logo_actia.gif);
  height:160px;
  padding:20px 20px 150px 20px;
  background-repeat:no-repeat;
  color:#fff;
}

#logo p {
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;  
  color:#8cc221;  
}

#col_right {
  float:left;
  width:499px;
  background-color:#edf1e8;     
}

#menu_lat {
  padding:40px 45px 20px 35px;  
  background-color:#fff;
}

#menu_lat ul {
  list-style-type: none;
}

#menu_lat li {
  border-bottom:1px solid #8cc221;
  padding: 2px 0px 2px 12px;
  background-image: url(../images/punto.gif);
  background-repeat:no-repeat;
  background-position: 2px 50%;
}

#foto {
}

#main {
   padding:20px 20px 0px 20px;
   background-color:#edf1e8;
   color:#555;
   width:459px;
   min-height: 330px;
}

#main p {
  text-align: justify;
}

#main .entradilla {
  color:#5C705E;
  font-size:100%;
  font-weight:bold;
}

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

#main h1 {
  font-size:100%;
  border-bottom:1px dotted #8CC221;
  margin-bottom:0.5em;
  padding-bottom:0.2em;
  color:#5C705E;
  font-weight: normal;  
  text-transform:uppercase;
}

#main h2 {
  font-size:250%;
  color:#666666;
  margin-bottom:1em;
  font-weight:normal;
  line-height:1.1em;
}

#main h3 {
  font-size:150%;
  color:#666666;
  margin-bottom:1em;
  font-weight:normal;
  line-height:1.1em;
}

#fondo_footer {
  background-color:#bbb;
  padding-bottom:20px;
  clear:both;
}

#direccion {
  color:#666666; 
  font-size: 85%;
  line-height:1.1em;
  clear:both;
  background-image:url(../images/fondo_columnas.gif);
  background-repeat:repeat-y;
  padding: 0px 0px 10px 35px;
}

#footer {
  background-color:#8CC221;  
  clear:both;
  margin-left:261px; 
  padding:12px 10px;
  color:#555;
  font-size:85%;
}

#footer a:hover {
  color:#FFFFFF;
}

#footer ul {
  list-style-type: none;  
  overflow:hidden;
  width:100%;    
}

#footer li {
  float:left;
  margin: 0px 0px;
  padding: 0px 12px;  
  border-right:1px solid #fff;  
}

.color_destacado {
  font-weight: bold;
}

.ficha_destacado {
  padding:10px;
  background-color:#fff;
  color:#666666;
  float:left;
  width:110px;
  margin-right: 12px;
  margin-bottom: 5px;
  font-size: 85%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;  
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;    
}

.ficha_destacado img, .ficha_obra img {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;  
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;    
}

.ficha_obra {
  padding:10px;
  background-color:#fff;
  color:#666666;
  float:left;
  width:150px;
  margin-right: 12px;
  margin-bottom: 10px;
  font-size: 85%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;  
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;    
  text-align: left;  
}

.ficha_obra p, .ficha_destacado p {
  line-height: 1.4em;
}

.ficha_promocion {
  background-color:#fff;  
  padding:10px;
  overflow: hidden;
  width:435px;
  line-height: 1.3em;
  margin-bottom:2px;
}

.datos_ficha {
  padding-left:10px;
  border-left:1px solid #999999;
  float:left;
  width:220px;
}

.ficha_promocion img {
  float:left;
  margin-right: 20px;
}

.ficha_promocion a {
  text-decoration: underline;
}

.ficha_promocion label {
  font-weight: bold;
  color:#8CC221;
}

.nota {
  font-size: 9px;
  color:#888;
  line-height: 1.2em;
}

.menu_activo 
{
  background-color:#ddd;
}
