@charset "utf-8";
/* CSS Document */
        a.enlaceTexto, .tituloTablon, a.novedades {
			font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:bold
		}
        a.enlaceTexto, .tituloTablon {
         	color:#006600;
        }	
		a.enlaceTexto, .tituloTablon{
			font-size:13px
		}
		a.novedades {
			font-size:12px
		}		
        a.enlaceTexto:link, a.enlaceTexto:hover, a.enlaceTexto:visited, a.novedades:link, a.novedades:hover, a.novedades:visited{
            text-decoration:none
        }
        a.enlaceTexto:hover, a.novedades:hover{
            color:black;background-color:#8bbe83              
        }							
		#downDiv{
			position:fixed;bottom:0;width:100%;z-index:103			
		}
		#downDivNegro{
			/*margin: 0 auto;*/
			border-left:2px solid black;border-right:2px solid black;
			border-top:2px solid black;
			width:506px;height:230px;	
		}
		#downDivBlanco{
			text-align:justify;
			background-image:url(../imagenes/imagesWeb/tablon.jpg);background-position:center;
			background-repeat:no-repeat;
			border-left:3px solid white;border-right:3px solid white;
			border-top:3px solid white;
			width:500px;height:230px
		}
		#cerrar{
			margin-right:15px;margin-top:24px;text-align:right		
		}
        #downContenido{
			position:relative;top:0px;left:65px;width:425px
        }		
		
/*opacity:.71;-moz-opacity:0.71;filter:alpha(opacity=71)        */		