/*
Theme Name: Hotel Monte Ulia
Description: 
Author: El Tipo Gráfico
Author URI: http://www.eltipografico.com

*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}



/***** Images, iFrames & Videos  *****/

img                                             { border:0; vertical-align:middle; -ms-interpolation-mode:bicubic; }
.img-left                                       { float:left; margin:0 30px 30px 0; border:none; }
.img-right                                      { float:right; margin:0 0 30px 30px; border:none; }
.img-max                                        { width:100%; height:auto; }

.media                                          { position:relative; margin:0 0 15px 0; padding-bottom:51%; padding-top:30px; height:0; overflow:hidden; border:1px solid #ccc; }
.media iframe,
.media object,
.media embed                                    { position:absolute; top:0; left:0; width:100%; height:100%; }


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}
a {
    color: #048C37;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
strong {
    color: #555;
}
address {
    font-style: normal;
}

h1, h2, h3 {
    text-transform: uppercase;
    color: #048C37;
}
h2 {
    font-size: 18px;
    border-bottom: 1px solid #048C37;
}


#cabecera {
    background: #D3E7D9;
    font-size: 14px;
}
    #cabecera .logo {
        display: block;
        width:   154px;
        height:  74px;
        background: url(img/logo.png) no-repeat 50%;
    }
    #cabecera address {
        text-align: right;
        margin-top: 15px;
    }
    #cabecera a.current {
        color: black;
    }


#menu_principal {
    background: #048C37;
    color: white;
    font-weight: bold;
}
    #menu_principal ul {
        margin: 0;
        padding: 0;
    }
    #menu_principal li {
        display: block;
        float: left;
        margin-right: 48px;
    }
    #menu_principal a {
        display: block;
        float: left;
        padding: 12px;
        color: white;
        text-transform: uppercase;
        text-decoration: none;
    }
    body.de #menu_principal li {
        margin-right: 28px;
    }
    
    #menu_principal a:hover {
        background: white;
        color: #048C37;
    }
    #menu_principal li:last-child {
        margin-right: 0;
    }
    #menu_principal.nuevo .grid_12 {
        position: relative;
    }
    #menu_principal.nuevo li:last-child {
        position: absolute;
        right: 0;
        top: -5px;
        text-align: center;
    }
    #menu_principal.nuevo li:last-child a {
        padding: 17px 30px 17px 30px;
        background: #07481F;
    }
    
    
#capa_reservas {
    background: #07481F;
    color: white;
    display: none;
}
    #capa_reservas input:focus,
    #capa_reservas select:focus,
    #capa_reservas textarea:focus,
    #capa_reservas button:focus {
        outline: none;
    } 
    #capa_reservas p.calendario {
        background-color: #D3E7D9;
        -webkit-border-radius: 	5px;
        -moz-border-radius: 	5px;
        -o-border-radius:		5px;
        border-radius: 			5px;
        padding: 5px;
        color: #07481F;
    }
    #capa_reservas p.calendario label {
        float: left;
        width: 30%;
        text-transform: uppercase;
        padding-top: 3px;
    }
    #capa_reservas input[type="text"] {
        float: left;
        background: transparent;
        margin: 0;
        padding: 0;
        border: none;
        cursor: default;
        width: 70%;
        background: transparent url(img/calendar.png) no-repeat right center;
    }
    #capa_reservas input[type="submit"] {
        background: #71C500;
        border: 1px solid #71C500;
        width: 100%;
        color: white;
        font-size: 20px;
        padding: 10px 0;
        text-transform: uppercase;
        -webkit-border-radius: 	5px;
        -moz-border-radius: 	5px;
        -o-border-radius:		5px;
        border-radius: 			5px;
    }
    
    #capa_reservas p.selector {
        float: left;
        width: 30%;
        margin-right: 3%;
    }
    #capa_reservas p.selector select {
        width: 100%;
    }
    #capa_reservas p.selector .leyenda {
        font-size: 11px;
    }
    
    
    #capa_reservas table {
        width: 100%;
    }   
    

    
#contenido {
    margin: 20px 0;
}    

#contenido .post {
    margin-bottom: 50px;
} 


#contacto form label {
    display: block;
    float: left;
    width: 25%;
    text-transform: uppercase;
    text-align: right;
}   
#contacto form input[type="text"],
#contacto form textarea {
    display: block;
    float: left;
    width: 70%;
    border: 1px solid #048C37;
    padding: 3px 5px;
    margin-left: 3%;
}   
#contacto form input[type="submit"]{
    background: #048C37;
    border: 1px solid #048C37;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-left: 28%;
} 


#sidebar ul {
    margin: 0 0 1em 0;
    padding: 0;
}  
#sidebar ul li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
#pie {
    font-size: 14px;
}
    #pie .grid_12 {
        padding-top: 10px;
        border-top: 1px solid #048C37;
        font-size: 14px;
        text-align: center;
    }


#paginador {
    text-align: center;
    padding: 10px 0;
}
#paginador a {
    word-spacing: 5px;
}
#paginador a:hover {
    text-decoration: none;
}
#paginador .cycle-pager-active {
    color: #555;
}









div.datepicker {
	position: relative;
	font-size: 14px;
	cursor: default;
	display: none;
}
.datepickerContainer {
	position: absolute;
	top: 10px;
	left: 10px;
}

.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
    width: 100%;
}
div.datepicker a {
	color: #eee;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	padding: 8px 12px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #666;
}
tbody.datepickerDays td.datepickerSelected{
	background: #71c500;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #17384d;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}
.datepicker .datepickerWeek,
.datepicker .datepickerDoW, {
    display: none;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}




@media only screen and (min-width: 960px) and (max-width: 1199px) {
    #menu_principal li {
        margin-right: 30px;
    }
    dt, dd{
        display: block;
        float: none;
        margin-left: 0;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #menu_principal li {
        margin-right: 5px;
    }
    dt, dd{
        display: block;
        float: none;
        margin-left: 0;
        width: 100%;
    }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* #515347 prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

