@charset "utf-8";
/* CSS Document */

*{
	font-family: "Century Gothic", Arial, "Times New Roman";
	font-size: 12px;
}

.hidden{
	visibility: hidden;
}

.visible{
	visibility: visible;
}

.align-l{
	text-align: left;
}

.align-c{
	text-align: center;
}

.align-r{
	text-align: right;
}

.clear-l{
	clear: left;
}

.float-l{
	float: left;
}

.msg-float-l{
	float: left;
	margin-left: 5px;
}

.tiny{
	width: 30px;
}

.small{
	width: 80px;
}

.medium{
	width: 150px;
}

.large{
	width: 300px;
}

.huge{
	width: 450px;
}

.arealarge{
	width: 300px;
	height: 60px;
}

.areahuge{
	width: 450px;
	height: 100px;
}

.arealist{
	width: 150px;
	height: 200px;
}

.btnSave{
	background: url(../img/ico/btnGuardar.png) center left no-repeat;
	padding-left: 25px;
}

.btnMas{
	background: #EFEFEF url(../img/ico/btnMas.png) center no-repeat;
	width: 26px;
	height: 24px;
}

.btnAccion{
	background: #EFEFEF url(../img/ico/btnAccion.png) center no-repeat;
	width: 26px;
	height: 24px;
}

.btnOk{
	background: #EFEFEF url(../img/ico/btnOk.png) center no-repeat;
	width: 26px;
	height: 24px;
	margin-left: 15px; 
	margin-right: 15px;
}

.btnCancel{
	background: #EFEFEF url(../img/ico/btnCancel.png) center no-repeat;
	width: 26px;
	height: 24px;
	margin-left: 15px; 
	margin-right: 15px;
}

.btnClose{
	background: #EFEFEF url(../img/ico/btnClose.png) center no-repeat;
	width: 26px;
	height: 24px;
}

.mensaje{
	text-align: center;
	background-color: #EEEEEE;
	color: #055A78;
	font-size: 18px;
}

.etiqueta{
	background-color: #D3E2E5;
	border: 1px solid #C2D5DC;
	margin-right: 10px;
	width: 120px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}

.loading{
	color: #990000;
}

.readonly, readonly{
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}

#busy{
	padding-top: 10px;
	height: 60px;
}

.titulo{
	font-size: 20px;
	font-weight: bold;
}