/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1

Reset
*/

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,
td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,
optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;} */

html, body
{
    /* background-color: #EFEFEF; color original
    background-color: #768ac5;*/
    background-color: #344166;
}

body
{
    font-size:        11px;
    font-family:      "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    color:            #313131;
}


a
{
    color:           #08c;*/
    /*color:           #344166;*/
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

h1, h2, h3
{
    font-family:    Georgia, "Times New Roman", Times, serif;
    color:          #404040;
}

h1
{
    font-size:      45px;
    padding-bottom: 30px;
}

h2
{
    font-weight:   bold;
    color:         #FFFFFF;
    /* Font is duplicated of body (sans-serif) */
    font-family:      "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

    margin-bottom:    10px;
    background-color: #aacd4e;
    padding:          2px 4px;
    display:          inline-block;
    text-transform:   uppercase;

}

p
{
    line-height:    20px;
    padding-bottom: 20px;
}

ul#demo-list a
{
    background: url(../images/blue-arrow.png) no-repeat right 6px;
    padding-right: 10px;
    margin-right:  30px;
}

ul, ol
{
    padding-left: 20px;
}

li
{
    padding-bottom: 18px;
}

ol li
{
    list-style-type: decimal;
}

ul li
{
    list-style-type: none;
}

th
{
    font-weight:   bold;
    color:         #FFFFFF;
    /* Font is duplicated of body (sans-serif) */
    font-family:      "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

    margin-bottom:    3px;
    background-color: #c65a32; /*c64b1c; 2b4b1c; aacd4e;*/
    padding:          2px 4px;
    /*display:          inline-block;*/
    /*text-transform:   uppercase;*/

}

select  {
  outline: 0;
  overflow: hidden;
  height: 45px;
  background: #eee;
  color:#747a80;
  border:solid 1px #2c343c ;
  padding:5px 3px 5px 10px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:10px;
}

select option {border:1px solid #000; 
    background:#c65a32;
    color: #fff;}

#xmr-header
{
    margin: 0 auto;
    position: relative;
    padding: 3px 3px 2px 3px;
    color: #ddd;
    width:  96%;
}

#xmr-wrapper
{
    width:  96%;
    margin: 0 auto;
    height: 600px;
    padding-top: 2px;
}

#xmr-wrapper2
{

    height: 80px;
    background: #344166; /*#2d2d2d;*/
    

}	

#capa_resultados table tr
{
	border-bottom: #ccc dotted 1px;
}

.xmr-content
{
    /* background-color:           white; */
    
    background: #fff; 
    /*background: #f1f5ff url('../images/fondo_content.jpg');  #cccedd*/
    /*background: #7586b8 url('../images/fondo_content.jpg');  #cccedd*/
    border:                     1px solid #DFDFDF;
    padding:                    20px;
    -moz-border-radius:         16px;
    -webkit-border-radius:      16px;
    border-radius:              16px;
    margin-bottom:              20px;
    word-wrap:                  break-word;
    min-height: 300px; */
 
}

.xmr-login
{
    /*background: url('../images/margaritas.jpg');*/ 
    background-color:           white;
    border:                     1px solid #DFDFDF;
    padding:                    20px;
    -moz-border-radius:         16px;
    -webkit-border-radius:      16px;
    border-radius:              16px;
    margin-bottom:              20px;
    word-wrap:                  break-word;
    height: 600px;


    /*color: white; */
 
}

#flogin
{
    float:center;
    background-color: #344166;
    padding:                    10px;
    -moz-border-radius:         8;
    -webkit-border-radius:      8px;
    border-radius:              8px;
       opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
    border: 1px solid #fff;
    color: #fff;
    text-align: center;


}

#flogin h2
{
    color: #fff;
    background-color: #344166;
       opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */   
 
}


#xmr-search
{
    position: absolute;
    top:   3px;
    right: 30px;
    /* oculto hasta que funcione */
    display:none;
}

#xmr-search input[type="search"]
{
    -webkit-appearance: textfield;
}

#xmr-search-field
{
    width: 190px;
}

#xmr-search label
{
    display: block;
    float: left;
    width: 20px;
    height: 25px;
    background: url(../images/search.png) no-repeat left 5px;
}

#xmr-search label span
{
    display: none;
}

input[type=text], input[type=password]
{
    border:      1px solid #DADADA;
    background:  white url(../images/field-background.gif) repeat-x left top;
    padding:     5px 6px;
    color:       #565656;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size:   12px;
}

.xmr-button-grey,
.xmr-button-green
{
    font-size: 1.4em;
    font-weight: bold;

    cursor: pointer;

    display: inline-block;
    outline: none;

    text-align:     center;
    text-transform: uppercase;

    padding: 3px 10px;

    text-shadow: 0 1px 1px rgba(0,0,0,.3);

    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    border-radius:         4px;
}

.xmr-button-grey
{
    color:       #868686;
    font-weight: normal;

    padding:    5px 10px;
    border:     solid 1px #d7d7d7;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
    background: -moz-linear-gradient(top,  #ffffff,  #d7d7d7);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7');
}

.xmr-button-green
{
    padding: 5px 12px;

    color: white;

    border:     solid 1px #a7da39;
    background: #a7da39;
    background: -webkit-gradient(linear, left top, left bottom, from(#a7da39), to(#6a9211));
    background: -moz-linear-gradient(top,  #a7da39,  #6a9211);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7da39', endColorstr='#6a9211');
}

.xmr-blocks-welcome
{
    overflow: hidden;
}

.xmr-blocks-welcome > div
{
    background-color: whitesmoke;
    float:            left;
    width:            240px;
    margin-right:     14px;
    text-align:       center;
    padding:          26px 20px;
}

.xmr-blocks-welcome > div.block-demo
{
    margin-right: 0;
}

.xmr-blocks-welcome .illustration
{
    padding-bottom: 20px;
}

.xmr-blocks-help
{
    overflow: hidden;
}

.xmr-blocks-help
{
    margin-top: 30px;
    padding:    18px;
    border:     1px solid #E6E6E6;
}

.xmr-blocks-help > div
{
    width:        254px;
    float:        left;
}

.flash-message
{
    padding: 10px;
    margin: 5px;
    margin-top: 15px;
    background-color: #ffe;
}

.error
{
    color: red;
}<span class="ui-icon ui-icon-pencil"></span>

#login label, #contact_form label
{
    display: block;
    float: left;
    width: 100px;
}

ul#menu
{

    /*float: left; */
    margin-bottom: 20px;
    padding-top: 5px;
    padding-left: 0;
}

#menu li, #menu li a
{
    padding-left: 0;
    padding-top: 2px;
    margin-right: 10px;
    display: inline;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;



}

#menu li a:active
{
    color: #08c;
}

#ingresosmes
{

    font-size: 0.9em;
    padding:                    10px;
    -moz-border-radius:         10px;
    -webkit-border-radius:      10px;
       border-radius: 5px;
    border: 1px solid #c6aba0;
    width: 98%;
    margin-top: 5px;


}

#bonosmes
{

    font-size: 0.9em;
    padding:                    10px;
    -moz-border-radius:         10px;
    -webkit-border-radius:      10px;
       border-radius: 5px;
    //background: #d3bb4b;
    border: 1px solid #c6aba0;
    width: 98%;
    margin-top: 5px;


}

#sesionesp
{

    font-size: 1em;
    padding:                    10px;
    -moz-border-radius:         10px;
    -webkit-border-radius:      10px;
       border-radius: 5px;
    //background: #c6aba0;
    border: 1px solid #c6aba0;
    width: 98%;
    margin-top: 5px;
    /*float: left; */


}

#clientesmes
{

    font-size: 1em;
    padding:                    10px;
    -moz-border-radius:         10px;
    -webkit-border-radius:      10px;
       border-radius: 5px;
    //background: #a0a6c6;
    border: 1px solid #c6aba0;
    width: 98%;
    margin-top: 5px;



 }

#semanap
{

    font-size: 0.9em;
    padding:                    10px;
    -moz-border-radius:         10px;
    -webkit-border-radius:      10px;
       border-radius: 5px;
    border: solid 1px #c6aba0;
    width: 98%;
    height: 150px;
    overflow-y: scroll;


}

#semanap th
{

background: #ccc;
color: black;
text-align: center;
vertical-align: middle;

}

.diaocupado
{
    background-color: #eee;
}

.findesemana
{
    background-color: #bbb;
}

.pagination
{
	clear: both;
	padding: 2px:
	
}

.current
{
	//border: #888 solid 1px;
	color: blue;
	text-decoration: bold;
	padding: 5px;	
	background-color: #ffcdba; /*#fadd8b;*/
}

.first a, .last a, .previous a, .next a, .page a
{
	background-color: #c65a32; /*#d9a513; */
	color: white;
	padding: 5px;
	//border: #ccc solid 1px;
	text-decoration: none;
}

.first a:hover, .last a:hover, .previous a:hover, .next a:hover, .page a:hover
{
	background-color: #efa184; /*#fadd8b;*/
	color: blue;
	padding: 5px;
	//border: #444 solid 1px;
	text-decoration: none;
}

a:hover





.no-close .ui-dialog-titlebar-close {display: none }

.calcabecera
{
    color: white;
    font-size: 1em;
}

.today
{
    color: white;
    font-size: 1em;
}

.row
{
    color: black;
    font-size: 1em;
}

.xmr-button-cal-green
{
    font-size: 1.5em;
    font-weight: bold;

    cursor: pointer;

    display: inline-block;
    outline: none;

    text-align:     center;
    text-transform: uppercase;

    padding: 3px 3px;

    text-shadow: 0 1px 1px rgba(0,0,0,.3);

    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    border-radius:         4px;
}

.xmr-button-cal-green
{
    padding: 5px 5px;

    color: white;
    font-size: 1em;
    font-weight: bold;

    cursor: pointer;


    border:     solid 1px #a7da39;
    background: #a7da39;
    background: -webkit-gradient(linear, left top, left bottom, from(#a7da39), to(#6a9211));
    background: -moz-linear-gradient(top,  #a7da39,  #6a9211);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7da39', endColorstr='#6a9211');
}

@media (max-device-width: 850px) {
    /* cambio de tamaño para moviles. */
    body { 
        font-size: 24px; 
         }
    #semanap {
        font-size: 0.7em;
    }
}
