/* CSS Document */
#admin {
	display:block;
	background-color:#CC0000;
	color:#ffffff;
	padding:5px;
	color:#dddddd;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
}
#admin a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
#admin a:hover {
	text-decoration:underline;
}
#admin .left {
	float:left;
}
#admin .right {
	float:right;
}
/* Body Admin */
#bodyAdmin {
	width:980px;
	float:left;
}
#bodyAdminAnchor {
	width:875px;
	border:1px solid #ffffff;
	position:relative;
	top:0px;
	left:30px;
	background:#c8c8c8;
	background:#bad2a0;
	background:#88ab67;
	padding-top:25px;
	padding-bottom:6px;
}
#bodyAdmin .contenidoGeneral {
	width:863px;
	position:relative;
	top:0px;
	left:5px;
	border:1px solid #8c8e8e;
	background:#e6e5e0;
	font-size:80%;
	margin-bottom:6px;
}
#bodyAdmin .strip {
	width:863px;
	height:9px;
	background-image:url(images/cuerpo/strip.gif);
	background-repeat:repeat-x;
}
/* Tablas Admin */
#bodyAdmin .columnas {
	width:863px;
	table-layout:fixed;
	border-top:1px solid #8f9194;
	border-bottom:1px solid #8f9194;
}
/* Dos columnas Admin */
.dosColumnasAdmin .col1 {
	border-right:1px solid #8f9194;
}
.dosColumnasAdmin .row1 .col1 {
	width:166px;
	background-image:url(images/cuerpo/header_xsm.jpg);
}
.dosColumnasAdmin .row1 .col2 {
	width:696px;
	background-image:url(images/cuerpo/header_xl.jpg);
}
/* Admin Nav */
#bodyAdmin .adminGroup {
	width:100%;
	border:2px solid #8c8e8e;
	font-size:10px;
	margin-bottom:8px;
}
#bodyAdmin .adminGroupTitle {
	background-image:url(images/admin/group_bg.gif);
	background-repeat:repeat-x;
	padding:2px;
}
#bodyAdmin .adminGroupItems {
	display:block;
}
#bodyAdmin .adminGroupItem {
	display:block;
	cursor:pointer;
	padding:2px;
	border-top:1px solid #8c8e8e;
}
#bodyAdmin .adminGroupItem:hover {
	background-color:#ffffff;
}
#bodyAdmin .alerta, #bodyAdmin .mensaje {
	background-color:#cc0000;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	text-align:center;
	font-size:11px;
}
#bodyAdmin .alerta a {
	color:#ffffff!important;
}
#bodyAdmin .alerta a:hover {
	color:#ffff00!important;
}
#bodyAdmin .mensaje {
	background-color:#00cc00;
}
/* Formularios */
.formAdmin input {
	width:95%;
}
.formAdmin input.textLong {
	width:400px;
}
.formAdmin input.textShort {
	width:200px;
}
.formAdmin input.textUltraShort {
	width:50px;
}
.formAdmin input.textOrden {
	width:16px;
	height:16px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #8c8e8e;
	border-bottom:1px solid #8c8e8e;
	padding:4px;
	font-size:11px;
}
.formAdmin input.boton {
	width:auto;
	font-size:12px;
}
.formAdmin input.checkBox {
	width:20px;
}
.formAdmin select.dropDownShort {
	width:200px;
	border:1px solid #8c8e8e;
	font-size:11px;
}
.formAdmin select.dropDownLong {
	width:400px;
	border:1px solid #8c8e8e;
	font-size:11px;
}
.tablaFormAdmin {
	width:100%;
	border:2px solid #8c8e8e;
	/*border-top:10px solid #8c8e8e;
	border-bottom:10px solid #8c8e8e;*/
	font-size:100%;
	background:#f2f1ed;
	margin-bottom:10px;
}
.tablaRegistrosAdmin {
	width:100%;
	border:0px;
	font-size:100%;
	margin-bottom:0px;
}
.tablaFormAdmin .titulo {
	background-image:url(images/admin/group_bg.gif)!important;
	background-repeat:repeat-x!important;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	padding:2px!important;
}
.tablaFormAdmin .nombresColumna {
	background-image:url(images/admin/colheader_bg.gif)!important;
	background-repeat:repeat-x!important;
	font-size:110%;
	font-weight:normal;
	text-align:center;
	padding:2px!important;
	border:1px solid #8c8e8e;
}
.tablaFormAdmin .nombre {
	font-weight:bold;
	white-space:nowrap;
	text-align:right;
	border-top:1px solid #8c8e8e;
	padding:5px!important;
	padding-top:2px!important;
	padding-bottom:2px!important;
	vertical-align:middle!important;
}
.tablaFormAdmin .valor {
	/*width:100%;*/
	text-align:left;
	border-top:1px solid #8c8e8e;
	padding:5px!important;
	padding-top:2px!important;
	padding-bottom:2px!important;
	vertical-align:middle!important;
}
.tablaFormAdmin .valor .valori {
	padding:2px!important;
	vertical-align:middle!important;
}
.tablaFormAdmin .registros {
	text-align:center;
	border-top:1px solid #8c8e8e;
	padding:0px!important;
}
.tablaFormAdmin .registro {
	font-size:11px;
}
.tablaFormAdmin .editElim {
	width:15px!important;
	padding-left:0px!important;
	padding-right:0px!important;
}
.tablaFormAdmin .botones {
	text-align:center;
	padding:5px!important;
	padding-top:2px!important;
	padding-bottom:2px!important;
}
.tablaFormAdmin textarea {
	width:100%;
}
.tablaFormAdmin .permisoNivelAcceso {
	background-image:url(images/admin/group_bg.gif)!important;
	background-repeat:repeat-x!important;
	text-align:center;
	border:1px solid #8e8c8c!important;
	padding:2px!important;
	display:block;
	cursor:pointer;
}
.subformularios {
	border:2px solid #8e8c8c!important;
	margin-bottom:10px;
}
.required {
	color:#aa0000;
	font-weight:bolder;
}