﻿.calendario
{
    display:inline;
}
.disponibilidad
{
	border:0px;
	font-family:Verdana;
	text-align:center;
	width:730px;
	height:auto;
	margin-bottom:30px;
	float:left;
	
}
.mes{
    display:block;
    text-align:right;
    margin-right:50px;
    color:#8aab9e;
    border-bottom:none;
    padding:0px 0px 0px 50px;
    vertical-align:bottom;
    margin-top:30px;
    width:663px;
    float:left;
}
.mes_h1{
    text-align:center;
    border:1px solid #8aab9e;
    float:right;
    border-bottom:none;
    width:100px;
    vertical-align:top;
    margin-top:0px;
    margin:0px 0px 0px 0px;
}
.dia
{
    float:left;
	display:inline;
	border:1px solid #eee;
	width:100px;
	border:1px solid white;
	height:15px;	
	color:White;
	background-color:#8aab9e;
	font-weight:bold;
	padding-top:0px;
}
.diaImagen
{
    float:left;
    display:inline;
	border:1px solid #eee;
	width:1px;
	
	background-repeat:repeat-x;
	border:none;
	height:15px;	
	background-color:Transparent;
	font-weight:bold;
	padding-top:0px;
}

.disp
{
    float:left;
	display:inline;
	border:1px solid #eee;
	width:100px;
	height:50px;
	font-size:14px;
	font-weight:bold;	
	color:black;
}

.noDisp
{
    float:left;
	display:inline;
	border:1px solid #eee;
	width:100px;
	height:50px;
	background-color:#FFEBCD;
	/*background-color:#F4A460;*/
	color:red;
	font-size:14px;
	font-weight:bold;	
}

.vacio
{
    float:left;
	display:inline;
	border:1px solid #FFFFFF;
	width:100px;
	height:50px;
	font-size:14px;
	font-weight:bold;	
}

.bloq{
    float:left;
	display:inline;
	border:1px solid #eee;
	width:100px;
	height:50px;
	background-color:#A9A9A9;
	color:red;
	font-size:14px;
	font-weight:bold;
}

.disp_h1, .noDisp_h1, .bloq_h1
{
	font-size:11px;
	text-align:right;
	float:right;
	height:15px;
	width:auto;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
	background-color:White;
	color:#7F8AA8;	
	background-image:none;
}

.disp_h2, .noDisp_h2, .bloq_h2
{
	font-size:11px;
	text-align:left;
	float:left;
	height:15px;
	width:15px;
	background-color:#F7F7C6;
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	color:#7F8AA8;
	font-weight:normal;	
	background-image:none;
}
/*


#bloq{
	height:50px;
	background-color:#C9E6FF;
	color:red;
	font-size:14px;
	font-weight:bold;
}

#bloqEsp{
	height:50px;
	background-color:#F7F7A8;
	font-size:14px;
	font-weight:bold;
}

.disp h4 , #noDisp h4 , #bloq h4
{
	font-size:11px;
	text-align:right;
	float:right;
	height:15px;
	width:15px;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
	background-color:White;
	color:#7F8AA8;	
}

.disp h3 , #noDisp h3 , #bloq h3
{
	font-size:11px;
	text-align:left;
	float:left;
	height:15px;
	width:40px;
	background-color:#F7F7C6;
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	color:#7F8AA8;
	font-weight:normal;	
}

*/
.separador {
	clear: both;
	height: 1px;
	overflow: hidden;
	line-height: 1%;
	font-size: 0px;
	margin-bottom: -1px;
}


.tituloPeq{
    background-color:#94D105;    
    font-Size: 9px;
    font-weight:bold;
}

.weekendPeq{
    background-color:#EBEDD3;  
}

.cabeceraDiaPeq{
    background-color:#8aab9e;   
    border-color:White;
    height: 1px;
    font-weight:bold;
}
.siguienteAnteriorPeq{
    font-Size: 9px;
}
.hoyPeq{
    background-color:#FF6600;  
    color:White;
}
.selectorPeq{
    background-color:#FFCC66;  
}
.seleccionadoPeq{
    background-color:#eef0df;  
    border-color:#0D477F;
    border-style:solid ;
    font-weight:bold;
    color:White;
}
.calendarioPeq{
    background-color:#F4F5E7;  
    border-color:#88A5CF;
    border-style:solid ;
    font-weight:normal;
    font-family:Verdana;
    height:126px; 
    width:239px;
    color:#0D477F;
}