/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*particular*/
.owl-controls{
	margin-top:0!important;
}
.ver_mas{
	margin-top:0!important;
	height: 25px;
    line-height: 25px;
    margin-top: 0 !important;
    text-decoration: none;
}

.item_aviso {
	display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0 !important;
     padding-top: 3px;
}
.fecha_aviso{
	float: left;
    margin-bottom: 0;
    margin-top: 0;
}
.aviso_dia{
	background-image: url("../../../imagenes/app/evento_248/cal.png");
	background-repeat: no-repeat;
    color: #444444;
    display: block;
    float: left;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    padding-left: 30px;
    
}
.aviso_hora{
	
	background-image: url("../../../imagenes/app/evento_248/hora.png");
	 background-repeat: no-repeat;
    color: #444444;
    display: block;
    float: left;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    padding-left: 30px;
}
.aviso_titulo{
	 clear: both;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 22px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 92%;
}
.ver_mas_aviso{
	display: block !important;
    float: right !important;
    margin-bottom: 0;
    margin-top: 5px;
    position: absolute;
    right: 15px;
    top: 5px;
}

/*parte din�mica de cada estilo*/

.ver_mas_aviso {
    background: none!important;
    border: none!important;
}
.owl-carousel {
   /* border-top: 1px solid #DDDDDD;*/
   /* box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);*/
}
.item_aviso {
	background: #000000; /* Old browsers */

}	
.aviso_dia{
    background-image: url("../../../imagenes/app/evento_56/cal.png");
    color: #fff;   
    text-shadow: none;
}
.aviso_hora{
	
	background-image: url("../../../imagenes/app/evento_56/hora_blanco.png");
    color: #fff;
    text-shadow: none;
}
.aviso_titulo{
	 color: #fff;
	 text-shadow: 0 1px 0 #444;
}

