/* GENERALES */
body {
	font-family: Verdana;
	font-size: 10px;
	color: #00000;
}

table{
    border-collapse: collapse;
	font-size: 12px;
}

img{ 
	border: 0px;
	vertical-align: middle;
}

/* ESPECIALES */

.tabla {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	
}

.celda {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

/* FUENTES */
.fuenteActividad{
	/*color: #426686;	*/
}

.fuenteElemento{
	color: #426686;	
}

.fuenteTipoElemento{
	color: #009966;
}

.fuenteFase{
	color: #993366;
}

.fuenteObra{
	color: #FF9900;	
}

/* HIPERVINCULOS */

a:link {
	text-decoration:	none;
	color:				#000000;
	font-size:			12px; 
	font-weight:		normal;
}

a:visited {
	text-decoration:	none;
	color:				#000000;
	font-size:			12px; 
	font-weight:		normal;
}

a:active {
	text-decoration:	none;
	color:				#000000;
	font-size:			12px; 
	font-weight:		normal;
}

a:hover {
	text-decoration:	none;
	color:				#0066CC;
	font-size:			12px; 
	font-weight:		bold;
}

/* CAMPOS */

.campo{
	border: 1px solid #85b1de;
	background-color: #E1EBF2;
	font-size: 12px;
	font-family: Verdana;
	height: 18px;
}

.derecha{
	text-align: right;
}

.centrado{
	text-align: center;
}

.area{
	width: 300px;
	height: 50px;
}

.largo{
	width: 300px;
}

.comun{
	width: 150px;
}

.mediano{
	width: 80px;
}

.corto{
	width: 30px;
}

/* BOTONES */

.boton {
    border: 1px solid #006;
}

.aceptar {
    background: #CCCCCC;
}

.cancelar {
    background: #FFCCCC;    
}

.guardar {
	background: #9cf;
}

.botonAcepto {
	border:			1px solid #006;
	background: 	#9cf;
	width: 			200px;
	height: 		30px;
	font-size: 		18px;
}

.botonNoAcepto {
	border:			1px solid #006;
	background: 	#FFCCCC;
	width: 			200px;
	height: 		30px;
	font-size: 		18px;
}

/* LISTA DE BUSCADOR */
#listaItem{
	position:relative;
	width:300px;
	background-color:#FFFFFF;
	border:1px solid #85b1de; 
	z-index:1;
	top:1px;
	display:none;
	text-align:left;
}

.resaltado{
	background-color:#d6e5f4;; 
	cursor:pointer;
}