/********************************************************************************
	Archivo:      include/interface.css
	Iniciado:     30-Jul-2007  10:35
	Modificado:   14-Sep-2007  11:21
	Descripción:  Estilos de distribución del layout
	Estado:       Desarrollo
********************************************************************************/

/********************************************************************************
  Clases generales de aspecto de la página
********************************************************************************/

body { 	
	margin: 0px; 
	padding: 0px; 
	text-align: center;
	height: 100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	background-color: #322010;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}

a { text-decoration: none; color: #c79931; }
a:hover { text-decoration: underline; color: #a64f0c; }
p { margin: 0px 0px 15px 0px; }

/********************************************************************************
  Controles diversos
********************************************************************************/

.guiUserCP {
	text-align: center;
}

.guiLanguage {
	position: absolute; 
	top: 54px; 
	right: 4px;
	text-align: center;
}

.guiSearch {
	position: absolute; 
	top: 0px; 
	right: 0px;
	text-align: center;
}
.guiSearchTextInput {
	color: #a48857;
	border: 1px #a48857 solid;
	font-size: 9px;
	width: 75px;
	height: 10px;
	background: #3a250a;
	vertical-align: top;
}
.guiSearchTextInput:hover {
	color: #b3a252;
	border: 1px #b3a252 solid;
	background: #51350f;
}

.guiSearchAdvTextInput {
	color: #a48857;
	border: 1px #a48857 solid;
	font-size: 11px;
	width: 150px;
	height: 15px;
	background: #3a250a;
	vertical-align: middle;
}
.guiSearchAdvTextInput:hover {
	color: #b3a252;
	border: 1px #b3a252 solid;
	background: #51350f;
}
.guiSearchAdvSelect {
	color: #a48857;
	border: 1px #a48857 solid;
	font-size: 11px;
	width: 150px;
	height: 20px;
	background: #3a250a;
	vertical-align: middle;
}


/********************************************************************************
  Layout
********************************************************************************/

html { 	
	margin: 0px; 
	padding: 0px; 
	background: #322010 url("../images/fondo.gif") repeat-y 50% 0px;
	text-align: center;
	height: 100%; 
}

div.padder { 
	padding: 5px 15px 15px 15px; 
}
#content { 
	position: relative; 
	margin: 0px auto 0px auto; 
	height: 100%; 
	width: 760px; 
}
#header { 
	position: relative; 
	width: 100%; 
	height: 70px;
	margin: 0px; 
	background-color: #322010; 
	text-align: center; 
}
#leftSection { 
	position: absolute; 
	top: 70px; 
	left: 0px;
	height: 100%; 
	width: 150px; 
	text-align: left; 
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	background-color: #261707;
}
#centerSection { 
	position: relative; 
	height: auto; 
	margin: 0px 150px 0px 150px; 
	text-align: left; 
}
#rightSection { 
	position: absolute; 
	top: 70px; 
	right: 0px; 
	height: 100%; 
	width: 150px; 
	margin-left: 15px; 
	background-color: #261707; 
	text-align: left; 
}
#footer { 
	position: relative; 
	height: 40px; 
	margin: 15px 165px 0px 165px; 
	padding-top: 4px; 
	border-top: 1px solid #eaddc5; 
	font-size: 8px; 
}

/********************************************************************************
  Contenidos
********************************************************************************/

.guiTitle {
	color: #FFFFCC;
	font-weight: bold;
	font-size: 14px;
	background: #742010 url(../images/titular-fondo.jpg) 100% 0 no-repeat;
	padding: 5px;
	margin: 5px 0px 2px 0px;
}

.guiSubTitle {
	color: #c9b26a;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px #c9b26a solid;
	padding: 0px 0px 0px 5px;
	margin: 5px 0px 2px 0px;
}

.guiText {
	font-size: 11px;
}

.guiNavBar {
	font-size: 9px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

.guiDatos {
	font-size: 9px;
	margin: -2px 0px 5px 0px;
	padding: 3px;
	background-color: #392010;
	border: #742010 1px solid;
}

/********************************************************************************
  Menú lateral
********************************************************************************/

.guiMenu1  {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #261707;
	border-top: 1px solid #ffffff;
}
.guiMenu1 li { margin: 0; }
.guiMenu1 a {
	display: block;
	padding: 0 0 0 5px;
	margin: 0px;
	width: 145px;
	border-bottom: 1px solid #ffffff;
}
.guiMenu1 a:link, .guiMenu1 a:visited {
	color: #ffffcc;
	text-decoration: none;
}
.guiMenu1 a:hover {
	border-bottom: 1px solid #ffffff;
	background-color: #ffffcc;
	color: #261707;
}

.guiMenu2  {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #742010;
	border-bottom: 1px solid #ffffff;
}
.guiMenu2 li { margin: 0; }
.guiMenu2 a {
	display: block;
	border: none;
	padding: 0 0 0 15px;
	margin: 0px;
	width: 135px;
	background: url(../images/arrow-l.gif) 5px 50% no-repeat;
}
.guiMenu2 a:link, .guiMenu2 a:visited {
	color: #ffffcc;
	border: none;
	text-decoration: none;
}
.guiMenu2 a:hover {
	background: #ffffcc url(../images/arrow-d.gif) 5px 50% no-repeat;
	border: none;
	color: #742010;
}

/********************************************************************************
  Tablas
********************************************************************************/

.guiTable {
	border-right: 1px #734914 solid;
	border-bottom: 1px #734914 solid;
}
.guiTableHeader {
	color: #FFFFCC;
	font-weight: bold;
	background: #734914;
	line-height: 16px;
}
.guiTableRow:hover {
	background: #331400;
	text-decoration: underline;
}
.guiTableCell {
	border-top: 1px #734914 solid;
	border-left: 1px #734914 solid;
	line-height: 14px;
}
.guiTableCellLink {
	color: #c79931;
	border-top: 1px #734914 solid;
	border-left: 1px #734914 solid;
	line-height: 14px;
	cursor: pointer;
}
.guiTableCellLink:hover {
	color: #a64f0c;
}
.guiTableFoot {
	border-top: 1px #734914 solid;
	border-left: 1px #734914 solid;
	line-height: 10px;
}
.guiTableConBorder {
	border: 1px #734914 solid;
	line-height: 10px;
}

/********************************************************************************
  Área de edición de rich text
********************************************************************************/

.ImageIsLink {
	cursor: pointer;
}
