/*club*/
/* IMPORTS ------------------------------------------------------------*/

@import url('reset.css?v2.19');

@import url('styled-elements.css?v2.19');

@import url('style_game_calendar.css?v2.19');

/* HACKS ------------------------------------------------------------*/

.clear{
	clear:both;
	height:1px;
}.index_main_separator
.alignleft{
	float: left;
	margin: 5px 10px 5px 0px;
}

/* GENERAL ------------------------------------------------------------*/


body {
	line-height: 1;
	color: #3F3F3F;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:  100%;
}

#wrapper{
	width: 1330px;
	margin: 10px auto;
	min-height: 700px;
	font-size: 14px;
	line-height: 1.5em;
}

#header{
	height: 240px;
	position: relative;
	z-index: 10;
}

#main{
	position: relative;
}

#content{
	min-height: 400px;
	overflow: hidden;
	margin-bottom: 40px;
}

#footer{
	position: relative;
	color: #fff;
    border-top: solid 4px #FF4B94;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
}

#logo{
	position: absolute;
	top: 0px;
	left: 45px;
	z-index: 10;
}

#main_phone {
    display: table;
    margin: 0 auto 0 auto;
    color: #FF4B94;
    font-size: 24pt;
    z-index: 10;
}

#main_date{
	position: absolute;
	top: 30px;
	left: 495px;
	color: #DBDBDB;
}

#header #main_social
{
    position: absolute;
	top: 40px;
    right: 25px;
    float: right;
    width: 45px;
}

#header #main_social span
{
    float: right;
    display: block;
}

.socialitem {
    float:right; 
    vertical-align:middle; 
    padding-left: 5px;
}


#content h1{
	color: #3F3F3F;
    font-size: 16pt;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    font-style: italic;
}

#content h2, h3, h4, h5, h6{
	color: #FF4B94;
}

#content h2{
	font-size: 14pt;
}
#content h3{
	font-size: 13pt;
}
#content h4{
	font-size: 12pt;
}
#content h5{
	font-size: 11pt;
}
#content h6{
	font-size: 10pt;
}

#content p{
	margin-bottom: 10px;
}

#content .line-divider{
	clear: both;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.privacidad {
    font-size: 10pt;
}

/* Login --------------------------------------------------------font-size: 10px; background: url(../Images/Style/breadcrumb-slash.png) no-repeat top right;*/

#header .login
{
    position: absolute;
	right: 95px;
	top: 25px; 
	
    color: #3F3F3F;
	width: 355px;
	text-align: right;
}

#header .login div{
    margin-top: 6px;
	/*padding-right: 30px;*/
}

#header .login a{
	color: #3F3F3F;
	/*padding-right: 14px;*/
}

#header .login img{
	color: #49494b;
	font-size: 12px;
	margin: 0px;
	border: 0;
}

#header .input{
	color: #3F3F3F;
	font-size: 12px;
	width: 210px;
	height: 20px;
	margin: 0px 0px 5px 10px;
	padding: 0px 2px 0px 8px;
	border: solid 1px #3F3F3F;
	background: #fff;
    width: 200px;
}

#header .submit{
	display: block;
	float: right;
	font-size: 12px;
	line-height: 14px;
	margin: 0 5px 10px 5px;
	padding: 3px 10px 3px 5px;
	background: #fff;	
    border: solid 1px black;
}

#header .submit:hover{
	background: #c0c0c0;	
}

#header .submit.active{
	background: #999;	
}

.btn_register:hover
{
    cursor: pointer;
    border: none;
}

.btn_register, .btn_register[disabled]:hover { 
    color: #000;
	padding: 2px 2px;
	border: none;

    background-color: #fff;
}

.btn_register:hover {
	background-color: #fff;
    text-decoration: underline;
}

.bt_forgottenPass {
    text-decoration: none;

}

.bt_forgottenPass:hover {
    text-decoration: underline;
}

/*----------------*/


.btn_enter:hover
{
    cursor: pointer;
}

.btn_enter, .btn_enter[disabled]:hover { 

    color: #ffffff;
	padding: 0 5px 0 20px;
	border: solid 1px #007700;
    width: 100px;
    height:20px;
    text-transform:capitalize;

    background-color: #009300;
}
.btn_enter:hover {
	background-color: #007700;
}

/*----------------*/
.logged {
    margin-right: 30px;
}

.loggedAdmin {
    margin-right: 15px;
}


/* TITLE --------------------------------------------------------*/

