
h3 {
    font-size: 6vmin !important;
    color: #666 !important;
    font-weight: bold;
    text-shadow: none !important;
}
#precios {	
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-bottom: 0px;
	height: 0px;
}
#precios a {
	background: url(../images/portada/ico_grafico.png) no-repeat ;
	background-position:center;
	background-color:#FF6600;
	display: block;
	clear: both;
	height: 10vmin !important;
	width: 10vmin !important;
	
}

.Table{            
	display: table;
	width:100%;
	border:0px;
}

.Title
   {

            display: table-caption;

            text-align: center;

            font-weight: bold;

            font-size: larger;

  }

.Heading{

            display: table-row;

            font-weight: bold;

            text-align: center;

        }

.Row{

display: table-row;
border:0px;
}

.Cell {
            display: table-cell;
            border:0px;
            border-width: thin;
            padding-left: 5px;
            padding-right: 5px;
}