
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                                       Comun
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #369;
}

ul {
	list-style: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                                     Contenedores
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#container {
	top: 0;
	left: 0;
	width: 100%;
	margin: auto;
	position: absolute;
}

#header {
	width: 100%;
	background-color: black;
}

#bar {
	background-color: #2F3331;
}

#content {
	width: 100%;
}

#menu {
	background-color: #000000;
	width: 14%;
	float:left;
}

#main {
	float: right;
	overflow: hidden;
	width: 86%;
	margin-top: 1px;
	background-color: #000000;
	
}

#mainLeft {
	width: 13%;
	min-height: 784px;
	overflow: hidden;
	float:left;
	background-color: #000000;
	background-image: url("../img/celuloide/celuLeft.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

#mainCenter {
	float: left;
	overflow: hidden;
	width: 74%;
	background-color: #000000;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

#mainRight {
	width: 13%;
	min-height: 784px;
	float: right;
	background-color: #000000;
	background-image: url("../img/celuloide/celuRight.jpg");
	background-repeat: repeat-y;
	background-position: top;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

#footer {
	background-color: #2F3331;
	height: 22px;
	clear: both;
}

.conMainBanner {
	background-color: #4790D5;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 3px;
}

.conMain {
	background-color: #000000;
	border: outset 3px;
	border-color: #E2BC21;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 3px;
}

.conMainTitle {
	background-color: #E2BC21;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}

.conMainOption {
	background-color: #2F3331;
	border: outset 3px;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 7px;
	padding: 7px 7px 7px 7px;
}

.conMainGenerico {
	background-color: #2F3331;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 7px;
	padding: 7px 7px 7px 7px;
}

.conMainPortada {
	background-color: #2F3331;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 7px;
	padding: 7px 7px 7px 7px;
	cursor: pointer;
}

.conMainText {
	background-color: #9D8C11;
	border-color: #9D8C11;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 7px;
	padding: 5px 5px 5px 5px;	
	font-size: 11px;
	text-align: justify;
}

.conMainList {
	background-color: #E2BC21;
	border: outset 3px;
	border-color: #E2BC21;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 7px;
	padding: 0px 0px 0px 0px;
}

.conMainPiePagina {
	background-color: #2F3331;
	border: outset 3px;
	border-color: #2F3331;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 7px;
}

.fieldFormulario {
	padding: 2px 2px 2px 2px;
	border: 2px solid;
	background-color: #334433;
	border-color: #000000;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                                       Menu
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#menuHorizontal {
	
}

#menuHorizontal li {
	height: 17px;
	line-height: 18px;
}

#menuHorizontal li a {
	cursor: pointer;
	display: block;
	background: #E2BC21;
	padding: 0 6px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top: 1px;
	height: 17px;
}

#menuHorizontal li p {
	cursor: pointer;
	display: block;
	background: #9D8C11;
	padding: 0 6px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top: 1px;
	height: 17px;
}

#menuHorizontal li a:hover {
	background: #9D8C11;
	color: #FFFFFF;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                                      Botones
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.btnLector {
	border: solid 1px;
	background-color: #E2BC21;
	height: 21px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}

.btnEscritor {
	border: solid 1px;
	background-color: #00CC00;
	height: 21px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}

.btnAdmin {
	border: solid 1px;
	background-color: #FF6600;
	height: 21px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}

.btnMenu {
	border: none;
	background-color: #2F3331;
	color: #DDDDDD;
	height: 21px;
	width: 150px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                                      Tablas
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.tableList {
	width: 100%;
	border-collapse: collapse;
	border-color: black;
	margin: 0px;
}

.tableList td {
	border: solid 1px;
}

.rowSelect {
	border: solid 1px;
	background-color: #62DC01;
	cursor: pointer;
}

.columnaDetalle {
	vertical-align: top;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                                     Formularios
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.inpBar {
	border: solid 1px;
	background-color: #999999;
	height: 16px;
	font-size: 11px;
	font-weight: normal;
}

.inpMain {
	border: solid 1px;
	background-color: #999999;
	height: 18px;
	font-size: 12px;
	font-weight: normal;
}

.inpForm {
	border: solid 1px;
	background-color: #cbcbcb;
	height: 18px;
	font-size: 12px;
	font-weight: normal;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                                       Texto
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.txtBar {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;

}
 
.txtMain {
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
}

.txtMainHeader {
	font-size: 12px;
	font-weight: bold;
}

.txtMainOption {
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
	color: #FFFFFF;
}

.txtMainOptionHeader {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

.txtMainOptionPortada {
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	color: #FFFFFF;
}

.txtMainOptionCursiva {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	margin-left: 10px;
	color: #FFFFFF;
}

.txtMainTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.txtTable {
	font-size: 11px;
	font-weight: normal;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                                       Links
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.linMainHeader {
	font-size: 12px;
	font-weight: bold;
	color: #DD2222;
}

.linMainHeader:hover {
	font-size: 12px;
	font-weight: bold;
	background-color: #9D8C11;
	color: #FFFFFF;
}

.linOpcionHeader {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.linOpcionHeader:hover {
	font-size: 10px;
	font-weight: normal;
	background-color: #222222;
	color: #FFFFFF;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                                       Imagenes
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
.imgDetalle {
	border: 1px #000000 solid;
}

