/*
********************************************************
  CONTENEDOR GLOBAL
********************************************************
*/

body {
    background-color: #4D4D4D;
    color: #CCCCCC;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    text-align:center;                /* Esta mierda hay que ponerla para que i.e. centre nuestra capa global */
    }

#contenedor {
    position: relative;
    margin:auto;
    width:942px;
    }

    #cabecera {
        position: relative;
        top: 0px;
        left: 0px;
        width:942px;
        height: 95px;
        background-image: url('imagenes/cabecera.gif');
        }

    #cuerpo {
        float: left;
        top: 0px;
        left: 0px;
        width:942px;
        height: auto;
        background-image: url('imagenes/fondoazul.gif');
        }

        #wrapper {
            float: left;
            width: 783px;
            }

            #columnaizquierda {
                float: left;
                display: inline;                /* ESTA LÍNEA VA PARA QUE EL ASQUEROSO I.E. NO PONGA MARGEN DOBLE AL PRIMER ELEMENTO */
                width: 140px;
                height: auto;
                margin-left: 11px;
                color: #FFFFFF;
                text-align: justify;
                }

                div.menuizquierdo {
                    width: 140px;
                    height: auto;
                    background-image: url('imagenes/menuizquierdo-contenido.gif');
                    margin-bottom: 10px;
                    }

                    div.menuizquierdocabecera {
                        width: 140px;
                        height: 22px;
                        background-image: url('imagenes/menuizquierdo-cabecera.gif');
                        padding: 3px 0px 0px 20px;
                        text-align: justify;
                        font-weight: bold;
                        overflow: hidden;
                        background-repeat: no-repeat;
                        margin: 0px 0px 2px 0px;
                        }

                    div.menuizquierdopie {
                        width: 140px;
                        height: 3px;
                        background-image: url('imagenes/menuizquierdo-pie.gif');
                        overflow: hidden;
                        margin: 2px 0px 0px 0px;
                        }

            #columnacentral {
                float: right;
                width: 624px;
                height: auto;
                background-image: url('imagenes/contenidocontenido.gif');
                overflow: hidden;
                background-repeat: repeat-y;
                font-size: 11px;
                padding: 0px;
                }

                #centrocabecera {
                    width: 624px;
                    height: 15px;    
                    background-image: url('imagenes/contenidocabecera.gif');
                    overflow: hidden;
                    background-repeat: no-repeat;
                    margin: 0px 0px 2px 0px;
                    }

                    div.elemento {
                        float: left;
                        left: 22px;
                        width: 580px;
                        height: auto;
                        margin-left: 22px;
                        margin-bottom: 10px;
                        font-size: 11px;
                        background-image: url('imagenes/elemento-contenido.gif');
                        overflow: hidden;
                        background-repeat: repeat-y;
                        display: inline;
                        }
                        
                        div.elementocabecera {
                            width: 580px;
                            height: 22px;
                            background-image: url('imagenes/elemento-cabecera.gif');
                            text-align: justify;
                            font-weight: bold;
                            color: #FFFFFF;
                            padding: 3px 0px 0px 20px;
                            overflow: hidden;
                            background-repeat: no-repeat;
                            margin-bottom: 5px;
                            }
                        
                        div.elementopie {
                            width: 580px;
                            height: 3px;
                            background-image: url('imagenes/elemento-pie.gif');
                            overflow: hidden;
                            background-repeat: no-repeat;
                            }

                #centropie {
                    float: left;
                    width: 624px;
                    height: 17px;    
                    background-image: url('imagenes/contenidopie.gif');
                    }

        #columnaderecha {
            float: right;
            display: inline;                    /* ESTA LÍNEA VA PARA QUE EL ASQUEROSO I.E. NO PONGA MARGEN DOBLE AL PRIMER ELEMENTO */
            margin-right: 11px;
            width: 140px;
            height: auto;
            color: #FFFFFF;
            text-align: justify;
            }

            div.menuderecho {
                width: 140px;
                height: auto;
                background-image: url('imagenes/menuderecho-contenido.gif');
                margin-bottom: 10px;
                }

                div.menuderechocabecera {
                    width: 140px;
                    height: 22px;
                    background-image: url('imagenes/menuderecho-cabecera.gif');
                    padding: 3px 0px 0px 20px;
                    color: #FFFFFF;
                    text-align: justify;
                    font-weight: bold;
                    overflow: hidden;
                    background-repeat: no-repeat;
                    margin: 0px 0px 2px 0px;
                    }

                div.menuderechopie {
                    width: 140px;
                    height: 3px;
                    background-image: url('imagenes/menuderecho-pie.gif');
                    overflow: hidden;
                    background-repeat: no-repeat;
                    margin: 2px 0px 0px 0px;
                    }

    #pie {
        float: left;
        top: 0px;
        left: 0px;
        width:942px;
        height: 15px;
        background-image: url('imagenes/pie.gif');
        }

