/*******************************/
/** HOME ***********************/
/*******************************/
#homeContent a h1{
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 15px;
	color: #000;
	background-color: #baaba9;
        display:block;
        padding:4px 0px 6px 20px;
}
/* SHORTCUTS */
#homeContent{
    border:0px solid red;

}

ul#shortcuts{
	height: 303px;
        border:0px solid green;
        width:1090px;
        position: relative;
        top:0px;
        left:0px;
}
ul#shortcuts li.fila{
	float:left;
        border:0px solid yellow;
        margin:0px 19px 0px 0px;
        width:227px;
        overflow: hidden;
}
ul#shortcuts li.fila a.damero{
        border:0px solid grey;
        height: 298px;
        display:inline-block;
}

ul#shortcuts li.fila a.damero span.wrapperImg{
        border:0px solid red;
        display:block;
        position:relative;
        top:12px;
        left:0px;
        height:259px;
        overflow:hidden;
}
ul#shortcuts li.fila a.damero span.wrapperImg img{
        border:0px solid red;
        /*width:230px;
        height:260px;*/
       height:260px;
}
ul#shortcuts li.fila a.damero span.shortcutHover{
	position: absolute;
	top: 36px;
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 14px;
	display: block;
	width: 227px;
	height: 261px;
	background: url('img/shortcutHover.png') #1a1a1a;
	opacity: .0;
        border:0px dotted orange;
}
ul#shortcuts li.fila a.damero span.shortcutHover p{
	width: 100px;
	margin-left: 60px;
	padding-top: 110px;
	color: #baaba9;
	text-align: center;
}
.altoCaja1{
}
/* HOME - NEWS */
#wrapperHomeNews{
    float:left;
    
    width:473px;
    border-bottom:1px solid #4b4a4a;
    overflow: hidden;
}
#homeNews{
    margin-top: 24px;
}
#homeNews li{
        margin:10px 0px 12px 0px;
        clear:both;
}
#homeNews li.lineaAbajo{
        border-bottom:1px solid #4b4a4a;
}
#homeNews li div.wrapper{
height:33px;
overflow: hidden;
margin-bottom: 15px;
margin-left:20px;
width:385px;
float:right;
}
#homeNews li div.wrapperImg{
	position: relative;
	top: 0px;
	left: 0px;
        width:65px;
        height:65px;
        overflow: hidden;
        float:left;
        vertical-align: top;
}
#homeNews li a{

	color: #baaba9;
        font-family: 'Terminal Dosis', sans-serif;
	font-size: 15px;
        line-height: 18px;
        text-decoration: none;

}
#homeNews div.wrapperImg img{
        width:70px;
}
/* HOME - SHOWS */
#wrapperHomeShows{
    float:left;
    width:473px;
    margin-right: 19px;
    border-bottom: 1px solid #4b4a4a;
    /*overflow: hidden;*/
}
.homeShows{
    padding-top:16px;
}
.homeShows li{
	position: relative;
	color: #baaba9;
	height: 98px;
        font-family: 'Terminal Dosis', sans-serif;
	font-size: 17px;
	color: #baaba9;
        padding-top: 8px;
}
.homeShows li.lineaAbajo{
	border-bottom: 1px solid #4b4a4a;
        margin-bottom: 5px;
}
.homeShows div.wrapperImg{
	position: relative;
	top: 0px;
	left: 0px;
        width:65px;
        height:65px;
        overflow: hidden;
        display:inline-block;
        vertical-align: top;
}
.homeShows div.wrapperTexto{
        display:inline-block;
        vertical-align: top;
        border:0px solid red;
        margin-left: 17px;
        font-size: 15px;
        width:370px;
}
.homeShows div.wrapperFecha{
    position:absolute;
    bottom:14px;
    right:0px;
    border:0px solid red;
    font-size: 13px;
}

.homeShows li h2{
    font-size: 19px;
    margin-bottom: 14px;
}
.homeShows li div.divLink{
	position: absolute;
        top:0px;
        left:0px;
        width:100%;
        height:75px;
}
.homeShows a{
	color: #baaba9;
}
.homeShows li div.divLink a{
        display:block;
	position: relative;
        top:0px;
        left:0px;
        width:100%;
        height:75px;
	color: #baaba9;
}
.homeShows div.wrapperImg img{
        width:70px;
}
/* HOME - CONTACT */
#wrapperHomeContact{
    float:left;
    width:230px;
    border-bottom: 1px solid #4b4a4a;

}
.contactHome{
	font-family: 'Terminal Dosis', sans-serif;
	text-align: right;
	color: #baaba9;
	font-size: 16px;
}
.contactHome div.wrapperTexto{
    border:0px dashed grey;
    margin:19px 0px 21px 0px;
}
.contactHome div.wrapperTexto div.link{
    padding-top:4px;
}

.contactHome h1{
	text-align: left;
}

.contactHome p{
        /*font-size: 15px;
        line-height: 15px;
	margin-top: 20px;
	margin-bottom: 2px;
        border: 1px dashed grey;*/
}

.contactHome div.intro p{
margin:0;padding:0;
}

.contactHome a{
	color: #5fcfff;
	text-decoration: none;
}