#page-title{
	overflow: hidden;
	margin-top: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #00ABD1;
    display: none;
}

#page-title .title{
	display: block;
	font-family: 'Ubuntu', arial, serif;
	font-size: 18pt;
    font-style: italic;
	margin: 0 0 5px 5px;
	color: #3F3F3F;
}

#page-title .subtitle{
	display: block;
	margin: 8px 0 0 30px;
	/*line-height: 90px;*/
	color: #3F3F3F;
	font-style: italic;	
}


/* HEADERS --------------------------------------------------------*/
h1{}

h2,h3,h4,h5,h6{ 
	line-height: 1.4em;
	font-family: 'Ubuntu', arial, serif; 
	font-weight: lighter;
}

h1{ font-size: 30px; }

h2{ font-size: 28px; }

h3{ font-size: 26px; }

h4{ font-size: 24px; }

h5{ font-size: 22px; }

h6{ font-size: 20px; }

/* COLUMNS LAYOUT----------------------------------------------------------*/

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
	float:left;
	margin-right:30px;
	position:relative;
}

.one-half{ width: 438px; }

.one-third{ width: 282px; }

.one-fourth{ width: 204px; }

.two-third{ width: 594px; }

.three-fourth{ width: 672px; }

.last {
	clear:right;
	margin-right:0 !important;
}

/* CALENDAR --------------------------------------------------------*/

#content .calendar{
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}

#content .calendar li{
	display: block;
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 3px 10px;
	background: #363636;	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .calendar li:first-child{
	background: none;
}


#content .calendar li a{	
	display: block;
	color: #f1f1f1;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

#content .calendar li:hover{
	background: #000;	
}

#content .calendar li:first-child:hover{
	background: none;
}

#content .calendar li.active{
	background: #999;	
}

/* NAVIGATION --------------------------------------------------------*/


#nav{
	display: block;
	position: absolute;
	top: 180px;
	left: 24px;
	height: 40px;
	width: 1282px;
    border: solid 1px #3F3F3F;
}

#nav>li{
	display: block;
	float: left;
	margin-left: 30px;
}

#nav>li:first-child{
	margin-left: 40px;
}


#nav>li>a{
	display: block;
	font-size: 14px;
    font-weight: bold;
	color: #3F3F3F;
	text-decoration: none;
	padding: 14px 20px 4px 20px;
}

#nav > li > a:hover {
    color: #00ABD1;
    }
#nav>li.current-menu-item>a{
	color: #FF4B94;
}

/* sub navigation */

#nav>li ul{
	display: block;
	background: #fff;
    border: solid 1px #000;
}

#nav>li>ul ul{
	margin-top: 0px;
}

#nav>li ul li a{
	display: block;
	padding: 12px 10px 4px 10px;
	display: block;
	font-size: 14px;
    font-weight: bold;
	color: #363636;
	text-decoration: none;
}

#nav>li ul li a:hover{
	background: #00ABD1;
	color: #fff;
}

/* PAGES --------------------------------------------------------*/

.content_spaced{
	width: 1290px;
    padding: 5px 24px 20px 24px;
}

/* GALLERY -----------------------------------------------*/

#instalaciones h1 {
    color: #FF4B94;
    font-style: normal;
    font-size: 28pt;
}

#content .gallery{
	display: block;
	overflow: hidden;
}

#content .gallery li{
	display: block;
	float: left;
	overflow: hidden;
	background: url(../Images/Style/plus-sign.png) center center no-repeat;
	width: 204px;
	height: 148px;
	margin-left: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .gallery.three-cols li{
	width: 282px;
	height: 267px;
}

#content .gallery.two-cols li{
	width: 438px;
	height: 267px;
}

#content .gallery li a{
	display: block;
}


/* BLOG --------------------------------------------------------*/

.news{
	float: left;
	width: 930px;
}

.news .post{
	position: relative;
	margin-left: 30px;
	margin-bottom: 30px;
}

.news .post:last-child{
	border-bottom: none;
}

.news .post h1
{
     line-height: 18pt;    
}

.news h1 a{
	display: block;
	/*margin-bottom: 30px;*/
	width: 514px;
	text-decoration: none;
	color: #696969;
}

.news .post .body{
}
.news .post .meta
{
	position: relative;
	margin-bottom: 20px;
    background: #fff url("../Images/news.png") no-repeat 5px 0px;
    font-weight: bold;
    margin-left: 0px;
    padding-left: 25px;
    font-size: 12px;
    height: 20px;
}


