/* CSS Document */


#contenedor{
	margin:0;
	padding:0;
	position:relative;
	background:url(bitmaps/fondo.jpg) left top no-repeat;
	height:350px;
}

#contenedor a:focus {outline: 0;}

#contenedor h2{
	background:url(bitmaps/h2.jpg) left top no-repeat;
	width:305px;
	height:92px;
	float:right;
	text-indent:-9999px;
	margin:20px 25px 0 0;
	_margin:20px 12px 0 0; 
	padding:0;
}

#contenedor ul{
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	top:350px;
	left:0;
	font-weight:bold;
	color:#000;
	line-height:19px;
	top:120px;
	left:420px;
}

#contenedor ul li{
	list-style-image:none;
	list-style-position:inside;
	margin:0;
	padding:0;
}

#legal{
	margin:0;
	padding:0;
	font-size:9px;
	text-align:justify;
	color:#666;
}

#legal span{
	color:#F00;
	font-weight:bold;
}

/*REDES SOCIALES */
#redes_sociales {
	background: url(bitmaps/bg_redes.png) top left no-repeat;
	position:absolute;
	top:395px;
	left:160px;
	width:397px;
	height:37px;
	clear:both;
	}

#redes_sociales {
        _background:transparent;  
        _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='estilos/bitmaps/bg_redes.png', sizingMethod='scale'); 
    	}
	
#facebook, #twitter, #compartir #google {display:inline;}

#facebook {
	float: left;
    height: 30px;
    left: 20px;
    margin: 8px 0 0 30px;
    top: 23px;
    width: 130px;
	}

#twitter {
	float: left;
    margin-top: 8px;
    width: 135px;
}

#google {
	float: left;
    margin-top: 8px;
}

