body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
p {
	text-align: justify;
}
h2 {
	font-size: 12px;
}

pre {
	margin: 0px; 
	font-family: monospace;
}
table {
	border-collapse: collapse;
}
.campoBus{
	background-color: #D5E7FD;
	color:#0E7DFA;
	padding-right:5px;
	border:none;
}
.campoOpc{
	background-color: #EAF1FF;
	color:#0E7DFA;
	padding-left:5px;
	border:none;
}
.espacio15{
	height:15px;	
}
.center {
	text-align: center;
}
.center table { 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
}
.center th { 
	text-align: center !important; 
}
td, th {  
	font-size: 75%; 
	vertical-align: baseline;
/*	border:1px solid red;*/
}
h1 {font-size: 150%;}
h2 {font-size: 125%;}
.p {text-align: left;}
.e {
	background-color: #ccccff; 
	font-weight: bold; 
	color: #000000;
}
.h {
	background-color: #9999cc; 
	font-weight: bold; 
	color: #000000;
}
.v {
	background-color: #cccccc; 
	color: #000000;
}
i {
	color: #666666; 
	background-color: #cccccc;
}
img {
/*	float: left; */
	border: 0px;
}
hr {
	width: 600px; 
	background-color: #cccccc; 
	border: 0px; 
	height: 1px; 
	color: #000000;
}
.campo{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
/*	border:1px solid red;*/
}

.auxCampo{
	color:#cccccc;
}

.calendario{
	font-size:10px;
	font-weight:bold;
	color:#7c7c7c;
	text-decoration:none;
}

/*ESTILOS JUAN PRUEBA*/
select{
	border: 1px solid #BBBBBB;
	font-size:12px;
}
textarea{
	border: 1px solid #BBBBBB;
	font-size:12px;
}
input{
	border: 1px solid #BBBBBB;
	font-size:10px;
}
.tabla{
	background-image:url(../img/fondoAdmin.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	width: 100%;
}
.titulo{
	text-align: center;
	font-size:12Px;
	color:#FFFFFF;
	font-weight:bold;
	
	background-image:url(../img/fondoCelda.jpg);
	background-repeat:repeat-x;
	background-position:center;
}
.subTitulo{
	font-size:11px;
	text-align:center;
	color:#555555;
	font-weight:bold;
	
	background-image:url(../img/fondoCeldaSubtitulo.jpg);
	background-repeat:repeat-x;
	background-position:center;
}
.filaPar{
	background-color:#EEEEEE;
}
.filaImpar{
	background-color:#FFFFFF;
}

/*ENLACES OPCION SUPERIOR EJEMPLO: NUEVA CASA*/
a.linkSuperior:link, a.linkSuperior:visited{
	font-family: Arial, Verdana, Helvetica;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color: #0066FF;
}
a.linkSuperior:hover{
	text-decoration: underline;
	color:#666666;
}
/*ENLACES POR DEFECTO*/
a:link, a:visited{
	font-family: Arial, Verdana, Helvetica;
	font-size:11px;
	text-decoration:none;
	color: #000099;
}
a:hover{
	text-decoration: underline;
	color:#333333;
}

form {
	margin:0 0 0 0;
}

.panel{
	font-size:11px;
	font-weight:bold;
/*	color:#7c7c7c;
	text-decoration:none;
*/
}

/*PROMOCIONES desde fuera*/
table.promocion{
	border-bottom:2px SOLID #999999;
	border-right:2px SOLID #999999;
	background-color:#e9e9e9;/*#F8F8E7;*/
	width: 245px;
	height: 200px;
}

/*	ESTILOS DE LA AYUDA	*/
div.divAyuda{
	position: absolute;
	visibility:hidden;
	top: -150px;
	left: -500px;
	
	width: 200px;
	height: 100px;
	
	background-color:C9E4FF;
	border: 1px SOLID #99CCFF;
	border-right: 2px SOLID #006699;
	border-bottom: 2px SOLID #006699;
	vertical-align:top;
}
.titAyuda{
	background-color: #99CCFF;
	border-bottom:1px SOLID #006699;

	font-size: 10px;
	font-weight:bold;
	text-align: center;
	color: #006699;
}
/*
Azul claro: #C9E4FF
Azul GESTINOR: #99CCFF
Azul Oscuro: #006699

Amarillo GESTINOR: #FFD133
*/
.txtAyuda{
	color: #006699;
	padding: 10px;
}

/*	ESTILOS DE LA LEYENDA	*/
div.divLeyenda{
	position: absolute;
	visibility:hidden;
	top: -150px;
	left: -500px;
	
	width: 95px;
	height: 100px;
	
	background-color:C9E4FF;
	border: 1px SOLID #99CCFF;
	border-right: 2px SOLID #006699;
	border-bottom: 2px SOLID #006699;
	vertical-align:top;
}

tr.borderBottom{
	border-bottom:2px SOLID #DAE1EF;
}
