

/* General Demo Style */
body{
	
}
a{

}
a:hover{
}
.clr{
	clear: both;
}


.wrapper{
	position: relative;
	width: 100%;
}
.wrapper p{
	clear: both;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}

#container {
	
	width: 600px;
	height: 250px;
/*	background-color:#666;*/
	border: 1px solid #666;
	

}

 #enlaces{
	width:200px;
	height:50px;
	float:right;
	padding:0px;
	list-style:none;
}

#enlaces li {
	width:100px;
	height:50px;
	float:left;
	display:inline;
	text-indent:-9999px;

}
#descargate_catalogo {
	background-image:url(../../img/catalogo.png);
	background-repeat:no-repeat;
	text-indent:-999px;
	width:100px;
	height:50px;
	display:block;
}
#fb {
	background-image: url(../../img/facebook_comparte.png);
	background-repeat:no-repeat;
	width:100px;
	height:50px;
	display:block;
	text-indent:-999px;
}




#denominaciones_origen {
	background-image:url(../../img/background_2.png);
	background-repeat:repeat-x;
	width:900px;
	height:84px;
	margin:0;

}
#denominaciones_origen p{
	
	background-image:url(../../img/denominaciones_origen.png);
	background-repeat:no-repeat;
	width:900px;
	height:84px;
	text-indent:-9999px;
}