.indicadores{
	height: 30px;
}
.black{
	background-color: black;
}
.whiteText{
	color: white;
}
.features li{
	color:white;
}
.jumbotron{
    height: 670px;
	margin-top: 20px;
	margin-left: 20px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.70);
}
.jumbotron p{
	background-color: rgba(0,0,0,0.50);
	color: white;
	padding: 10px;
	
}
.jumbotron h1{
	color: goldenrod;
}
.jumbotron a{
		border-color: #19134E;
		background-color: #19134E;
}
.jumbotron a:hover{
		border-color: goldenrod;
		background-color: goldenrod;
}
article{
	background-color: white;
}
.azul1{
	background-color: #19134E;
}
.textoAzul1{
	color: #19134E;
}
.blanco{
	background-color: #ffffff;
}
.textoBlanco{
	color: #ffffff;
}
#contactanos{
	margin-top: 80px;
}
#asesoriasContables{
	background-image: url("../images/accountant-1238598_960_720.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#asesoriasTributarias{
	background-image: url("../images/hands-1939895_960_720.png");
	background-repeat: no-repeat;
	background-size: cover;
}
#asesoriasLaborales{
	background-image: url("../images/hands-1939895_960_7201.png");
	background-repeat: no-repeat;
	background-size: cover;
}
#auditorias{
	background-image: url("../images/office-1209640_960_720.png");
	background-repeat: no-repeat;
	background-size: cover;
}
#noticias{
	padding: 20px;
}
#new{
	margin-bottom: 20px;
}
.paddingGeneral{
	padding-left: 10px;
	padding-right: 10px;
}
.paddingTop{
	padding-top: 10px;
}
.paddingBot{
	padding-bottom: 10px;
}
.fecha{
	font-size: 18px;
	font-style: oblique;
	margin: 0;
}
.tituloNew{
	margin: 0 !important;}

/*Tablets en horizonal y escritorios normales*/

@media (min-width: 768px) and (max-width: 1199px) {
.jumbotron{
    height: 670px;
	margin-top: 0;
	margin-left: 0;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.70);
}
.jumbotron h1{
  font-size: 28px;
}
.jumbotron p{
  font-size: 22px;
}
	
}
 
/* Móviles en horizontal o tablets en vertical*/

@media (max-width: 767px) { 

} 
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
/*Móviles en vertical*/

@media (max-width: 480px) {
	
.jumbotron{
    height: 670px;
	margin-top: 0;
	margin-left: 0;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.70);
}
.jumbotron h1{
  font-size: 18px;
}
.jumbotron p{
  font-size: 16px;
}
#asesoriasContables{
	background-image: url("../images/accountant-1238598_960_720.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#asesoriasTributarias{
	background-image: url("../images/hands-1939895_960_720.png");
	background-repeat: no-repeat;
	background-size: cover;
}
#asesoriasLaborales{
	background-image: url("../images/hands-1939895_960_7201.png");
	background-repeat: no-repeat;
	background-size: cover;
}
#auditorias{
	background-image: url("../images/office-1209640_960_720.png");
	background-repeat: no-repeat;
	background-size: cover;
}
}


