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

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
    /*background:#7BB381 url(bg.png) repeat scroll left top;
    font-family:Verdana,Helvetica,Sans-Serif;
    font-size:0.71em;
    line-height:1.3em;
    margin:0;
    padding:0;*/
    font-family: arial,sans-serif;
}

a img {
    text-decoration: none;
    border: 0px;
}

.buscador {
    float: left;
}

.buscadorBoton {
    font-size: 0.9em;
    height: 1.85em !important;
    margin-bottom: 0.1em;
}

.buscadorBusqueda {
    font-size: 1em;
    margin-bottom: 0.2em;
    vertical-align: bottom;
    border: 1px solid #900000;
}

.contenido, .contenidoConFondo {
    border: 1px solid #900000;
    padding: 4px;
    margin: 0px 10px 10px 0px;
}

.contenido {
    min-height: 280px;
}

.contenidoAdsense {
    float: right;
    background-color: #ffffff;
    padding: 2px 12px 2px 10px;
    display: block;
}

.contenidoConFondo {
    background-color: #900000;
}

.contenidoConFondo ul, .contenido ol {
    margin: 0px;
    padding: 5px;
}

.contenidoConFondo ul {
    list-style-type: none;
}

.contenido ol {
    padding-left: 25px;
}


.contenidoConFondo ul, .contenido ol {
    background-color: #f8f8f8;
}

.contenidoConFondo .tituloBloque {
    color: #ffffff;
}

.listaEstrenos li {
    padding-bottom: 3px;
    border-bottom: 1px solid #900000;
}

.listaEstrenos a {
    color: #000000;
    text-decoration: none;
}

.listaEstrenos a:hover {
    color: #900000;
}

.div3cols, .div3colsLastColumn {
    float: left;
    padding: 0px;
    border: 1px solid #e8e8e8;
    min-height: 280px;
}

.div3cols p, .div3colsLastColumn p {
    padding: 0px 10px;
}

.div3cols a, .div3colsLastColumn a {
    color: #900000;
    text-decoration: none;
}

.div3cols a:hover, .div3colsLastColumn a:hover {
    text-decoration: underline;
}

.tituloBloque {
    font-weight: bolder;
    color: #900000;
    padding: 4px 2px;
    margin: 0px;
    font-size: 0.9em;
    text-transform: uppercase;
}

.div3cols .tituloBloque, .div3colsLastColumn .tituloBloque {
    background-color: #ce9595;
    padding: 6px 4px 2px 4px;
    height: 25px;
    text-align: center;
}

.div3cols {
    width: 32%;
    margin-right: 1%;
    background-color: #f8f8f8;
}

.div3colsLastColumn {
    width: 32%;
    background-color: #f8f8f8;
}

.oculto {
    display: none;
}

.visible {
    display: inline;
}

#comoBuscar li {
    font-size: 1em;
    margin: 6px 0px;
    
}