.news .post .meta a
{
	text-decoration: none;
}

.news .post .meta-tags
{
	overflow: hidden;
}

.news .post .meta-tags a{
	float: left;
	font-size: 12px;
	line-height: 14px;
	color: #f1f1f1;
	background: #696969;
	padding: 3px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.news .post .meta-tags a:hover{
	background: #000;
}

.newsList 
{
    list-style-image:url('../Images/newsBullet.png');
}

.newsList li {
    }

/* COMMENTS-BLOCK ------------------------------------------------------------*/



#comments-block .n-comments{
	left:0px;
}

#comments-block .n-comments{
	left:0px;
}

#comments-block .n-comments-text{
	display: block;
	position: absolute;
	top: 4px;
	left:68px;
	font-family: 'Ubuntu', arial, serif; 
	font-size: 28px;
}

/* COMMENTSLIST ------------------------------------------------------------*/

.commentlist{
	display: block;
}

.commentlist li{
	display: block;
	margin-bottom: 0px;
	padding: 10px 10px 10px 0px;
	line-height: 1.5em;
}

.commentlist ul{
	padding-left: 40px;
	border-left: 1px dashed #ccc;
}

.commentlist li .comment-body{
	overflow: hidden;
	position: relative;
	padding: 0px 0px 20px 0px;
}


.commentlist li img{
	display: block;
	float: left;
	margin: 0px 12px 20px 0px;
}

.commentlist .meta-date{
	display: block;
	float: right;
}

#content .commentlist .reply a{
	display: block;
	text-decoration: none;
	float: right;
	padding: 2px 8px;
	background: #ccc;
	color: #f1f1f1;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* COMMENTS PAGINATION ------------------------------------------------------------*/

#content .comments-pagination {
	clear:both;
	overflow: hidden;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin-bottom: 10px;
}
 
#content .comments-pagination span,
#content .comments-pagination a {
	display:block;
	float:left;
	margin: 2px 4px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
 
#content .comments-pagination a:hover{
	color:#fff;
	background: #000000;
}
 
#content .comments-pagination .current{
	padding:6px 9px 5px 9px;
	background: #000000;
	color:#fff;
}

/* LEAVE COMMENT --------------------------------------------------------*/

.leave-comment{
	margin-top: 20px;
	padding-top:30px;
	background: url(../Images/Style/post-divider-inverted.png) no-repeat;
}

.leave-comment h2{
	margin-bottom: 20px;
}

/* CONTACT --------------------------------------------------------*/

.one-column{
	width: 438px;
	float: left;
	margin-left: 30px;
}

/* PAGER ------------------------------------------------------------*/

.pager{
	padding-top: 0px;
	overflow: hidden;
	display: block;
	height: 33px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
}

.pager li{
	display: block;
	width: 33px;
	height: 33px;
	margin-right: 8px;
	float: left;
}

#content .pager li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 33px;
	text-align: center;
	text-decoration: none;
	color: #7FB901;
	background: #363636;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#content .pager li:hover a,
#content .pager li.active a{
	color: #363636;
	background: #7FB901;	
}

/* SIDEBAR ------------------------------------------------------------*/

#sidebar{
	float: left;
	width: 282px;
	margin-left: 30px;
    border-left: solid 2px #00ABD1;
    padding-left: 20px;
    margin-top: 20px;
    min-height: 300px;
}

#sidebar>li{
	margin-bottom: 20px;    
}

#sidebar>li h6{
	padding-bottom: 20px;
}

#sidebar ul>li{
	line-height: 40px;
	text-decoration: none;
	border-bottom: 1px solid #d7d7d7;
    margin-left: 10px;
}

#sidebar ul>li:last-child{ border-bottom: none; }

#sidebar ul>li a{
	display: block;
	text-decoration: none;
    font-weight: bold;
    color: #3F3F3F;
}

#sidebar ul>li a:hover{
    color: #00ABD1;
}

#sidebar ul>li:hover{
    
}

/* FOOTER - COLS ------------------------------------------------------------*/

#footer-cols{
	display: block;
	overflow: hidden;
	color: #3F3F3F;
	line-height: 1.5em;
	margin-top: 40px;
    margin-left: 20px;
}

#footer-cols li.col{
	display: block;
	float: left;
	margin-right: 25px;
}

#footer-cols li.col>h6{
	color: #3F3F3F;
	margin-bottom: 30px;
}

#footer-cols li.clear-col{ clear:left; }

#footer-cols li.col ul{
	display: block;
}

