

/** Fichero de estilos de Acumula
*Proyecto: CLINER 10 de abril de 2008 San Ezequiel
*@Autor: Bernardo Alemany
*/


/*Colores
rojo corporativo #FC350B
degradado del rojo #FFAC9B
un crema de fondo #faeed1
*/

/*generales de diseņo*/
html {
    height: 100%;
    width: 100%;
    bottom: 0px;
    top: 0px;
  }


body {
    font-family: Verdana, Helvetica, sans-serif;
    margin: 0;
    height: 100%;
    overflow: auto;
    top: 0px;
  }

.general {

    top: 0px;
    width: 900px;
height:100%;

  }
  
.ancha { background-color: #FFAC9B; }
.estrecha {background-color: #FC350B;
width:10px; }

.menu {
    width: 180px;
    background-color: #FFAC9B;
    line-height: 30px;
    padding-right: 10px;
    text-align: right;
  }


  
.dintel {
    height: 150px;
    background-image: url(../images/acumula-logo.jpg);
    background-position: 15px 20px;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-right: 15px;
    font-size: 0.70em;
    color: #505050;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
  }

.www{border-style:solid; border-width:1px; border-color:#FFAC9B; text-align:center; width:110; cursor:pointer; cursor:hand; float:right;  }
  
  .foto {
    float: right;
    width: 208px;
padding-bottom:10px;
    padding-right:10px;
    background-color:#ffffFF
  }


.pie {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    height: 100px;
  }


  
.zona {
   position:absolute;
   left:0px;
   top:0px;
   width:492px;
   min-height:581px;
 }
 
.sedes {
   position:absolute;
   left:0px;
   top:0px;
   background-color:#ffffff;
   width:492px;
   height:auto;
   padding-top:4px;
 }
  
/**de los textos*/

.texto {
    font-size: 0.75em;
    color: #262626;
    font-weight: normal;
    text-decoration: none;
    text-align: justify;
    vertical-align: top;
    letter-spacing: 1px;
    padding-left:10px;
    padding-right:10px;
  }

.txtpie {
    text-align: center;
    font-size:0.65em;
    color:#FC350B;
    letter-spacing: 1px;
  }


.titulo {
    color: #FC350B;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    text-align: left;
        padding-left:10px;
  }


.destacado {
    color : #5B5B5B;
    font-weight : bold;
  }

  .form {
    font-size: 0.75em;
    color: #262626;
    font-weight: normal;
    text-decoration: none;
    background-color: #FFAC9B;
    text-align: left;
  }

.lista {

    color : #262626;
    font-size: 0.75em;
        letter-spacing: 1px;
    font-weight : normal;
    list-style-type : circle;
    padding-top : 10px;
    text-align : left;
    text-decoration : none;
  }

/**de los enlaces*/



a.opcion {
    color: black;
    font-size: 0.80em;
    font-weight: normal;
    margin-right: 0px;
    text-align: right;
    text-decoration: none;
  }


a.opcion:hover {
    text-decoration: none;
  }


a.grupo {
    color : #197c29;
    text-decoration: none;
  }


a.grupo:visited {
    color : #FC350B;
  }


a.pielegal {
    color:#FC350B;
    letter-spacing: 1px;
  }


a.opcpie {
    color : #FC350B;
    font-weight : bold;
    text-decoration : none;
  }

/**
*Fin del fichero
*/
