#body
{

}
input.upper
{
    text-transform: uppercase;
}
input.lower
{
    text-transform: lowercase;
}
.textBox, .textArea, .listBox
{
    float: left;
	font-family: Verdana;
	font-size: 12px;
	height: 24px;
    border: 1px solid #999999;
}
.listBox option
{
	height: 24px;
}
.textArea
{
	resize: none;
}
.multiSelect
{
	float: left;
	width: 300px;
	height: 600px;
}
.multiSelect select
{
	float: left;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	font-size: 12px;
}
.middleButtonPanel
{
	float: left;
	width: 100px;
	height: 350px;
	padding-top: 250px;
}
.middleButtonPanel .button
{
	float: left;
	width: 100px;
	height: 42px !important;
}
.hasErrors
{
    border: 1px solid #CC0000;
}
.lineBreak
{
    float: left;
    height: 15px;
    width: 100%;
}
.screenPanel
{
    float: left;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #DDDDDD;
}
.printPanel
{
    float: left;
    width: auto;
    background-color: #FFFFFF;
    padding: 20px;
}
.printButton
{
	float: left;
	width: 80px;
	height: 24px;
	font-family: Verdana;
	font-size: 12px;
}
.printButton input
{
	float: left;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	cursor: pointer;
}
@media print
{
    .printButton
    {
        display: none !important;
    }}
