/* 
Document   : structure
Created on : 19-nov-2009, 23:35:44
Author     : adrian
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#superior {
    min-height:100px;
}

#cabecera {
    padding: 3px 0 0 0;
    vertical-align: middle;
}

#buscador {
    float: left;
}

#adsense {
    text-align: right;
    height: 100%;
    vertical-align: bottom;
    padding: 10px 0px 0px 54px;
    float:left;
}

#contenedorprincipal {
    width: 100%;
    font-size: 80%;
}

#colCentral {
    width: 71%;
    float: left;
    padding: 0px;
    margin-right: 1%;
    min-height: 500px;
    display: block;
}

#colDerecha {
    width: 28%;
    float: left;
    min-height: 500px;
}

#pie {
    margin-top: 10px;
    padding: 5px 0 0 0;
    font-size: 0.6em;
    color: #900000;
    clear: both;
}

