﻿/***** General *****/
body, html {
	background-color: White;
	margin: 0px;
}
body, table, .control {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	text-align: left;
}
table.detalleProyecto {
	background-color: White;
	border: solid 1px #CCCCCC;
	padding: 5px;
}
.login {
  font-size: 10px;
}
.login a, .login a:hover {
	color: #006699;
}
.loginBoton {
	border: solid 1px Black;
	font-size: 10px;
	height: 16px;
}
.loginControl {
	border: solid 1px Black;
	font-size: 10px;
	height: 12px;
	width: 80px;
}
.nombreProyecto{
	background-position-x: left;
	height: 27px;
}
.noticiaFecha {
	text-align: right;
}
.noticiaTitulo {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.textoContenido{
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #666666;
}
.textoRegistro {
	color: #003300;
	font-weight: bold;
}
.tituloProyectos{
	font-family: Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
/***** Cobranding *****/
.ajaxLoadingPanel {
	background-color: #85A01F;
}
.ajaxLoadingPanelText {
	color: White;
	font-size: 13px;
	font-weight: bold;
}
.bordeTabla {
	border: solid 1px #EBEBEB;
}
.boton {
	text-align: center;
}
.boton, .control, .numeroWeb {
	border: solid 1px Black;
}
.detalleAlterno, .detalleItem {
	font-weight: normal;
	text-indent: 5px;
}
.detalleNombre {
	font-weight: bold;
	vertical-align: baseline;
	text-indent: 5px;
}
.gridAlterno, .detalleAlterno {
	background-color: #DFE2D4;
	font-weight: normal;
}
.gridColumnaValor {
	padding-right: 5px;	
}
.gridEncabezado a, .gridEncabezado a:link, .gridPaginador a, .gridPaginador a:link {
	color: White;
}
.gridEncabezado a:hover, .gridPaginador a:hover {
	color: Yellow;
}
.gridEncabezado, .detalleEncabezado {
	background-color: #85A01F;
	color: White;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	text-align: center;
}
.gridItem, .detalleItem {
	background-color: #EDEFE7;
	font-weight: normal;
}
.gridPaginador {
	background-color: #B7BCA7;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
}
.numeroWeb {
	background-color: WhiteSmoke;
	color: Gray;
	text-align: center;
}
.textoPasos {
	color: #5D9518;
	font-size: 10px;
}
.tituloTipoInformacion {
	font-size: 12px;
	font-weight: bold;
}
.validacion {
	font-size: 10px;
}