@media (min-width: 601px) {
.node-type-pagina-reportes-anuales .views-row:first-of-type{
    border-top: 3px rgb(222, 72, 61) solid;
}
.node-type-pagina-reportes-anuales .views-row {
    border-bottom: 3px rgb(222, 72, 61) solid;
    height:175px;
}

.node-type-pagina-reportes-anuales .view-content{
      width: 1000px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.node-type-pagina-reportes-anuales #content{
    background-color: #f9f6ef;
} 

.node-type-pagina-reportes-anuales #titulo_reportes_anuales {
    font-family: "roboto",sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #1b3c6c;
    width: 715px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    margin-bottom: 30px;
}

.node-type-pagina-reportes-anuales #copy_reportes_anuales {
    width: 715px;
    margin-left: auto;
    margin-right: auto;
    font-family: "roboto",sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    color: #1b3c6c;
    margin-bottom: 100px;
}

.node-type-pagina-reportes-anuales .views-field-field-imagen-reporte-anual {
    float:left;
    padding: 22px;
}
.node-type-pagina-reportes-anuales .views-field-title {
    float:left;
    font-size: 24px;
    font-family: "Roboto",sans-serif;
    color: rgb(27, 60, 108);
	font-weight: 700;
    text-transform: uppercase;
    padding-top: 75px;    
	width: 650px;
}

.node-type-pagina-reportes-anuales .views-field-field-archivo-reporte-anual {
    font-size: 22;
    font-family: "Roboto",sans-serif;
    color: rgb(222, 72, 61);
	font-weight: 500;
    text-decoration: underline;
    line-height: 1.2;
    text-align: left;
    margin-top: 65px;
    float: right;
    margin-right: 30px;
    background: url(../images/publicaciones_PDF.png) left top no-repeat;
    background-size: 40px;
    height: 55px;
    padding-left: 55px;
    padding-top: 15px;

}
.node-type-pagina-reportes-anuales .views-field-field-archivo-reporte-anual img {
    display: none;
}
/*.node-type-pagina-reportes-anuales .views-field-field-imagen-reporte-anual img {
    height: 130px;
    width: 100px;
}*/


.view-view-reportes-anuales  li a,
.view-view-reportes-anuales  li.pager-current {
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #de483d;
}

.view-view-reportes-anuales .pager{
    margin-top: 50px;
    margin-bottom: 60px;
}
}