* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #AC00AC;
	text-align: center;
}
table {	/* Netfirms banner hack. Se puede mejorar usando "body > table, body > table > table" pero en IE 6 no anda */
	display: none;
}
#caldiv table {	/* excepciones a la regla anterior (tablas que deben mostrarse) */
	display: block;
}
#contenedor {
	width: 760px;
	background-color: #D5ABFF;
	padding: 0 10px;
	border-right: 4px solid #9966FF;
	border-bottom: 4px solid #9966FF;
	border-left: 4px solid #9966FF;
	margin-bottom: 16px;	/* no funca en IE6 */
}
#header {
	background: transparent url(img/header_back.jpg) no-repeat top left;
	width: 100%;
	height: 170px;
}
#menu {
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}
#menu ul {
	list-style-type: none;
	padding: 4px 0;
}
#menu ul li {
	display: inline;
	margin: 0 -2px 0 -2px;
}
#menu ul li a {
	color: #FFFFFF;
	background-color: #000000;
	padding: 4px 14px;
	text-decoration: none
}
#menu ul li a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
#menu ul li.on a, #menu ul li.on a:hover {
	color: #000000;
	background-color: #D5ABFF;
}
#contenido {
	background: #AC00AC url(img/content_footer.gif) no-repeat center bottom;
	width: 100%;
}
/* Altura de contenido = (300px * cant info) + 16px */
.cont_height2 {
	height: 616px
}
.cont_height3 {
	height: 916px
}
.cont_height5 {
	height: 1516px
}
.cont_height_ubic {
	height: 891px
}
.cont_height_reser {
	height: 509px
}
.infobox {
	text-align: left;
	float: left;
	height: 300px;
	width: 320px;
}
.slide {
	text-align: left;
	float: right;
	height: 300px;
	width: 440px;
}
.slide img {
	width: 386px;
	height: 257px;
	margin-right: 48px;
	margin-top: 18px;
	border: 3px solid #9966FF;
	position: absolute;
}
.slide .transp_frame {
	background: transparent url(img/round_frame.gif) no-repeat top left;
	width: 392px;
	height: 263px;
	position: relative;
	top: 18px;
	left: 0;
}
.video {
	text-align: left;
	float: right;
	height: 300px;
	width: 380px;
	padding-top: 18px;
	padding-right: 24px;
	background: transparent url(img/video_back.gif) no-repeat top left;
}
#footer {
	background-color: #D5ABFF;
	padding: 6px 0;
	width: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
	color: #9966FF;
}
#ubic_cont {
	width: 664px;
	height: 600px;
	margin-top: 18px;
}
#ubic_cont #mapa {
	float: left;
	width: 489px;
	height: 598px;
	border: 1px solid #AA057B;
	background: #D5ABFF url(img/mapa_back.gif) no-repeat top left;
}
#ubic_cont #datos {
	float: right;
	width: 155px;
}
#reser_cont {
	width: 662px;
	margin-top: 18px;
	padding: 5px 0 5px 0;
	border: 1px solid #AA057B;
	border-spacing: 0px;
	background-color: #D5ABFF;
	color: #000000;
	font: 12px/20px Arial, Helvetica, sans-serif;
}
#reser_cont div {
	width: 100%;
	height: 24px;
	display: table-row;
}
#reser_cont label {
	width: 114px;
	text-align: right;
	display: table-cell;
}
#reser_cont label.req {
	font-weight: bold;
}
#reser_cont input {
	width: 140px;
	margin: 0 0 0 18px;
	border: 1px solid #AA057B;
	padding: 0 5px;
	background-color: #FFF;
}
#reser_cont input.cal {
	width: 119px;
	margin-right: 4px;
}
#reser_cont textarea {
	width: 556px;
	height: 80px;
	border: 1px solid #AA057B;
	margin: 0 0 5px 0;
	padding: 0 5px;
	background-color: #FFF;
}

