

#container{
	background-color:rgba(237, 235, 235, 0.9);
}

/*Recomendacion*/
.col-md-9{
	text-align: right;
}

.col-md-pull-9{
	text-align: center;
}

/* estilo de descargas llista de precios */
 a{
	text-decoration:none;
}

 a:hover{
  color:#FD6E14;
  text-decoration:none;
}

.col-md-push-3{
 text-align: center;
}



/* Estilo de la tabla 
.table tbody tr:not(.thead):hover{
	background-color:#FD6E14;
	color:white;
}
*/

.table tbody tr.thead:hover{
	background-color:rgba(3, 66, 110, 0);
}

.table tbody tr th{
	background-color:rgba(3, 66, 110, 0.3);
	/*text-align: center;*/
}

.izq{
	text-align: left;
}

.table tbody tr th.subtitulo{
	background-color:rgba(3, 66, 110, 0.2);
	text-align: right;
}

.table tr:nth-child(even){
	background-color:rgba(194, 194, 194, 0.9);
}

.sinfondo{
	background-color: transparent;
}

@media screen and (max-width: 800px), screen and (max-height: 540px) { /* Specific to this particular image */
	.table{
		margin-bottom:80px;
	}
}

