/* 
    Document   : style
    Created on : 31/07/2012, 03:13:02 PM
    Author     : Guillermo Medel
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
a{
    text-decoration: none;
}
img{
    border: 0px;
}
body{
    text-align:center;
    margin: 0;
    padding: 0;
    font-family: Tahoma,sans-serif;
    background-color: white;
}
.contenedor_principal{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    z-index: 100;
}
.inner{
    position:relative;
    width: 1024px;
    margin-left:auto;
    margin-right:auto;
}
.contenido{
    position: relative;
}
.contenido_principal{
    background-color: transparent;
    width: 1024px;
}
.main_contenido{  
    width: 1024px;
    position: relative;
}
.clear{
    clear: both;
}
.bottom{
    float: left;
    width: 1124px;
    height: 159px;
    position: fixed;
    bottom: 0;
}
/*Fin Estilos principales*/
/*Estilos HOME*/
.home_back{
    width: 100%;
    height: 100%;
    background-image: url('/resources/img/fondo.jpg')
}
.contenedor_home{
    width: 1024px;
    height: 768px;
    background-image: url('/resources/img/under_construction.png')
}
/*Fin Estilos HOME*/