#footer-cols li.col ul li{
	display: block;
}

#footer-cols li.col ul li:first-child{ border-top: none; }

#footer-cols li.col ul li:last-child{ border-bottom: none; }

#footer-cols li.col ul li a{
	text-decoration: none;
	color: #3F3F3F;
}

#footer-cols li.col ul li a:hover{
	color: #fff;
}

/* FOOTER BOTTOM --------------------------------------------------------*/

#footer #bottom{
	position: relative;
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
	line-height: 80px;
	text-align: center;
	color: #868686;
}

#footer #bottom a{
	color: #3F3F3F;
	text-decoration: none;
}

#footer #bottom #to-top{
	position: absolute;
	right: 30px;
	top: 26px;
	width: 33px;
	height: 33px;
	cursor: pointer;
}

/*****************************************/
.nav-buttons
{
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.button
{
    display: inline;
    width: 80px;
	font-size: 12px;
	line-height: 14px;
	margin-right: 5px;
	padding: 3px 10px;
	background: #363636;	
	cursor: pointer;
}

.button:hover
{
	font-size: 12px;
	line-height: 14px;
	margin-right: 5px;
	margin-bottom: 0;
	padding: 3px 10px;
	background: #00ABD1;	
	color: Black;
}

.button2
{
    color: White;
    cursor: pointer;
    border: 0;
    margin: 0;
    padding: 0;
    background: #363636;	
}

.button2:hover
{
    background: #ccc;	
    color: Black;    
}

.button a
{
    text-decoration: none;
    color: White;
}

.button a:hover
{
    color: Black;
}


.button:disabled, .button2:disabled {
    cursor: not-allowed;
    background: #ccc;
}

/*****************************************/

.pn_btnTop
{
    border-bottom: solid 1px #696969; 
    padding-bottom: 10px;
}

.btn_bgdark:hover { 
	color: #ffffff;
	padding: 2px 20px;
	border: 1px solid #000; 

    background-color: #363636;
}



.btn_bgdark { 
	background-color: #00ABD1;
}

.btn_bgwhite {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.btn_bgwhite:hover, .btn_bgdark:hover, btn_bgwhite_green:hover {
        cursor: pointer;
    }

.btn_bgwhite, .btn_bgwhite[disabled]:hover { 
    color: #fff;
	border: 0 none #000; 

    background-color: #363636;
}

.btn_bgwhite:hover {
	background-color: #00ABD1;
}


.btn_bgwhite:disabled, .btn_bgdark:disabled {
    cursor: not-allowed;
    background-color: #ccc;
}
/*************************************************************************/
.btn_bgwhite_green, .btn_bgwhite_green[disabled] {
	color: #ffffff;
	padding: 2px 20px;
    background-color: #009300;
    border: none;
}


.btn_bgwhite_green:hover {
	color: #ffffff;
	padding: 2px 20px;
	background-color: #007700;
}

/*************************************************************************/
.btn_bgwhite_red, .btn_bgwhite_red[disabled] {
	color: #ffffff;
	padding: 2px 20px;
    background-color: #C20000;
    border: none;
}

.btn_bgwhite_red:hover {
	color: #ffffff;
	padding: 2px 20px;
	background-color: #F80000;
}


/*************************************************************************/

.button-selection
{
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	margin: 0 30px 10px 0;
}

.button-selection li
{
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 0;
	padding: 3px 10px;
	background-color: #363636;
    color: #fff;
    border: solid 1px #363636;
    line-height: 14px;
}

.button-selection li[disabled]:hover
{
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 0;
	padding: 3px 10px;
	background-color: #363636;
    color: #f1f1f1;
    border: solid 1px #363636;
    line-height: 14px;
}

.button-selection li:first-child
{
    padding-left: 0px;
	background: none;
	color: #333333;
	cursor: default;
	border: 0px solid transparent;
}


.button-selection li a	
{
	display: block;
	color: #f1f1f1;
	text-decoration: none;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-image: url(./Images/waiting.png);
}

.button-selection li:hover
{
	background: #FF4B94;	
	cursor: pointer;
	border: solid 1px #FF4B94;
}

.button-selection li:first-child:hover
{
    padding-left: 0px;
	background: none;
    cursor: default;
	border: 0px solid transparent;
}

.button-selection li.active
{
	background: #009300;	
	cursor: pointer;
	border: solid 1px #009300;
	cursor: default;
}

/*******************************/
#contact-cols{
	display: block;
	overflow: hidden;
	color: #696969;
	line-height: 1.5em;
	margin-top: 40px;
}

#contact-cols li.col{
	display: block;
	width: 282px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
}

