/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16-may-2014, 10:37:27
    Author     : garrigueta
*/
@import url('fonts/Lao/stylesheet.css');
@font-face {
        font-family: "ITCLegacySansStdMedium";
        src: url('fonts/ITCLegacySansStdMedium/492950440-LegacySansStd-Medium.eot');
        src: url('fonts/ITCLegacySansStdMedium/492950440-LegacySansStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/ITCLegacySansStdMedium/492950440-LegacySansStd-Medium.svg#ITCLegacySansStdMedium') format('svg'),
        url('fonts/ITCLegacySansStdMedium/492950440-LegacySansStd-Medium.woff') format('woff'),
        url('fonts/ITCLegacySansStdMedium/492950440-LegacySansStd-Medium.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}
body{
    font-family:  'latoregular';
    color: grey;
    border:0px;
    background-image: url("../img/fondo/background_client.jpg");
}
.centred{
    margin-left: auto ;
    margin-right: auto ;
    width: 1100px ;
}
#container {    
    height: 680px;  
    //background-color:white;
    overflow: hidden;
    
}
#submenu {
    height: 200px;
}
#content {
    height: 580px;
    //background-image: url('../img/arbol-garrofers.png');
    /*opacity:0.3;
    filter:alpha(opacity=30);*//* For IE8 and earlier */
    }

span{
   /* opacity:1 !important;
    filter:alpha(opacity=100) !important;
    -moz-opacity:1.0;*//* For IE8 and earlier */
    }
a {
    text-decoration: none !important;
    color:#6699FF;
}
a, img, #content_obj ,.jspContainer {
    border:none!important;
    outline:none!important;
}
a:hover
{ 
/*text-shadow: 3px 3px buttonshadow !important;*/
}
.clear{
    clear: both;
}
/* HEADER */
#header_container{
    height:120px;
}
#logo{
   /* height:100px;*/
}
/* MENU */
#menu{
    height: 50px;
    text-align: center;
    font-size: 18px;
}
#menu_list ul {
    list-style-type: none;    
}
#menu_list li
{
    display: inline;
    margin-left:-10px;
    margin-right:70px;
}
#menu_list a{
  /*text-shadow: 4px 4px gainsboro;*/
}
#menu_container a {font-size: 18px;}
.active{
    color:grey!important;
}
/* SUBMENU */
#submenu_container{
    height:30px;
    text-align: center;
    font-size: 20px;
}
#submenu_list ul {
    list-style-type: none;    
}
#submenu_list li
{
    display: inline;
    margin-left:25px;
    margin-right:25px;
}
#submenu_list a{
  /*text-shadow: 4px 4px gainsboro;*/
}
/* LANG */
#lang_container{
    margin-left: 1050px;
    //visibility: hidden;
    /*text-shadow: 4px 4px gainsboro;*/
}
/* TEXT */
.titulo_texto_20{
    font-size:20px;
    color:#6699FF;
}
.texto_17{
    font-size:17px;
}
.texto_15{
    font-size:15px;
}
.texto_14{
    font-size: 14px;
}
/* CONTENT */
.shadow{
    box-shadow: 4px 4px 2px #ccc;
  -webkit-box-shadow: 4px 4px 2px #ccc;
  -moz-box-shadow: 4px 4px 2px #ccc;
}
.pie_foto{
    font-style:italic;
    font-size:12px;
}
/* FOTOS */
.mini ul{
    list-style-type: none;
    cursor: pointer;
}
.mini{
    margin-top: -10px;
}
/* AGENDA */
.img_container{margin-left:50px;float:left;height:120px;width:200px;}
.news_container{float:right;margin-right:50px;height:120px;width:500px;text-align:justify;text-justify:inter-word;}
.info_container{float:left;height:150px;width:500px;margin:0 50px;}

/* PUBLI */
#left_container{
    width:500px;
    height:86px;
    /*background-image: url("../img/fondo/promo.jpg");
    */z-index:-1;
}
#right_container{
    width:70%;
    height:80px;
    z-index:-1;
}
.dot{font-size: 25px;color:cadetblue;}
#button{width:200px;text-align:center;margin:0 auto;background-color: #BBBBBB;border:1px solid #BBBBBB;}
.contact-form{
    padding-top:20px;
}
.contact-form input{
    margin-left:10px;
    margin-bottom:10px;
    height:40px;
    width:220px;
}
.contact-form textarea{
    margin-left:10px;
    margin-bottom:10px;
}
#submit {
    width:150px;
    height:30px;
    background-color: #6699ff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius:2px;
    color: white;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    border:none;
    border:1px solid grey;
}

.button{
    float:right;
    margin-right: 30px;
}

#submit:hover {
    border: none;
    background:blue;
    box-shadow: 0px 0px 1px #777;
}