.contenido-ficha{
	position:absolute; left:0px; top:625px; width:100%; height:100%; z-index:1; margin-top:80px 
}
.contenido-ficha-col1{
	width:60%;
	float:left;
	margin-right:5%;
	text-align:left;
}
.contenido-ficha-col2{
	width:35%;
	float:left;
	text-align:left;
}

.CalenDia-altura{
	height:34px;
	margin-bottom:0.20%;
}
.Calendario-disp{
	width:90%;
	margin-right:5%;
	margin-left:5%;
}
.calen-dimensiones{
	width:100%;
	margin-right:0px;
	margin-left:0px;
	height:290px;
}
.home-Destacados_titulo {
	font-family: 'Titulos', sans-serif;
	font-size: 60px;
	line-height:70px;
	font-weight:bold;
}
.horario-html-item{
	display:inline-block;
	width:95%;
	margin-bottom:10px;
	padding:10px;
	color:#43484B;
	border: 1px solid #DDDDDD;
	background-color:#FFFFFF;
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	-khtml-border-radius: 8px; /* KHTML */
	border-radius: 8px;
	cursor:pointer;
	background-image: url(Images/horario-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 50%;
}
.horario-html-item:hover{
	background-color:#EFEFEF;
}

.horario-html-item-select{
	display:inline-block;
	width:95%;
	margin-bottom:10px;
	padding:10px;
	color:#333333;
	background-color:#DDF7EA;
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	-khtml-border-radius: 8px; /* KHTML */
	border-radius: 8px;
	cursor:pointer;
	background-image: url(Images/horario-ok.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 50%;
	border: 1px solid #B9EED3;
}
.personas-txt{
	width:40%;
	float:left;
	text-align:left;
	padding-top: 5px;
}
.personas-num{
	width:60%;
	float:left;
	text-align:right;
}
.slide-ficha{
	position:absolute; left:0px; top:80px; width:100%; height:625px; z-index:1; background-color:#99FF66;
}
.slide-ficha-col1{
	position:absolute;
	left:0px;
	top:0px;
	width:60%;
	height:100%;
	z-index:1;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	border-right:4px solid #FFFFFF;
	z-index:3;
}
.slide-ficha-col1-dentro{
	position:absolute;
	left:10%;
	top:100%;
	width:80%;
	height:80%;
	margin-top:-40%;
}
.slide-ficha-col2{
	position:absolute;
	left:60%;
	top:0px;
	width:40%;
	height:50%;
	z-index:1;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	border-bottom:4px solid #FFFFFF;
	z-index:2;
}

.slide-ficha-col3{
	position:absolute;
	left:60%;
	top:50%;
	width:40%;
	height:50%;
	z-index:1;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	z-index:1
}