#contact-cols li.col>h6{
	color: #383838;
	margin-bottom: 30px;
	text-shadow: -2px -1px rgba(0, 0, 0, .8);
}

#contact-cols li.clear-col{ clear:left; }

#contact-cols li.col ul{
	display: block;
}

#contact-cols li.col ul li{
	display: block;
	line-height: 35px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #4a4a4a;
}

#contact-cols li.col ul li:first-child{ border-top: none; }

#contact-cols li.col ul li:last-child{ border-bottom: none; }

#contact-cols li.col ul li a{
	text-decoration: none;
	color: #696969;
}

#contact-cols li.col ul li a:hover{
	color: #fff;
}

/***************************************************/
.comentarios_li
{
    padding-bottom: 5px;
    background-repeat: no-repeat;
    background-position: 50% 107px;
    height: 121px;
}

.comentarios_avatar
{
    float: left;  
    clear: both;  
    width: 75px;
    margin-right: 5px;
}

.comentarios_texto
{
    position: relative;
    float: left;
    width: 545px;

    min-height: 80px;
    background: inherit url(../Images/Style/shadow-blog.png) inherit no-repeatcenter bottom ;
}

.comentarios_nick
{
    float: left;
    height: 20px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 3px;
    
    width: 200px;
    
}

.comentarios_fecha
{
    float: left;
    height: 20px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 3px;
    
    text-align: right;
}

.comentarios_cuerpo
{
    width: 525px;
    /*border-top: 1px solid #D8D8D8;
    padding-top: 2px;*/
}

.comentarios_NuevoTexto
{
    width: 620px; 
    height: 100px;    
}

.comentarios_NuevoTextoBt
{
    float: left; 
    width: 150px;
}

.comentarios_NumeroCaracteres
{
    float: left; 
    text-align: right; 
    width: 633px; 
    font-size: 10pt;  
}


/************************  Inicio  *************************/

.index_main
{
	float: left;
	width: 920px;
}
.index_main_one_column
{

}
.index_main_separator
{
    float: left;
    height: 70px;
}
.index_main_two_columns_left
{
	float: left;
	width: 335px;
	margin-bottom: 10px;
}

.index_main_two_columns_right
{
	float: left;
	width: 335px;
	margin-left: 11px;
	margin-bottom: 10px;
}

.index_sidebar{
	float: left;
	width: 305px;
	margin-left: 30px;
    padding-left: 10px;
    border-left: solid 2px #00ABD1;
}

.index_sidebar>li{
	margin-bottom: 20px;
}

.index_sidebar>li h6{
	padding-bottom: 20px;
}

.index_sidebar ul>li{
	line-height: 40px;
	text-decoration: none;
}

.index_sidebar ul>li:last-child{ border-bottom: none; }

.index_sidebar ul>li a{
	display: block;
	text-decoration: none;
}

.index_sidebar ul>li:hover{

}

/************************************************************************/
.form_registro_usuario
{
    list-style-type: none; 
    padding: 0 0 0 0;
    line-height: 1.2;
}

.form_registro_usuario li
{
    margin-bottom: 13px;   
}

.form_err
{
    color: #900;
    font-size: 12px;
}
   
.form_label
{
    text-align: right;
    color: #333;
    font-size: 13px;
    float: left;
    display: block;
    padding: 3px 0 3px 0;
    width: 97px;
    margin-right: 10px;
}

.form_field
{
    padding: 0 0 0 0;
    position: relative;    
}

.form_field input[type=text], .form_field input[type=password], .form_field input[type=file], .form_field textarea
{
    width: 300px;
    
    color: #3F3F3F;
	margin: 0;
	border: 1px solid #3F3F3F;
}

.form_field textarea
{
    width: 600px;
    height: 200px;
}

.form_field input[type=text]:disabled, .form_field input[type=password]:disabled, 
.form_field input[type=file]:disabled, .form_field input[type=file]:disabled, .form_field select:disabled
{
    background-color: #ccc;
    cursor: not-allowed;
}

.form_field input[type=file]
{
    background-color: #fff;
    height: 22px;    
    width: 343px;
}

.form_field input[type=text]:focus, .form_field input[type=password]:focus, .form_field input[type=file]:focus
{
    border: 1px solid #999;
}

.form_field select
{
    width: 300px;
    
    color: #3F3F3F;
    
    border: 1px solid #ccc;
}