/*
--------------------------------------------------------
*/

.menuizquierdo li {
    color: #FFFFFF;
    padding-left: 10px;
    line-height: 120%;
    text-align: justify;
    clear: both;
    list-style: none;
    background-image: url('imagenes/menuizquierdo-circulo.gif');
    background-position: left center;
    background-repeat: no-repeat;
    }
   
.menuizquierdo ul {
    margin: 0px;
    padding-left: 4px;
    text-indent: 0px;
    color: #D9D9D9;
    line-height: 120%;
    text-align: justify;
    clear: both;
    }

.menuizquierdo a:link { 
    font-size:11px;
    text-decoration: none; 
    color: #FFFFFF;
    font-weight: normal;
    }

.menuizquierdo a:visited { 
    text-decoration: none; 
    color: #FFFFFF;
    font-weight: normal;
    }

.menuizquierdo a:hover, a:active { 
    text-decoration: underline; 
    color: #FDD482;
    font-weight: normal;
    }

.menuderecho li {
    color: #FFFFFF;
    padding-left: 10px;
    line-height: 120%;
    text-align: left;
    clear: both;
    list-style: none;
    background-image: url('imagenes/menuderecho-circulo.gif');
    background-position: left center;
    background-repeat: no-repeat;
    }

.menuderecho ul {
    margin: 0px;
    padding-left: 4px;
    text-indent: 0px;
    color: #D9D9D9;
    line-height: 120%;
    text-align: left;
    clear: both;
    }

.menuderecho a:link { 
    font-size:11px;
    text-decoration: none; 
    color: #FFFFFF;
    font-weight: normal;
    }

.menuderecho a:visited { 
    text-decoration: none; 
    color: #FFFFFF;
    font-weight: normal;
    }

.menuderecho a:hover, a:active { 
    text-decoration: underline; 
    color: #FDD482;
    font-weight: normal;
    }

#columnacentral p {
    color: #CCCCCC;
    padding: 0px;
    margin: 0px 20px 10px 20px;
    text-align: justify;
    line-height: 140%;
    }

.noticia {
    color: #CCCCCC;
    padding: 0px;
    margin: 0px 20px 10px 20px;
    text-align: justify;
    line-height: 140%;
    }    
    
#columnacentral b {
    color: #FFFFFF;
    font-weight: bold;
    }

#columnacentral strong {
    color: #FFFFFF;
    font-weight: bold;
    }
    
#columnacentral ul {
    margin: 0px 50px 10px 0px;
    padding-left: 40px;
    text-indent: -10px;
    color: #D9D9D9;
    line-height: 140%;
    text-align: justify;
    clear: both;
    }
    
#columnacentral ol {
    margin: 0px 50px 10px 60px;
    padding-left: 0px;
    text-indent: -10px;
    color: #D9D9D9;
    line-height: 140%;
    text-align: justify;
    clear: both;
    }

#columnacentral ul li {
    padding-left: 20px;
    list-style: none;
    background-image: url('imagenes/circulo2.gif');
    background-position: left top;
    background-repeat: no-repeat;
    }
    
#columnacentral ol li {
    padding-left: 5px;
    }        

#columnacentral h1 {
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	margin: 20px 20px 10px 15px;
	padding-left: 18px;
	font-weight: bold;
	background-image: url('imagenes/flecha.gif');
	background-repeat: no-repeat;
	}

#columnacentral h2 {
    color: #A0B0FF;
    text-align: left;
    font-size: 18px;
    margin: 20px 20px 10px 20px;
    font-weight: bold;
    }

#columnacentral h3 {
    color: #869AFF;
    text-align: left;
    font-size: 16px;
    margin: 20px 20px 10px 20px;
    font-weight: bold;
    }
    
#columnacentral table {
    margin: auto;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    color: #D9D9D9;
    text-align: justify;
    border: 0px #5363B3 solid;
    border-collapse:collapse;
    clear: both;
    margin-bottom: 10px;
    }
    
#columnacentral td {
    border: 1px #5363B3 solid;
    margin: 0px;
    padding: 5px;
    vertical-align:top;
    }

#columnacentral th {
    color: #FFFFFF;
    border: 1px #5363B3 solid;
    margin: 0px;
    padding: 5px;
    vertical-align:top;
    background-color: #49548C;
    }

#columnacentral a:link { 
    text-decoration: none; 
    color: #FFB266;
    font-weight: normal;
    }

#columnacentral a:visited { 
    text-decoration: none; 
    color: #FFB266;
    font-weight: normal;
    }

#columnacentral a:hover, a:active { 
    text-decoration: underline; 
    color: #FDD482;
    font-weight: normal;
    }
    
