.boxFloat
{
    position: relative;
    border:5px solid #BD0000;
    width:128px;
    height:90px;
    float:left;
    margin-left:15px;
    margin-bottom: 5px;
}
.item-news img{
    float: left;
    margin-right: 5px;
    border: #000 4px solid;
    
}

.latest-photos img{
    
    border: #333 5px solid;
}

.latest-photos img:hover{
    opacity: 0.5;
    border: #BD0000 5px solid;
}


.nav-tabs > .active > a, .nav-tabs > .active > a:hover
{
    font-size: 12px;
    color: #bd0000;
}
a
{
    color:#BD0000;
    text-decoration:none;
}
a:hover
{
    color:#bd0000;
    text-decoration:none;
}
.qInput
{
    padding:5px;
    width:90%;
}
.qBuscar
{
    padding:5px;
}
.sideBusqueda
{
    padding-left: 5px;
}

.imagenDV
{
    position:relative;
    width:250px;
    height:80px;
    margin-bottom:5px;
    float:left;
    margin-left:50px;
    
}
.imgn
{
    position: absolute;
    clip:rect(0px,250px,120px,0px);
    z-index:1;
}

.imgEditorial
{
    position: absolute;
    clip:rect(0px,400px,200px,0px);
    z-index:1;
}
.imagenTitle
{
    font-family: 'Open Sans', sans-serif;
    position:absolute;
    padding-top:10px;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:20px;
    width:230px;
    height:100px;
    color:white;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(10,10,10,1)); /* For Safari */
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(10,10,10,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(10,10,10,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(10,10,10,1)); /* Standard syntax (must be last) */
    z-index:2;
        
}
.imagenTitle:hover
{
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(5,5,5,1)); /* For Safari */
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(5,5,5,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(5,5,5,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(5,5,5,1)); /* Standard syntax (must be last) */
    z-index:2;
}
.imagenTitleMini
{
    font-family: 'Open Sans', sans-serif;
    position:absolute;
    padding-top:10px;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:20px;
    width:200px;
    height:75px;
    color:white;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(10,10,10,1)); /* For Safari */
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(10,10,10,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(10,10,10,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(10,10,10,1)); /* Standard syntax (must be last) */
    z-index:2;
        
}
.imagenTitleMini:hover
{
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(5,5,5,1)); /* For Safari */
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(5,5,5,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(5,5,5,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(5,5,5,1)); /* Standard syntax (must be last) */
}
.imagenTitleEditorial
{
    font-family: 'Open Sans', sans-serif;
    position:absolute;
    padding-top:10px;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:20px;
    width:380px;
    height:175px;
    color:white;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(10,10,10,1)); /* For Safari */
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(10,10,10,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(10,10,10,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(10,10,10,1)); /* Standard syntax (must be last) */
    z-index:2;
        
}
.imagenTitleEditorial:hover
{
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(5,5,5,1)); /* For Safari */
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(5,5,5,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(5,5,5,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(5,5,5,1)); /* Standard syntax (must be last) */
}

.boxIT
{
    margin: 0 5px;
    float:left;
}



@charset "UTF-8";
/* CSS Document */
table{
	width:100%;
	}

@media screen and (max-width:720px){
	table, thead, tr, th, tbody, td{
		display:block;
	}
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
	}
	td:before { 
		position: absolute;
	
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
