@charset "UTF-8";
body,td,th {
	font-family: "Roboto Condensed", sans-serif;
}
a { color: inherit; }
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
p {
	padding:10px;
	
}

.paddingLight {
	padding:10px;
	
}
.TextoBold {
	font-weight: bold;
	color: #004785;
}
.TextoBoldGris {
	font-weight: bold;
	color: #999;
}
.TextoBoldNegro {
	font-weight: bold;
	color: #000;
}
.TextoBoldGrisMedio {
	font-weight: bold;
	color: #999;
}
.TextoGrisMedio {
	color: #999;
}
.TextoGrisFuerte {
	font-weight: bold;
	color: #666;
	font-size: 18px;
}
.TextoBoldGrisFuerte {
	font-weight: bold;
	color: #666;
	font-size: 18px;
}
.TitulosSecciones {
	font-size: 45px;
	font-weight: 700;
}
.SubTitulosSecciones {
	font-size: 30px;
	font-weight: 700;
}
.TextoChico {
	font-size: 12px;
	color: #648A2D;
}
.LogInIncorrecto {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}
.BackBloques {
	background-color: #F6FFF0;
}
.TitulosGrisMediano {
	font-size: 24px;
	font-weight: bold;
	color: #648A2D;
}
.VerdeDextro {
	color: #648A2D;
}
.AzulDextro {
	color: #00CAFD;
}
.NaranjaDextro {
	color: #FF6600;
}
.RojoDextro {
	color: #FF3333;
}
.AzulFuerteDextro {
	color: #0C6A8E;
}
.RojoDextro {
	color:#F00
}
.PreciosNetosDextro {
	color: #06C
}
.bold {
	font-weight: bold;
}
.TextoPuestoGris {
	color: #666;
	font-size: 12px;
}
.TextoPuestoGrisFuerte {
	color: #333;
	font-size: 12px;
}
.TextoBoldVerde {
	font-weight: bold;
	color: #093;
}
.TextoVersiones {
	font-size: 14px;
	font-weight: lighter;
	color: #79AE33;
}
.TextoMasVersiones {
	font-size: 14px;
	font-weight: lighter;
	color: #00CAFD;
}

.DepartamentosEnContactos {
	border: 1px solid #CCC;
}
.DepartamentosTitulo {
	color: #FFF;
	background-color: #CCCCCC;
}
.field_set{
	border-color: #E6E6E6;
}
.AlineacionDerecha {
	
text-align: right;
}
.text_button {
	border: none;
	background-color: transparent;
	padding: 0;
	color: #666;
	font-size: 12px;
}img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.TextoChicoGrisArial {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
}
.AzulFacturas {
	color: #0062FF;
}
<!--Para Rotar los titulos en las tablas de HomeContabilidad.php-->

table {

  border-collapse: collapse;
}

.rotate {
   -moz-transform: rotate(-90deg);  /* FF3.5+ */
   -o-transform: rotate(-90deg);  /* Opera 10.5 */
   -webkit-transform: rotate(-90deg);  /* Saf3.1+, Chrome */
   filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=3);  /* IE6,IE7 */
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; /* IE8 */
   vertical-align: top;
   padding: 15px 0;
   width:5px;
   white-space: nowrap;
} 