.pagelink,
.pagelinklast,
.pagecurrent {
    background: #5363B3;
    border: 1px solid #072A66;
    padding: 1px 3px 1px 3px;
}

.pagelinklast {
    background: #5363B3;
}

.pagecurrent {
    background: #4D4D4D;
}

.pagelink a:active,
.pagelink a:visited,
.pagelink a:link,
.pagelinklast a:active,
.pagelinklast a:visited,
.pagelinklast a:link,
.pagecurrent a:active,
.pagecurrent a:visited,
.pagecurrent a:link {
    text-decoration: none;
}

#ficha p {
    color: #CCCCCC;
    padding: 0px;
    margin: 0px 20px 10px 20px;
    text-align: justify;
    line-height: 140%;
    }

#ficha strong {
    color: #FFFFFF;
    font-weight: bold;
    }

#ficha table {
    margin: auto;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    color: #D9D9D9;
    text-align: justify;
    border: 0px #5363B3 solid;
    border-collapse:collapse;
    clear: both;
    margin-bottom: 10px;
    }    
    
#ficha td {
    border: 1px #5363B3 solid;
    margin: 0px;
    padding: 5px;
    vertical-align:top;
    }

#ficha th {
    color: #FFFFFF;
    border: 1px #5363B3 solid;
    margin: 0px;
    padding: 5px;
    vertical-align:top;
    text-align:center;
    background-color: #49548C;
    }

a:link { 
    font-size:11px;
    text-decoration: none; 
    color: #FFFFFF;
    font-weight: normal;
    }

a:visited { 
    text-decoration: none; 
    color: #FFFFFF;
    font-weight: normal;
    }

a:hover, a:active { 
    text-decoration: underline; 
    color: #FDD482;
    font-weight: normal;
    }
    
.flotanteizquierda {
	margin-right: 30px;
	float: left;
	}
	
.flotantederecha {
	float: right;
	}
	
.centrada {
	margin: auto;
	display: block;
	border: 1px #FF7E00 solid;
	}

input.texto {
    background-color: #fff9eb;
    font-size: 8pt;
    font-family: Tahoma, Arial, sans-serif;
    height: 14px;
}	
	
input, textarea, select {
	background-color: #5363B3;
	border: 1px #FF7E00 solid;
	color: #FFFFFF;
	vertical-align: sub;
	}

textarea {
	vertical-align: top;
	}

input.boton {
	background-color: #FF7E00;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px #FFC162 solid;
	}

form {
	margin-bottom: 10px;
	}
	
.formulario table {
    margin: auto;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    text-align: justify;
    border: 0px #5363B3 solid;
    border-collapse:collapse;
    clear: both;
    margin-bottom: 10px;
    border: 0px #5363B3 solid;
    }
    
.formulario td {
    border: 0px #5363B3 solid;
    margin: 0px;
    padding: 5px;
    vertical-align:top;
    }	

li.digg {
    color: #FFFFFF;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 120%;
    text-align: justify;
    clear: both;
    list-style: none;
    background-image: url('/plugins/socialbookmarks_plugin/imagenes/digg.gif');
    background-position: left center;
    background-repeat: no-repeat;
    }  
    
li.furl {
    color: #FFFFFF;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 120%;
    text-align: justify;
    clear: both;
    list-style: none;
    background-image: url('/plugins/socialbookmarks_plugin/imagenes/furl.gif');
    background-position: left center;
    background-repeat: no-repeat;
    }  
    
li.delicious {
    color: #FFFFFF;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 120%;
    text-align: justify;
    clear: both;
    list-style: none;
    background-image: url('/plugins/socialbookmarks_plugin/imagenes/delicious.gif');
    background-position: left center;
    background-repeat: no-repeat;
    }    
    
li.technorati {
    color: #FFFFFF;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 120%;
    text-align: justify;
    clear: both;
    list-style: none;
    background-image: url('/plugins/socialbookmarks_plugin/imagenes/technorati.gif');
    background-position: left center;
    background-repeat: no-repeat;
    }        
    
.anuncioCentrado {
  text-align: left;
  width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.imagenBrokenLink {
	cursor:pointer;
}

.textoRojoNegrita {
    color: #FF0000;
    font-weight: bold;
    }  

/*
********************************************************
  PROBLEMATICOS CON MSIE
********************************************************
*/

#fichaOculta { 
	visibility:hidden;
	position:absolute;
	width:572px;
	height:355px;
	top:38px;
	left:32px;
    top: expression('30px');
    left: expression('5px');	
	background-color: #071c46;
	}

   
#logo {
	background-color:transparent;
	z-index:80;
	position:absolute;
	top:120;
	top: expression('0px');
	left:150;
	left: expression('0px');
	width:143px;
	height:90px;
	margin-left:11px;
	margin-top:0px;
	cursor:pointer;
}