/* CSS Document */
body {
	text-align:center;
	margin:0 auto;	
	background-color:#504752;
	
	}

#botonera { 
	height:33px;
	text-align:center;
	margin:397px 0 0 0;
	padding:0 0 0 339px;
	}

#ingles, #espanol {
	width:82px;
	float:left;
	margin:0;
	padding:0;
}

.rollover {
  display: block;
  width: 82px;
  height: 33px;
  background: url(images/ingles_btn.jpg) no-repeat;
  text-indent: -9999px;
}

a.rollover:link { background: url(images/ingles_btn.jpg) no-repeat;}

a.rollover:visited { background: url(images/ingles_btn.jpg) no-repeat;}

a.rollover:hover {  background-position: -82px;}

a.rollover:active { background: url(images/ingles_btn.jpg) no-repeat;}


.rollover_2 {
  display: block;
  width: 82px;
  height: 33px;
  background: url(images/esp_btn.jpg) no-repeat;
  text-indent: -9999px;
}

a.rollover_2:link { background: url(images/esp_btn.jpg) no-repeat; }

a.rollover_2:visited { background: url(images/esp_btn.jpg) no-repeat;}

a.rollover_2:hover { background-position: -82px;}

a.rollover_2:active { background: url(images/esp_btn.jpg) no-repeat;}


	
#base{
	width:872px;
	margin: 0 auto;
	text-align:center;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#878191;
	padding:0;
	}
	

#base a {color:#878191; text-decoration:none;}
#base a:visited {color:#878191;}
#base a:hover {color:#666666;}
#base a:active {color:#878191;}

/*AGREGADOS 2011*/
#seccionBotonera{
	width:843px;
	height:539px;
	margin: 19px auto 17px auto;	
	text-align:center;
	background: url(images/principal_limpio.jpg) no-repeat 0 0;	
	border:1px solid #999999;	
	}

#contenedor{/*contenedor home/colecciones*/
	width:872px;
	height:570px;
	margin: 0 auto;
	text-align:left;
	border-top:1px solid #504752;
	}	

#barraFacebook{ position:absolute; z-index:2; width:823px; height:19px; display:block; background-color:#423A43; text-align:right;	margin:110px auto 0 auto; padding:0 20px 0 0;}
		#barraFacebook p { color:#C8C0C9; font:normal 8px Arial, Helvetica, sans-serif; display:inline-block; vertical-align:middle;  margin-top:-3px;}
		#barraFacebook a {display:inline-block;}
		#barraFacebook a img { border:none;}	
#flash { margin-top:7px;}



