﻿.textoTarifa {
	color: maroon;
	font-size: 8.0pt;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	text-align: left;
	vertical-align: middle;
	border-style: none;
	border-color: inherit;
	border-width: medium;
	padding: 0px;
	background: white;
}
.nombreTarifa {
	color: white;
	font-size: 9.0pt;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	text-align: center;
	vertical-align:middle;
	border-left: .5pt solid black;
	border-right: .5pt solid black;
	border-top: .5pt solid black;
	border-bottom: .5pt solid black;
	padding: 0px;
	background: #FF6600;
	height:42px;
}
.headerRegiones {
	color: white;
	font-size: 8.0pt;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	text-align:left;
	vertical-align: middle;
	border: .5pt solid black;
	padding: 0px;
	background: #FF6600;
}
.headerMeses {
	color: white;
	font-size: 8.0pt;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	text-align: center;
	vertical-align:middle;
	border: .5pt solid black;
	padding: 0px;
	background: #FF6600;
	width:75px;
}
.celdaRegiones {
	color: black;
	font-size: 8.0pt;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	vertical-align: middle;
	border: .5pt solid black;
	padding: 0px;
	background: white;
}
.celdaMeses {
	color: black;
	font-size: 8.0pt;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	text-align: right;
	vertical-align: middle;
	border: .5pt solid black;
	padding: 0px;
	background: white;
	width:75px;
}

.anotaciones {
	color: white;
	font-size: 8.0pt;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	text-align: left;
	vertical-align: middle;
	border-left: .5pt solid black;
	border-right-style: none;
	border-right-color: inherit;
	border-right-width: medium;
	border-top-style: none;
	border-top-color: inherit;
	border-top-width: medium;
	border-bottom-style: none;
	border-bottom-color: inherit;
	border-bottom-width: medium;
	padding: 0px;
	background: #FF6600;
}
.celdaBlancoSeparador{
	color:white;
	width:75px;
}