.printPanel .button,
.printPanel .option,
.printPanel .noPrint
{
	display: none;
}
.loginPanel
{
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
    height: 194px;
    left: 50%;
    margin: -96px auto 0 -161px;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 320px;
}
.loginPanelError
{
    height: 218px;
    margin-top: -108px;
}
.loginPanel .loginTitle
{
    background-color: #048777;
    border: 1px solid #048777;
    float: left;
    height: 28px;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: left;
    width: calc(100% - 22px);
}
.loginPanel .loginTitle h1
{
    text-align: center;
}
.loginPanel .loginTitle h2
{
    padding-top: 5px;
    text-align: center;
}
.loginPanel .loginForm
{
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    float: left;
    height: 113px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
    width: calc(100% - 42px);
}
.loginPanelError .loginForm
{
    height: 136px;
}
.loginPanel .loginForm .hinput
{
    padding: 0 0 10px;
    width: 280px;
}
.loginPanel .loginForm .hinput .label
{
    width: 116px;
    float: left;
}
.loginPanel .loginTitle h1, .loginPanel .loginTitle h2
{
    color: #FFFFFF;
}
.loginPanel .loginForm .label
{
    color: #000000;
}
.loginPanel .button
{
    float: left;
    font-family: Verdana;
    font-size: 12px;
    height: 30px;
    padding: 10px 60px 0;
    width: 160px;
}
.viewPanel
{
    box-shadow: 0 0 5px #000000;
    float: none;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    width: 100%;
    height: 100%;
}
.topPanel
{
    background-color: #048777;
    border: 1px solid #026559;
    float: left;
    height: 28px;
    width: 100%;
}
.topPanel .logo
{
    float: left;
    width: 112px;
    height: 28px;
    background-image: url('/educacion/graphics/logo-buinzoo-xs.png?v=2');
    margin-left: 20px;
    background-repeat: no-repeat;
}
.topPanel .menu
{
    float: left;
    height: 28px;
    overflow: visible;
    margin: 0 20px;
    box-shadow: 0 0 2px #000000;
}
.topPanel .menuItem
{
    cursor: pointer;
    float: left;
    font-family: Verdana;
    font-size: 12px;
    padding: 6px 10px 0;
    background-color: #048777;
    border-color: #026559;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    height: 21px;
}
.topPanel .menu .menuItem:hover
{
    background-color: #05B7A5;
}
.topPanel .menu .menuItem-selected,
.topPanel .menu .menuItem-selected:hover
{
    background-color: #FFFFFF;
    border-left: 1px solid #026559;
    border-right: 1px solid #026559;
    border-top: 1px solid #026559;
    color: #026559;
    height: 22px;
}
.topPanel .submenu
{
    display: none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 200px;
    z-index: 10;
    box-shadow: 0 0 5px #000000;
}
.topPanel .submenu .submenuItem
{
    cursor: pointer;
    float: left;
    font-family: Verdana;
    font-size: 12px;
    height: 22px;
    overflow: hidden;
    padding: 6px 10px 0;
    position: relative;
    width: 179px;
    background-color: #048777;
    border-color: #026559;
    border-style: solid;
    border-width: 0 1px 1px;
    color: #FFFFFF;
}
.topPanel .submenu .submenuItem:hover
{
    background-color: #05B7A5;
}
.topPanel .submenu .submenuItem-selected,
.topPanel .submenu .submenuItem-selected:hover
{
    background-color: #FFFFFF;
    border-color: #026559;
    border-style: solid;
    border-width: 0 1px 1px;
    color: #026559;
}
.topPanel .accountPanel
{
    color: #FFFFFF;
    float: right;
    font-family: Verdana;
    font-size: 12px;
    height: 28px;
    padding: 0 20px;
    width: auto;
}
.topPanel .accountPanel .userPanel
{
    cursor: pointer;
    float: left;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 10px 0px 28px;
    height: 23px;
    width: auto;
    min-width: 160px;
}
.topPanel .accountPanel .userPanel:hover
{
    background-color: #05B7A5;
}
.topPanel .accountPanel .userPanel i
{
	float: left;
	margin-left: -18px;
	padding-top: 2px;
}
.topPanel .accountPanel .userPanel .label
{
	float: left;
}
.topPanel .accountPanel .userPanelMenu
{
    display: none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 200px;
    z-index: 10;
    box-shadow: 0 0 5px #000000;
    background-color: #048777;
    border-color: #026559;
    border-style: solid;
    border-width: 0 1px 1px;
    color: #FFFFFF;
    font-weight: normal;
}
.topPanel .accountPanel .userPanelMenu .userPanelItem
{
    cursor: pointer;
    float: left;
    font-family: Verdana;
    font-size: 12px;
    height: 22px;
    overflow: hidden;
    padding: 6px 10px 0px 28px;
    position: relative;
    width: 162px;
}
.topPanel .accountPanel .userPanelMenu .userPanelItem:hover
{
    background-color: #05B7A5;
}
.topPanel .accountPanel .userPanelMenu .userPanelItem  i
{
	float: left;
	margin-left: -18px;
	padding-top: 2px;
}
.topPanel .accountPanel .userPanelMenu .userPanelItem  .label
{
	float: left;
}
.mainPanel
{
    background-color: #FFFFFF;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    float: left;
    height: calc(100% - 30px);
    padding: 0;
    width: 100%;
    overflow-y: auto;
}
.contentPanel
{
    color: #000000;
    float: left;
    font-family: Verdana;
    padding: 20px;
    width: calc(100% - 40px);
}
h1
{
	float: left;
	width: 100%;
	font-family: Verdana;
	font-size: 16px;
	padding: 4px 0px 4px 0px;
}
h2
{
	float: left;
	width: 100%;
	font-family: Verdana;
	font-size: 14px;
	padding: 4px 0px 4px 0px;
}
h3
{
	float: left;
	width: 100%;
	font-family: Verdana;
	font-size: 13px;
	padding: 4px 0px 4px 0px;
}
p
{
	float: left;
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
}
a
{
	color: #026559;
	cursor: pointer;
}
.bottomPanel
{
	float: left;
	width: 100%;
	height: 30px;
	background-color: #048777;
	border: solid 1px #026559;
}
.bottomPanel .footer
{
	float: left;
	height: 18px;
	text-align: center;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 12px;
	padding: 6px 20px;
	width: calc(100% - 40px);
}
.buttonPanel
{
	float: left;
	width: 100%;
	padding: 4px 0px 4px 0px;
}
.filter
{
	float: left;
	width: 100%;
	padding: 4px 0px 4px 0px;
}
.filter .label
{
	float: left;
	padding-right: 10px;
	font-family: Verdana;
	color: #000000;
	font-size: 14px;
	padding-top: 3px;
}
.filter .textBox
{
	float: left;
	width: 58px;
	height: 24px;
	font-family: Verdana;
	font-size: 12px;
	margin-right: 10px;
}
.filter .listBox
{
	float: left;
	width: 80px;
	height: 24px;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	margin-right: 10px;
}
.filter .checkBox-label
{
	float: left;
	padding-right: 5px;
	font-family: Verdana;
	color: #000000;
	font-size: 14px;
	padding-top: 3px;
}
.filter .checkBox
{
	float: left;
	margin-right: 10px;
	width: 18px;
	height: 18px;
	margin-top: 2px;
}
.filter .readOnly
{
	background-color: #C0E1DD;
	border: solid 1px #C0E1DD;
}
.filter .button,
.hpanel .filter .button
{
	float: left;
	width: 80px;
	height: 26px;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	padding: 0px;
	margin-right: 10px;
}
.form
{
	float: left;
	width: 100%;
	padding: 4px 0px 4px 0px;
}
.hpanel
{
	float: left;
	width: 100%;
}
.hpanel h1,
.hpanel h2,
.hpanel h3
{
	width: auto;
	margin-right: 10px;
}
b
{
	font-weight: bold;
}
.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
select.right
{
    text-align-last: right;
}
select.right option
{
    direction: rtl;
}
.confirmTitlePanel
{
	float: left;
	width: 100%;
	height: 28px;
	background-color: #048777;
	border: 1px solid #026559;
}
.confirmTitlePanel h2
{
	text-align: center;
	color: #FFFFFF;
	padding: 5px 0px;
}
.confirmContentPanel
{
	float: left;
	width: calc(100% - 20px);
	padding: 10px;
}
.confirmButtonPanel
{
	float: left;
	width: 320px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: calc(50% - 160px);
	padding-right: calc(50% - 160px);
}
.confirmButtonPanel .button
{
	height: 28px;
}
.hpanel .button
{
	height: 24px;
}
.u025, .hpanel .u025
{
	width: 40px !important;
}
.u05, .hpanel .u05
{
	width: 80px !important;
}
.u075, .hpanel .u075
{
	width: 120px !important;
}
.u1
{
	width: 160px !important;
}
.u2
{
	width: 330px !important;
}
.u3
{
	width: 500px !important;
}
.fileInput
{
	float: left;
	width: 400px;
	height: 24px;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
}
.hinput
{
	float: left;
	width: 100%;
	padding: 4px 0px 4px 0px;
}
.hinput .label
{
	float: left;
    width: 160px;
	height: 15px;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	padding-top: 4px;
	font-weight: bold;
	text-align: left;
}
.hinput .textBox
{
	float: left;
	height: 24px;
	font-family: Verdana;
	font-size: 12px;
}
.hinput .listBox
{
	float: left;
	height: 24px;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
}
.hinput .button
{
	float: left;
	height: 24px;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	padding: 0px;
}
.hinput .textArea
{
	float: left;
	height: 100px;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	resize: none;
}
.hinput .fileInput
{
	float: left;
	width: 400px;
	height: 24px;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
}
.vinput
{
	float: left;
	padding: 4px 10px 4px 0px;
}
.vinput .label
{
	float: left;
	width: 100%;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	padding-top: 2px;
	font-weight: bold;
}
.vinput .textBox
{
	float: left;
	width: calc(100% - 2px);
	height: 24px;
	font-family: Verdana;
	font-size: 12px;
}
.vinput .readOnly
{
	background-color: #C0E1DD;
	border: solid 1px #C0E1DD;
}
.vinput .listBox
{
	float: left;
	width: calc(100% - 2px);
	height: 24px;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
}
.vinput .textArea
{
	float: left;
	width: calc(100% - 6px);
	height: 100px;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	resize: none;
}
.vinput .fileInput
{
	float: left;
	width: 400px;
	height: 24px;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
}
.vinput .button
{
	float: left;
	width: 100%;
	height: 26px;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	padding: 0px;
}
.vinput .checkBox
{
	float: left;
	width: 24px;
	height: 24px;
	text-align: left;
}
.vinput .checkBox input
{
	float: none;
	width: 24px;
	height: 24px;
}
.button
{
	float: left;
	width: 150px;
	height: 28px;
	font-family: Verdana;
	font-size: 12px;
}
.button input
{
	float: left;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	cursor: pointer;
}
.button input::-moz-focus-inner /*fix para centrar verticalmente el texto en los botones de firefox*/
{
    border: 0;
    padding: 0;
}
.radioButton
{
	float: left;
	width: auto;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
}
.vinput .radioButton
{
	float: left;
	width: auto;
	height: 14px;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	padding: 5px 5px;
}
.imgButton
{
	cursor: pointer;
}
.errorPanel
{
	float: left;
	width: 100%;
	text-align: left;
	padding: 0px 0px;
}
.loginErrorPanel
{
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 0px;
}
.errorPanel .error
{
	float: left;
	width: 310px;
}
.loginErrorPanel .error
{
	float: none;
	margin: 0px auto;
}
.error
{
	float: left;
	background-color: #CC0000;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	padding: 5px 10px;
}
.error p
{
	font-size: 12px;
	color: #FFFFFF;
}
.notification
{
	float: left;
	font-family: Verdana;
	font-size: 11px;
	padding: 5px 10px;
}
.greenNotification
{
	background-color: #00CC00;
	color: #FFFFFF;
}
.redNotification
{
	background-color: #CC0000;
	color: #FFFFFF;
}
.purpleNotification
{
	background-color: #990099;
	color: #FFFFFF;
}
.table
{
	float: left;
	width: 100%;
	padding: 4px 0px 4px 0px;
}
.subtable
{
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.table  table
{
	float: left;
	border-style: solid;
	border-width: 0px;
	border-color: #05B7A5;
	table-layout: fixed;
	margin-top: -1px;
	margin-bottom: -1px;
}
.table tr
{

}
.table td
{
	overflow: hidden;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;
	vertical-align: top;
}
.table .header
{

}
.table .row
{

}
.table .cell
{
	float: left;
	overflow: hidden;
	font-family: Verdana;
	min-height: 20px;
}
.table .header .cell
{
	padding: 4px 4px 4px 4px;
	font-size: 12px;
	width: calc(100% - 8px);
	color: #FFFFFF;
}
.table .row .cell
{
	padding: 3px 4px 3px 4px;
	font-size: 12px;
	border-color: #FFFFFF;
	width: calc(100% - 8px);
}
.table .row .cell.total
{
	font-weight: bold;
}
.table .row .buttonCell
{
	float: left;
	overflow: hidden;
	padding: 3px 3px 3px 3px;
	border-color: #FFFFFF;
}
.table .row .buttonCell input
{
	float: left;
	font-size: 12px;
	height: 18px;
	cursor: pointer;
}
.table .header td
{
	background-color: #05B7A5;
}
.table .row td
{
	background-color: #C0E1DD;
}
.table .row.eliminado td
{
	background-color: #C0C0C0;
}
.table .row.row_color0 td
{
	background-color: #C0E1DD;
}
.table .row.row_color1 td
{
	background-color: #A8E0D8;
}
/*Versiones Imprimibles*/
.printPanel .table .header td
{
	background-color: #DDDDDD;
	border-color: #AAAAAA;
}
.printPanel .table .row td
{
	background-color: #FFFFFF;
	border-color: #AAAAAA;
}
.printPanel .table .row.row_color0 td
{
	background-color: #FFFFFF;
}
.printPanel .table .row.row_color1 td
{
	background-color: #EEEEEE;
}
.printPanel .table .header .cell
{
	padding: 4px 4px 4px 4px;
	font-size: 12px;
	width: inherit;
	color: #000000;
}
.printPanel .vinput .readOnly
{
	background-color: #EEEEEE;
	border: solid 1px #EEEEEE;
}
.clickableTable .row td
{
	cursor: pointer;
}
.editableTable .cell .label
{
	width: 100%;
	background: inherit;
	border-width: 0px;
	margin: 0px;
	text-align: inherit;
}
.editableTable .cell .textBox
{
	width: 100%;
	border-width: 0px;
	margin: 0px;
	text-align: inherit;
	height: 20px;
}
.editableTable .cell .readOnly
{
	background: inherit;
}
.editableTable .deleted .cell .textBox
{
	text-decoration: line-through;
}
.editableTable .cell .listBox
{
	width: 100%;
	border-width: 0px;
	margin: 0px;
	text-align: inherit;
	height: 20px;
}
.editableTable .deleted .cell .listBox
{
	text-decoration: line-through;
}
.editableTable .cell .textArea
{
	width: calc(100% - 6px);
	height: 60px;
	border-width: 0px;
	margin: 0px;
	padding: 3px;
	text-align: inherit;
}
.editableTable .deleted .cell .textArea
{
	text-decoration: line-through;
}
.editableTable .cell .checkBox
{
	width: 20px;
	height: 20px;
}
.tableCount
{
	float: left;
	width: 100%;
	padding: 4px 0px;
	font-size: 12px;
}
.glassPanel
{
	display: block;
    position: absolute;
    top: 0px;
	left: 0px;
	width: 100%;
    height: 100%;
	z-index: 2;
}
.glassPanel .glass
{
	display: block;
    position: absolute;
    top: 0px;
	left: 0px;
	width: 100%;
    height: 100%;
	background-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	z-index: 3;
}
.fileUploader
{
	float: left;
	width: 100%;
}
.fileUploader .fileList
{
	float: left;
	width: 100%;
	padding: 4px 0px;
}
.fileUploader .fileList .MultiFile-label
{
	float: left;
	width: 100%;
	padding: 2px 0px;
}
.fileUploader .fileList .imgButton
{
	float: left;
}
.fileUploader .fileList .fileName
{
	float: left;
	padding-top: 3px;
	height: 17px;
	padding-left: 4px;
	font-family: Verdana;
	font-size: 11px;
}
.pagingWidget
{
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px;
}
.pagingWidget strong
{
	text-decoration: underline;
}
.pagingWidget a
{
	text-decoration: none;
}
.debug
{
	width: 100%;
	float: left;
}
.green
{
	color: #009900;
}
.red
{
	color: #CC0000;
}
.glassPanel .confirmarEliminarMascota
{
	float: left;
	display: block;
	height: 290px;
	width: 870px;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	z-index: 4;
	background-color: #FFFFFF;
}
.glassPanel .confirmarEliminarContrato
{
	float: left;
	display: block;
	height: 240px;
	width: 870px;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	z-index: 4;
	background-color: #FFFFFF;
}
.calendarPanel
{
	float: left;
	width: 100%;
	padding: 4px 0px 4px 0px;
}
.closeon
{
	width: 15px;
	height: 15px;
	z-index: 3;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	cursor: pointer;
}
.closeon:hover
{
	color: #CC0000;
}
.monthCalendar
{
	max-width: 900px !important;
}
.monthCalendar .fc-toolbar
{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.monthCalendar .fc-view-container
{
	float: left;
	width: 100%;
}
.monthCalendar .fc-center h2
{
	font-size: 16px;
}
.monthCalendar .fc-scroller
{
   overflow-y: hidden !important;
}
.monthCalendar .fc-content .fc-time
{
    font-size: 11px;
    padding: 0px 3px;
}
.monthCalendar .fc-content .fc-title
{
    font-size: 11px;
    padding: 3px;
}
.weekCalendar
{
	width: 100%;
	min-width: 1200px;
}
.weekCalendar .fc-toolbar
{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.weekCalendar .fc-view-container
{
	float: left;
	width: 100%;
}
.weekCalendar .fc-center h2
{
	font-size: 16px;
}
.weekCalendar .fc-scroller
{
    overflow-y: hidden !important;
}
.weekCalendar .fc-content .fc-time
{
    font-size: 12px;
    padding: 0px 3px;
}
.weekCalendar .fc-content .fc-title
{
    font-size: 10px;
    padding: 3px;
}
.schedulerPanel
{
    float: left;
    width: 100%;
    padding: 4px 0px 4px 0px;
    overflow-x: auto;
}
.schedulerPanel .fc-toolbar
{
	margin-bottom: 0px;
}
.schedulerPanel .fc-th
{
	height: 40px;
}
.schedulerPanel .fc-content .fc-time
{
    font-size: 12px;
    padding: 0px 3px;
}
.schedulerPanel .fc-content .fc-title
{
    font-size: 10px;
    padding: 3px;
}
.buinMarinoScheduler .fc-content .fc-time
{
    font-size: 12px;
}
.buinMarinoScheduler .fc-content .fc-title
{
    font-size: 12px;
    text-align: center;
}
.textBoxFecha
{
	text-align: center;
}
.noMarginRight
{
	margin-right: 0px !important;
}
/*BOTONES TRABAJO PENDIENTE*/
.buttonBar
{
	float: left;
	width: 100%;
	padding: 8px 0px;
}
.buttonBar .button
{
	float: left;
	padding: 5px 10px;
	font-size: 12px;
	font-family: Verdana;
	cursor: pointer;
	margin: 0px 2px;
	width: auto;
	height: auto;
}
.buttonBar .selected
{
	background: #FFFFFF;
	color: #1C9A89;
	border: 1px solid #1C9A89;
}
.buttonBar .unselected
{
	background: #1C9A89;
	color: #FFFFFF;
	border: 1px solid #1C9A89;
}
.buttonBar .unselected:hover
{
	background: #05B7A5;
	color: #FFFFFF;
	border: 1px solid #1C9A89;
}
.organizacionGrupoReserva
{
	float: left;
	width: 100%;
    padding-bottom: 10px;
}
.organizacionGrupoReserva .infoGrupo
{
	float: left;
	width: 100%;
}
.organizacionGrupoReserva .infoOrganizacion
{
	float: left;
	width: 100%;
}
.organizacionGrupoReserva .infoGuias
{
	float: left;
	width: 340px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}
.organizacionGrupoReserva .asistenciaGuias
{
	float: left;
	width: 360px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}
.organizacionGrupoReserva .infoBuinMarino
{
	float: left;
	width: 200px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.datosGrafico
{
	float: left;
	text-align: center;
}
.datosGrafico .tablaGrafico
{
	float: left;
	margin: 0px auto;
}
.datosGrafico .tablaGrafico .col1
{
	width: 360px;
	text-align: left;
}
.datosGrafico .tablaGrafico .col2
{
	width: 60px;
	text-align: right;
}
.datosGrafico .tablaGrafico .col3
{
	width: 60px;
	text-align: right;
}
.grafico
{
	float: left;
	height: 400px;
	width: 900px;
	border: 1px solid #CCCCCC;
}
.headerPresupuesto
{

}
.headerPresupuesto .infoBuinZoo
{
	float: left;
	height: 100px;
	width: 320px;
	font-family: Verdana;
}
.headerPresupuesto .infoBuinZoo .infoBuinZoo-rut,
.headerPresupuesto .infoBuinZoo .infoBuinZoo-razonSocial,
.headerPresupuesto .infoBuinZoo .infoBuinZoo-direccion1,
.headerPresupuesto .infoBuinZoo .infoBuinZoo-direccion2,
.headerPresupuesto .infoBuinZoo .infoBuinZoo-telefono
{
	float: left;
	width: 100%;
	font-size: 13px;
}
.headerPresupuesto .logoBuinZoo
{
	float: left;
	height: 100px;
	width: 320px;
	background: url("../graphics/logo-buinzoo.png") center -5px no-repeat;
	margin-left: 190px;
}
.footerPresupuesto
{

}
.footerPresupuesto .terminosCondiciones
{
	float: left;
	height: auto;
	width: 600px;
	font-family: Verdana;
	font-size: 12px;
	padding: 10px;
	background-color: #EEEEEE;
}
.footerPresupuesto .terminosCondiciones li
{
	list-style-position: inside;
	list-style-type: disc;
}
.footerPresupuesto .formasPago
{
	float: left;
	height: auto;
	width: 600px;
	font-family: Verdana;
	font-size: 12px;
	padding: 10px;
	background-color: #EEEEEE;
}
.footerPresupuesto .formasPago li
{
	list-style-position: inside;
	list-style-type: disc;
}
.headerInformeSemanal
{
	float: left;
	width: calc(240px + 260px + 150px + 6px);
	height: auto;
}
.headerInformeSemanal .logoBuinZoo
{
	float: left;
	height: 75px;
	width: 240px;
	background: url("../graphics/logo-buinzoo-sm.png") center center no-repeat;
	border: 1px solid #CCCCCC;
}
.headerInformeSemanal .titulo
{
	float: left;
	height: 55px;
	width: 260px;
	font-family: Verdana;
	font-size: 14px;
	padding-top: 20px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.headerInformeSemanal .iso
{
	float: left;
	height: 45px;
	width: 150px;
	font-family: Verdana;
	font-size: 14px;
	padding-top: 30px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.headerInformeSemanal .fechaEmision
{
	float: left;
	width: calc(240px + 260px + 150px + 4px);
	height: 25px;
	font-family: Verdana;
	font-size: 14px;
	padding-top: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.headerInformeSemanal .fecha
{
	float: left;
	width: calc(240px + 260px + 150px + 4px);
	height: 25px;
	font-family: Verdana;
	font-size: 14px;
	padding-top: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.event-title
{
	height: 1.5em;
	width: calc(100% - 2px);
	max-height: calc(100% - 2px);
	resize: none;
	font-size: 10px;
	margin: -1px;
	overflow-y: auto;
}
.multi-select-container
{
	float: left;
}
.filter .multi-select-container
{
	float: left;
	height: 24px;
    font-family: Verdana;
    font-size: 12px;
    margin-right: 10px;
}
.filter .multi-select-container .multi-select-button
{
	height: 16px;
	padding: 4px;
	max-width: 640px;
}