.form_note
{
    font-size: 11px;
    color #666;
    margin: 3px 0 0 110px;
}


/*******************************************************************************/
/************************** calendar_week        *******************************/
/*******************************************************************************/
.calendar_week 
{
    border-radius: 30px 30px 0px; 
    -webkit-border-radius: 30px; 
	-webkit-border-bottom-right-radius: 0; 
	-moz-border-radius: 30px; 
	-moz-border-radius-bottomright: 0;
	-o-border-radius: 30px; 
	-o-border-radius-bottomright: 0;
	background: #FFF; 
	margin: 0px 0px 15px; 
	border: 1px solid #FFF; 
	font-weight: normal; 
	position: relative; 
	width: 380px;

	font-size: 11px;
}
.calendar_week ul {
	margin: 20px; 
	overflow: hidden;
}
.calendar_week li {
	margin: 0px 2px 2px 0px; 
	width: 44px; 
	height: 30px; 
	text-align: center; 
	float: left; 
	display: block;
}
.calendar_week li.colhd 
{
    margin: 0px 2px 2px 0px;
	height: 20px; 
	line-height: 20px; 
}
.calendar_week li.rowhd 
{
    margin: 0px 2px 2px 0px;
    line-height: 20px;
}

.calendar_week li.deact_read
{
    background-color: #CCC;   
    cursor: default;
}
.calendar_week li.deact, .calendar_week_deact
{
	background-color: #CCC;
}
.calendar_week li.deact:hover 
{
	background-color: #ADADAD;
}

.calendar_week li.act_read
{
    background-color: #39C558;   
    cursor: default; 
}
.calendar_week li.act, .calendar_week_act
{
	background-color: #39C558;
}
.calendar_week li.act:hover 
{
    background-color: #83C191;
    cursor:pointer;
}
.calendar_week li.actli 
{
	margin: 0px 4px 2px 0px; 
	border: 1px solid rgb(255, 153, 0); 
	width: 58px;
	height: 20px; 
	color: rgb(255, 255, 255); 
	background-color: rgb(255, 153, 0);
}

/***********************************************************************************/

.disponibilidad
{
    position: relative;
    margin: 5px 0 5px 15px;
    list-style-type:none;
    font-size: 12pt;
}
.disponibilidad li
{
    float: left;  
    position: relative;
    	
	border: 1px solid #ccc;
	
	/*margin-left: 10px; inline*/
	text-align: center;
	margin-bottom: 2px;
	margin-right: 2px;
	
	padding: 0 2px 0 2px;
	
    cursor: pointer;
	
	color: Black;
}

.disponibilidad_empty
{
     background: #fff;
}

.disponibilidad_empty:hover
{
     background: #ccc;
}

.disponibilidad_active
{
    background: #009300;
}

.disponibilidad_active:hover
{
    background: #00B500;
}

.disponibilidad_lock
{
    cursor: default;
    
    background: #00AA08;
}

/*******************************************************************/
.imgButton13, .imgButton13Disabled
{
    width: 13px;
    height: 13px;
}

.imgButton16, .imgButton16Disabled
{
    width: 16px;
    height: 16px;
}

.imgButton24, .imgButton24Disabled
{
    width: 24px;
    height: 24px;
}

.imgButton:hover, .imgButton13:hover, .imgButton16:hover, .imgButton24:hover
{
    background-color: #AFAFAF;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;  
	cursor: pointer;
}

.hlButton13 img, .hlButton13Disabled img
{
    width: 13px;
    height: 13px;
}

.hlButton16 img, .hlButton16Disabled img
{
    width: 16px;
    height: 16px;
}

.hlButton24 img, .hlButton24Disabled img
{
    width: 24px;
    height: 24px;
}

.hlButton:hover img, .hlButton13:hover img, .hlButton16:hover img, .hlButton24:hover img
{
    background-color: #AFAFAF;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;  
	cursor: pointer;
}
/*******************************************************************/
.MsgBox_Outter
{
    position: fixed; 
    top: 0px; 
    left: 50%;
    width: 900px;
    margin-left: -465px;
   
    z-index: 999;
    
    text-align: center;
    
    color: #000000;

    padding: 3px 10px 5px 10px; 
}

.MsgBox_Inner
{
    
}

.only_print {
    display: none;
}

/*********************************************************************/
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

a, a:focus, a:hover, a:active, button, button:hover {
    outline: 0 !important;
}

    button.close {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        background: transparent;
    }

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    font-weight: bold;
}


button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