/* CSS CONTAINER BOX BEGIN */
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.cssbox {
	width: 224px;
	padding-left: 48px;
	padding-top: 18px;
}
.cssbox_large {
	width: 664px;
	padding-top: 18px;
}
.cssbox_ubic {
	width: 100%;
	padding-bottom: 18px;
}
.cssbox_head {
	height: 30px;
	background-image: url(img/cssbox_center.jpg);
}
.cssbox_head_text {
	height: 23px;
	padding: 7px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
h3.cssbox_head_text {
	padding: 10px 0 0 0;
	font-size: 13px;
}
.cssbox_head_text .sub {
	font-size: 14px;
	float: right;
	padding: 2px 0 1px 0;
}
.cssbox_head_text .hide {
	display: none;
}
.cssbox_content {
	padding: 5px;
	color: #000000;
	border-width: 1px;
	border-spacing: 0px;
	border-style: none solid none solid;
	border-color: #AA057B;
	background-color: #D5ABFF;
	text-align: justify;
	font: 12px/20px Arial, Helvetica, sans-serif;
}
.cssbox .cssbox_content {
	height: 200px;
}
.cssbox_large .cssbox_content {
	border-style: none solid solid solid;
}
.cssbox_ubic .cssbox_content {
	border-style: none solid solid solid;
	font: 11px/14px Arial, Helvetica, sans-serif;
}
.cssbox_content a {
	text-decoration: none;
	color: #000000;
}
.cssbox_content a:hover {
	text-decoration: underline;
	color: #9966FF;
}
.cssbox_content ul {
	margin: 0 5px 0 2px;
	text-align: left;
	list-style: url(img/icono_lista.gif) inside;
}
.cssbox_content ol {
	margin: 0 5px 0 22px;
	text-align: left;
}
.cssbox_content li {
	margin: 0;
}
.cssbox_content li a {
	text-decoration: none;
	color: #000000;
}
.cssbox_content li a:hover {
	text-decoration: underline;
	color: #9966FF;
	padding-right: 20px;
	background: transparent url(img/icono_play.gif) no-repeat center right;
}
.cssbox_footer {
	padding: 0 5px;
	color: #000000;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none solid solid solid;
	border-color: #AA057B;
	background-color: #D5ABFF;
	text-align: center;
	height: 22px;
	font: 12px/20px Arial, Helvetica, sans-serif;
}
.cssbox_footer a {
	text-decoration: none;
	color: #000000;
}
.cssbox_footer a:hover {
	text-decoration: underline;
	color: #9966FF;
}
.cssbox_footer a.link_ant {
	padding: 0 10px 0 20px;
	background: transparent url(img/icono_ant.gif) no-repeat bottom left;
}
.cssbox_footer a.link_sig {
	padding: 0 20px 0 4px;
	background: transparent url(img/icono_sig.gif) no-repeat bottom right;
}
.cssbox_footer a.link_play {
	padding: 0 17px 0 0;
	background: transparent url(img/icono_play.gif) no-repeat bottom right;
}
.cssbox_footer a.link_stop {
	padding: 0 18px 0 0;
	background: transparent url(img/icono_stop.gif) no-repeat bottom right;
	display: none;
}
/* CSS CONTAINER BOX END */

/* CalendarPopup styles BEGIN */
.CALcpYearNavigation, .CALcpMonthNavigation {
	background-color: #67D;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.CALcpDayColumnHeader, .CALcpYearNavigation, .CALcpMonthNavigation, .CALcpCurrentMonthDate,
.CALcpCurrentMonthDateDisabled, .CALcpOtherMonthDate, .CALcpOtherMonthDateDisabled, .CALcpCurrentDate,
.CALcpCurrentDateDisabled, .CALcpTodayText, .CALcpTodayTextDisabled, .CALcpText {
	font-family: Arial;
	font-size: 8pt;
}
TD.CALcpDayColumnHeader {
	text-align: right;
	border: solid thin #67D;
	border-width: 0 0 1px 0;
	width: 20px;
}
.CALcpCurrentMonthDate, .CALcpOtherMonthDate, .CALcpCurrentDate {
	text-align: right;
	text-decoration: none;
}
.CALcpCurrentMonthDateDisabled, .CALcpOtherMonthDateDisabled, .CALcpCurrentDateDisabled {
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}
.CALcpCurrentMonthDate {
	color: #67D;
	font-weight: bold;
}
.CALcpCurrentDate {
	color: #FFF;
	font-weight: bold;
}
.CALcpOtherMonthDate {
	color: #808080;
}
TD.CALcpCurrentDate {
	color: #FFF;
	background-color: #67D;
	border-width: 1px;
	border: solid thin #000;
}
TD.CALcpCurrentDateDisabled {
	border-width: 1px;
	border: solid thin #FAA;
}
TD.CALcpTodayText, TD.CALcpTodayTextDisabled {
	border: solid thin #67D;
	border-width: 1px 0 0 0;
}
A.CALcpTodayText, SPAN.CALcpTodayTextDisabled {
	height: 20px;
}
A.CALcpTodayText {
	color: #67D;
	font-weight: bold;
}
SPAN.CALcpTodayTextDisabled {
	color: #D0D0D0;
}
.CALcpBorder {
	border: solid thin #67D;
}
/* CalendarPopup styles END */

