
.TituloGeneral {
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin none #CCCCCC;
	text-align: center;
	background-position: left center;
	background-repeat: repeat-y;
}

.NombreCampo {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #B6CFB6;
	line-height: normal;
	vertical-align: baseline;
	text-align: justify;
	white-space: normal;
	text-indent: 10px;
	height: 20px;
}

.ValorCampo {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
}

.Encabezado {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-top: thin none #666666;
	border-right: thin none #666666;
	border-bottom: thin solid #666666;
	border-left: thin none #666666;
}

body {
	background-color: #E9FCE9;
}

button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CC3300;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.DatosCampo {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	background-color: #E1E1E1;
	color: #000066;
}

.detalleCampo {
	font-family: Tahoma;
	font-size: 10px;
	color: #000066;
	background-color: #DBDBDB;
}

.boton {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #e0f3fe;
	font-weight: normal;
}

.browse {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(Imagenes/browse.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}

.buscarbmp {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(Imagenes/Buscabmp.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

* {
	margin: 0px;
	padding: 0px;
}

ul, ol {
	list-style: none;
}

.nav > li {
	float: left;
}

.nav li a {
	color: #000;
	text-decoration: none;
	display: block;
}

.nav li a:hover {
	background-color: #777fd7;
}

.nav li ul {
	display: none;
	position: absolute;
	min-width: 140px;
}

.nav li:hover > ul {
	display: block;
}

.nav li ul li {
	position: relative;
}

.nav li ul li ul {
	right: -140px;
	top: 0px;
}