﻿/* ------------------------------------------- 
proyecto:    T-invito.com
fecha creación:       13/11/2009

Este documento utiliza una convención de nombres estructural.
------------------------------------------- */

body, html
{
    margin: 0;
    padding: 0;
    background-color: #fafafa !important;
    font-family: Trebuchet MS;
    color: #4e4e4e;
    font-size: 12px;
}

/* RE-SETS 
------------------------------------------- */
*
{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}



/* LAYOUT
------------------------------------------- */
#contenedor-pagina
{
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
}

#encabezado-pagina
{
    height: 155px;
    margin-bottom: 10px;
}


/* CONTENEDORES
------------------------------------------- */


/*CONTENEDOR LADO IZQUIERDO
------------------------------------------- */


#contenedor-izquierdo
{
    width: 200px;
    _width:100px;
    padding: 10px;
    _padding: 10px 1px 10px 10px; 
    float: left;
}


/*

CONTENEDOR DERECHA

-----------------------------------*/


#contenedor-derecha
{
    width: 200px;   
    padding: 10px;
    _padding: 10px 1px 10px 10px;
    float: right;
    
}





/*
   
CONTENEDOR CENTRAL

*/


#contenedor-central
{
    width: 560px;
    _width: 551px;
    overflow: hidden;
    padding-top: 10px;
    
}

.clear
{
    clear: both;
}


/*Ajax loader */

.visible
{
    display: block;
}

.invisible
{
    display: none;
}


.centrar-contenedor
{
    width: 450px;
    margin: 0 auto;
}

.centrar-contenedor .caja-texto
{
    width: 300px;
}

.tooltip
{
    display: block;
    top: 388px;
    color: Black;
    position: absolute;
    width: 200px;
    left: 992px;
    margin-top: 20px;
    background-color:#FFE37A;
    border:solid 1px #666666;
    padding:10px;
    text-align:justify;
    font-size:11px;
}


/*Sobre conTREEbute*/



#texto-contreebute
{
  font-size:13px;  
  text-align:justify;   
 
}

#sobre-contreebute
{
  float:left;
  width:370px;
  _width:340px;    
}

#unete
{
  text-align:center;
  font-size:15px;    
  margin-top:10px;
  margin-bottom:10px;
  font-weight:bold;
  
}


#nota
{
  margin-top:10px;    
  text-align:justify;
  margin-bottom:10px;
}

#foto-contreebute
{
  text-align:center;
  margin-top:10px;
  margin-bottom:10px;    
}


#tooltipObservacion,#tooltip
{
  color:Green;   
 }