/*Reset Style*/
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;}body {line-height: 1;}ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}:focus {outline: 0;}/*texto insertado/borrado */ins, a {text-decoration: none;}del {text-decoration: line-through;}


html, body {
	background: none repeat scroll 0 0 transparent;
	color:#333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
}

/*Calendar restrictions for noAvailability, closedToArrival y closedToDeparture*/
.noAvailability {
    background-color: transparent;
    opacity: 1 !important;
}
.noAvailability span {
    background: none repeat scroll 0 0 #F00000 !important;
    border: 1px solid #F00000 !important;
    color: #FFFFFF !important;
    opacity: 1;
}
.closedToArrival {
    background-color: transparent;
    opacity: 1 !important;
}
.closedToArrival span {
	background: none repeat scroll 0 0 #FFE0D5 !important;
    color: #333333 !important;
    opacity: 1;
}
.closedToDeparture {
    background-color: transparent;
    opacity: 1 !important;
}
.closedToDeparture span {
	background: none repeat scroll 0 0 #FFFFD6 !important;
    color: #333333 !important;
    opacity: 1;
}
.hidden {
    display: none !important;
}

/*Model For Custom the Modules - Write on the particular style.css*/
/*
form {}
.module {}
.module label {}
.module input[type="text"] {}
.module select {}
.module input[type="submit"] {}
.module input[type="submit"]:hover {}
*/

/*
.module.gadget_title {}
.module.gadget_title span
.module.date_begin {}
.module.date_end {}
.module.occupancy_select {}
.module.make_search {}
*/