body {
	margin: 0px;
	padding: 0px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
html, body {
	height: 100%;
}
td,tr {
}
p {
	margin: 0px;
	padding: 0px 0px 12px 0px;
}
h1 {
	font: 32px Georgia, "Times New Roman", Times, serif;
	color: #666;
	background: url(../images/fondo_header1.gif) no-repeat right bottom;
	display: block;
	width: 660px;
	border-bottom: solid 1px #000000;
	margin: 6px 0px 15px 0px;
	padding: 8px 0px 6px 0px;
	border-top: solid 1px #ccc;
}
h2 {
	font: bold 18px/22px Georgia, "Times New Roman", Times, serif;
	color: #FF66CC;
	margin: 6px 0px 15px 0px;
	padding: 8px 0px 6px 0px;
}
.clear {
	clear: both;
}
#template {
	width: 100%;
	height: 100%;
	background: #D3D5D7 url(../images/fondo.gif) repeat-y left top;
}
#container {
	width: 937px;
	height: 100%;
	/*height: auto !important;
	height: 600px;
	min-height: 600px;*/
	margin-left: 15px;
	background-image: url(../getbggalimage.php?width=900&height=948);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftCol {
	float: left;
	width: 216px;
	height: auto !important;
	height: 222px;
	min-height: 222px;
	background-image: url(../images/fondo_logo.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-right: 19px;
}
#leftCol img {
	float: left;
}
/* Navegacion */
#mainMenu {
	width: 179px;
	height: auto;
	margin-left: 37px;
	color: #FFFFFF;
	font: 15px/15px Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/transparente_n.png);
}
#mainMenu ul {
	margin: 0px;
	padding: 10px 4px 16px 8px;
}
#mainMenu li {
	text-transform: lowercase;
	list-style-type: none;
	padding: 9px 0px 9px 10px;
	background: url(../images/bullet.gif) no-repeat left 14px;
	margin: 0px;
}
#mainMenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainMenu a:hover {
	color: #FF99CC;
}
/*contenido*/
#contenido {
	height: auto !important;
	height: 600px;
	min-height: 600px;
	float: left;
	width: 660px;
	background-image: url(../images/transparente_b.png);
	padding: 12px;
}
