/* 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: #2D2D2D;
	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.jpg');
	width: 944px;
	height: 77px;
}
.cabecera h1 { display: none; }
.cabecera h2 { display: none; }

/* pié de página */
.pie {
	background-image: url('images/foot.gif');
	width: 944px;
	height: 33px;
}

/* menu superior */
.menuhead {
	float: left;
	background-image: url('images/menuhead.gif');
	width: 135px;
	height: 30px;
}
.menufoot {
	float: left;
	background-image: url('images/menufoot.gif');
	width: 25px;
	height: 30px;
}
.menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.menu li {
	display: inline;
}
.menu li a {
	float: left;
	background-image: url('images/menu_noticias.gif');
	height: 30px;
}
.menu li a div {
	display: none;
}

/* botón de autenticación/sesión */
.menuauth a {
	display: block;
	width: 135px;
	height: 28px;
}
.menuauth a div {
	display: none;
}

/* fondo del menú */
.menubg {
	background-image: url('images/menubg.gif');
	color: #000;
	vertical-align: top;
}
.menubghead {
	width: 135px;
	height: 420px;
	background-image: url('images/menubghead.png');
}
.menubghead div {
	color: #FFF;
	padding: 9px 3px 9px 22px;
	text-align: center;
	font-size: 11px;
}
.menubghead div * {
	font-size: 11px;
}

/* cristo */
.cristo {
	width: 135px;
	height: 284px;
	background-image: url('images/cristo.jpg');			
}

/* principal */
.principal {
	width: 721px;
	background-image: url('images/bodyhead.gif');
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 0px 36px 0px 19px !important;
}
.principalbg {
	padding: 0;
	width: 809px;
	background-image: url('images/bodybg.gif');
}
.principaltable {
	border: 0;
	border-collapse: collapse;
	width: 809px;
	height: 100%;
}
.principaltable td {
	padding: 0;
}

.mceContentBody h2,
.principal h2 {
	display: block;
	position: relative;
	top: 16px;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	font-size: 28px;
	font-style: oblique;
	color: #964;
}
.mceContentBody h3,
.principal h3 {
	display: block;
	position: relative;
	top: 16px;
	margin-left: 50px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 18px;
	font-style: oblique;
	color: #911;
}
.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;
	border-bottom: 1px dotted #E10B17;
}
.menubg a:hover,
.menubg a:active,
.principal a:hover,
.principal a:active {
	border-bottom: 1px solid #E10B17;
}

.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: #FFF;
}

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

/* cmd */
.cmd {
	cursor: pointer;
	color: #000;
	-moz-border-radius: 9px;
	padding: 3px 9px 3px 9px;
	border: 2px solid #911;
	background-color: #F9F1F1;
}
.cmd:active {
	color: #444;
	/*padding: 4px 8px 2px 10px;*/
	border: 2px solid #2AC;
	background-color: #FFF;
}

/* cmb, txt, area */
.cmb, .txt, .area {
	font-size: 11px;
	padding: 2px;
	margin: 0;
	font-weight: bold;
	color: #225;
	border: 2px solid #FEC;
	-moz-border-radius: 2px;
}
.cmb:focus, .txt:focus, .area:focus {
	border: 2px solid #911;
	background-color: #F9F1F1;
}
.cmb {
	padding: 0px;
}

.small { font-size: 10px; line-height: 12px; }
.clear { clear: both; }
.pad { margin: 16px; }