/* tipo de letra general */
* {
	font-family: 'Georgia', 'Bitstream Vera Sans', 'Sans', 'Arial';
	font-size: 14px;
	line-height: 22px;
}

/* fondo */
body {
	margin: 0;
	overflow-y: scroll;
	background-color: #E0D1C2;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
}

/* particularidades de tiny_mce editor */
body.mceContentBody {
   background: #FFF;
}

/* imágenes sin borde */
img { border: 0; }

/* tabla separadora */
.fulltable {
	border: 0;
	border-collapse: collapse;
	width: 944px;
	height: 100%;
}
.fulltable td {
	padding: 0;
}

/* cabecera */
.cabecera {
	background-image: url('images/head.gif');
	width: 944px;
	height: 156px;
}
.cabecera h1 { display: none; }
.cabecera h2 { display: none; }

/* pié de página */
.pie {
	background-image: url('images/foot.gif');
	width: 944px;
	height: 56px;
	text-align: center;
}
.pie, .pie * {
	font-size: 9px;
}
.pie a {
	color: #400;
}

/* menu lateral */
.menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu li {
	display: block;
}
.menu li a {
	display: block;
	border: 0;
	width: 223px;
	height: 31px;
	background-image: url('images/menubg.gif');
}
.menu li a span {
	visibility: hidden;
	font-size: 1px;
}
.menuhead {
	width: 223px;
	height: 54px;
	background-image: url('images/menuhead.gif');			
}
.menuauth {
	width: 223px;
	height: 72px;
	background-image: url('images/menuauth.gif');
	vertical-align: top;
}
.menuauthuser,
.menuauthpass {
	position: absolute;
	left: 80px;
	width: 130px;
	font-size: 11px;
	-height: 19px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #225;
	border: 1px solid #CCC;
	-moz-border-radius: 2px;
	padding: 1px;
}
.menuauthuser:focus,
.menuauthpass:focus {
	border: 1px solid #99BE16;
	background-color: #F2F7E1;
}
.menuauthuser {
	top: 33px;
}
.menuauthpass {
	top: 52px;
}
.menuauthcmd {
	width: 223px;
	height: 28px;
	background-image: url('images/menubg.gif');			
}
.menuunauthcmd {
	width: 223px;
	height: 28px;
	background-image: url('images/menubg.gif');			
}
.menuauthwait {
	width: 223px;
	height: 7px;
	background-image: url('images/menubg.gif');			
	padding: 0 2px 0 95px !important;
	vertical-align: top;
}

.menubg {
	width: 223px;
	background-image: url('images/menubg.gif');			
	padding: 0 16px 0 32px !important;
	vertical-align: top;
}
.logorm {
	width: 223px;
	height: 219px;
	background-image: url('images/logorm.gif');			
}

/* principal */
.principal {
	width: 721px;
	background-image: url('images/bodyhead.gif');
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 0 36px 0 19px !important;
}
.principalbg {
	padding: 0;
	width: 721px;
	background-image: url('images/bodybg.gif');
}
.principaltable {
	border: 0;
	border-collapse: collapse;
	width: 721px;
	height: 100%;
}
.principaltable td {
	padding: 0;
}
.mceContentBody h2,
.principal h2 {
	display: block;
	margin-left: 160px;
	margin-top: 30px;
	margin-right: 100px;
	margin-bottom: 0px;
	font-size: 24px;
	font-style: oblique;
	color: #99BE16;
}
.mceContentBody h3,
.principal h3 {
	display: block;
	margin-left: 80px;
	margin-right: 100px;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 17px;
	font-style: oblique;
	color: #E10B17;
}
.mceContentBody h4,
.principal h4 {
	color: #005;
	font-size: 17px;
	font-style: oblique;
	margin-top: 30px;
	margin-bottom: 10px;
}

/* contenido */
.menubg a,
.menubg a:link,
.menubg a:visited,
.menubg a:hover,
.menubg a:active,
.mceContentBody a,
.mceContentBody a:link,
.mceContentBody a:visited,
.mceContentBody a:hover,
.mceContentBody a:active,
.principal a,
.principal a:link,
.principal a:visited,
.principal a:hover,
.principal a:active {
	color: #E10B17;
	text-decoration: none;
}
.menubg a:hover,
.menubg a:active,
.principal a:hover,
.principal a:active {
	/*text-decoration: underline;*/
}

.adminactionlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.adminactionlist li a {
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding: 2px 4px 2px 24px;
	border: 0px !important;
	-moz-border-radius: 4px;
}
.adminactionlist li a:hover {
	color: #000;
}

.dform th {
	width: 1px;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
}
.dform td {
	padding: 1px 9px;
}

.cmd {
	cursor: pointer;
	color: #000;
	-moz-border-radius: 9px;
	padding: 3px 9px 3px 9px;
	border: 2px solid #2AC;
	background-color: #CEF;
}
.cmd:active {
	color: #444;
	border: 2px solid #2AC;
	background-color: #FFF;
}

.cmb, .txt, .area {
	font-size: 11px;
	padding: 2px;
	margin: 0;
	font-weight: bold;
	color: #225;
	border: 2px solid #CEF;
	-moz-border-radius: 2px;
}
.cmb:focus, .txt:focus, .area:focus {
	border: 2px solid #99BE16;
	background-color: #F2F7E1;
}
.cmb {
	padding: 0px;
}

.small { font-size: 10px; line-height: 12px; }
