BODY {
	background: #f7f5f6; 
	color: #67696B; 
	margin: 0px;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
}
.body{
	text-align: center;
	padding: 0px;
	width: 720px;
	background-color: White;
}
.mainHeader{
	background: #1e2329;
	text-align: center;
	padding-top: 20px;
	
}
.headerTop{
	margin: 10px;
	background-color: White;
	text-align: left;
}
.headerButtons{
	background-color: White;
}
.headerButtonsText{ 
	background: url(../images/bg/header_buttons.png);
	height: 49px;
}
.headerButtonsText a{ 
	font-family:"Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 15px; 
	color: #8e9193; 
	text-decoration: none;
}
.headerButtonsText a:hover{
	color: #d3d3d3;
}

#container{
	padding-top: 7px;
	background-color: White;
}

/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
#imageMenu {
	position: relative;
	width: 500px;
	height: 200px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

#imageMenu ul li.planos a {
	background: url(../images/planos.jpg) repeat scroll 0%;
}

#imageMenu ul li.vinilos a {
	background: url(../images/vinilos.jpg) repeat scroll 0%;
}

#imageMenu ul li.impresiones a {
	background: url(../images/impresionDigital.jpg) repeat scroll 0%;
}

#imageMenu ul li.souvenirs a {
	background: url(../images/souvenirs.jpg) repeat scroll 0%;
}

#imageMenu ul li.regalos a {
	background: url(../images/regalos.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/
.leftBar{
	float: left;
	width: 200px;
	text-align: left;
	font-size: 12px;
	padding: 7px;
}
.leftBar h3{
	font-size: 16px;
	margin-bottom: 10px;
}
.leftBar a{
	color: #67696B;
	text-decoration: none;
}
.leftBar a:hover{
	color: #B70000;
	text-decoration: underline;
}

.contactBox{
	margin-top: 60px;
	font-size: 11px;
	border: 1px solid #CECECE;
	padding: 5px;
	background-color: #F9F9F9;
	color: #353535;
}

.homeNews {
	width: 470px;
	overflow: hidden;
	text-align: justify;
	margin-top: 15px;
}
.homeNews h2{
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: solid 1px #CECECE;
	color: #B22222;
}
.homeNewsImg{
	float: right;
	border: solid 1px #CECECE;
	margin: 5px;
}

.destacado{
	background-color: #F3E9E9;
	border: 1px solid #DFC4C4;
	color: #800000;
	width: 400px;
	padding: 10px;
	margin: 20px;
}

.footer{
	margin-top: 0px;
	margin-left: 0px;
	width: 720px;
	background-color: White;
}

.footer td{
	font-family: Arial, sans-serif; 
	color: #8e9193;
	font-size: 12px; 
}

.footer td a {color: #8e9193; text-decoration:none; font-size:12px; font-weight:normal; padding:0px 0px 10px 10px; text-transform:none; font-family:Arial;}
.footer td a:hover { text-decoration:underline; color:#B70000;}

#italliance{
	text-align: center;
	padding: 5px;
}
