@charset "utf-8";
/* CSS Document */

.rd-style-celda-informes {width: calc(25%);}

.rd-a-style {color: black !important ;text-decoration: none !important;}

.mdl-grid {font-family: 'Gotham A', 'Gotham B' !important;}

.rd-style-portlet-list-row-articulos:hover {cursor:pointer;background-color: #ebf4ff !important;}

.rd-style-no-underline:hover {text-decoration:none !important;color: black !important;}
	
.rd-style-no-underline {text-decoration:none !important;color: black !important;}
 
.rd-style-icono-informes {
 	text-decoration:none !important;
	color: black! important;
	outline: none; 
	outline-offset: 0px;
	padding-left:10px !important;
	padding-right:10px !important;
 	}
 	
.mdl-tabs__panel{background:white;}
 
.rd-style-bordes {
	border-top: 1px solid #d5d5d5;
  	border-right: 1px solid #d5d5d5;
 	border-bottom: 1px solid #d5d5d5;
 	border-left: 1px solid #d5d5d5;	
	}

.mdl-tabs__tab{color: black !important;text-decoration: none !important;}
 
.rd-style-resultados-texto1{font-weight: bold;}

.rd-style-resultados-texto2{text-align: center;color: grey !important;}

.a {color: black !important;text-decoration: none !important;}
 
.rd-style-texto-informes1{font-size: 13px;text-align: left;}
	
.rd-style-texto-informes2{
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	}

.rd-style-contenido-general {background-color:white;}

.rd-style-tabla-informes {
	padding: 15px !important;
	font-size: 13px;
	text-align: left;
	}

.rd-style-tabla-informes tr:nth-child(odd) {background-color:#f9f9f9;}

.rd-style-tabla-informes tr:nth-child(even) {background-color: white;}

.rd-style-portlet-list-row-articulos:last-child .rd-style-linea-borde {border-bottom:none;}

.rd-style-tabs__tab-bar {
	align-content: space-between;
	align-items: flex-start;
	background: #eceff1 none repeat scroll 0 0  !important;
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	flex-direction: row;
	height: 48px;
	justify-content: center;
	margin: 0;
	padding: 0;
	}

.rd-style-informes-container {width: 100%;}
	
.rd-style-informes-header {background-color: #004b98;}

.rd-style-box-shadow{box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);}

.rd-style-linea-borde{
	border-bottom: 1px solid #d5d5d5;
	align-items:center;
	display:flex;
	}

.rd-style-padding-bot {padding-bottom:10px;font-family:'Gotham A','Gotham B' !important;}

.rd-style-tabla-informes {font-family: 'Gotham A', 'Gotham B' !important;}

@media screen and (min-width:320px) {
	.rd-style-imagen-informes img {width:100px;height:auto;}
}

@media screen and (max-width:480px) {
	.rd-style-imagen-informes {display: none;}
	.rd-style-tabla-informes td:first-child {display:none;}
   .rd-style-tabla-informes td:last-child {display:none;}
}