body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #711313;
	background-image: url(../img/body-bckg.jpg);
	background-repeat: repeat-x;
}
#vcal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #711313;
	float: right;
}


/* MENU PRINCIPAL*/
#menu {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#menu a {
	color:#000000;
}
#menu a:link {
	color:#000000;
	text-decoration: none;
}
#menu a:visited {
	color:#999999;
	text-decoration: none;
}
#menu a:hover {
	color:#000000;
	text-decoration: underline;
}
#menu a:active {
	color:#000000;
	text-decoration: none;
}

.img-izq-pad {
	margin-left: 15px;
	margin-bottom: 15px;
}

/* FOOTER */
#footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer a {
	color:#FFFFFF;
}
#footer a:link {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color:#999999;
	text-decoration: none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color:#FFFFFF;
	text-decoration: none;
}
#bottom {
	background-image: url(../img/footer-bottom.jpg);
	background-repeat: repeat-x;
	background-color: #EAEAEA;
	vertical-align: bottom;
	width: 100%;
	bottom: inherit;
	height: 100%;

}
#bottom p{
	width: 100%;
	bottom: inherit;
	height: 100%;
}
