@charset "UTF-8";



body {
	background-color: #b1b1b1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;

}
#cabezal {
	height: 73px;
	background-image: url(../img/cabezal.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #333;
	text-align: right;
	padding-top: 52px;
}
#accordion {
	height: 542px;
	background-image: url(../img/bg_accordion.jpg);
	width: 825px;
	background-repeat: no-repeat;
}


#container
{
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
}


#contacto {
	width: 100%;
	background-image: url(../img/bg_contact.jpg);
	height: 100%;
	padding-left: 25px;
}

