/********************************************************************************
	Archivo:      gui_interface.css
	Iniciado:     30-Jul-2007  10:35
	Modificado:   03-Ago-2007  14:59
	Descripción:  Estilos generales de la interface
	Estado:       Finalizado
********************************************************************************/

/********************************************************************************
  Clases generales de aspecto de la página
********************************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a { text-decoration: none; color: #3866ce; }
a:hover { text-decoration: underline; color: #59b0f3; }
p { margin: 0px 0px 15px 0px; }

/********************************************************************************
  Layout
********************************************************************************/

.guiMarco {
	background-color: #FFFFFF;
	position: relative;
	margin: 0px auto 0px 0px;
	height: 100%;
	width: 750px;
}

.guiCabecera {
	position: relative; 
	width: 100%; 
	height: 70px;
	margin: 0px; 
	background: #FFFFCC url(../images/cabecera-right.jpg) right no-repeat;
	text-align: left; 
	padding: 15px 0px 15px 0px;
	border-bottom: 1px #000000 solid;
}

.guiMenu {
	position: absolute; 
	top: 101px; 
	left: 0px;
	height: auto; 
	width: 150px;
	text-align: left; 
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	background-color: #2a3764;
}
.guiContent {
	position: relative;
	height: auto; 
	margin: 0px 200px 0px 150px;
	text-align: left;
	padding: 0px 5px 0px 5px;
}
.guiSmallNews {
	position: absolute;
	top: 101px;
	right: 0px;
	height: auto; 
	width: 200px;
	margin-left: 15px;
	text-align: left;
}

.guiFooter {
	position: relative;
	height: 25px;
	margin: 15px 200px 0px 155px;
	padding-top: 4px;
	border-top: 1px solid #EADDC5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #9999FF;
}

/********************************************************************************
  Elementos flotantes
********************************************************************************/

.guiIdioma {
	position: absolute; 
	top: 84px; 
	right: 4px;
}	
.guiSearch {
	position: absolute; 
	top: 0px; 
	right: 0px;
	padding: 1px 3px 0 20px;
	height: 18px;
	background: url(../images/login-esquina.gif) 0 0 no-repeat;
}
.guiSearchTextInput {
	color: #5b77a8;
	border: 1px #000066 solid;
	font-size: 9px;
	width: 75px;
	height: 10px;
	background: #c5daf5;
	vertical-align: top;
}
.guiUserCP {
	position: absolute; 
	top: 87px; 
	left: 4px;
	color: #CCAA44;
	font-size: 9px;
}

/********************************************************************************
  Menú lateral
********************************************************************************/

.guiMenu1  {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #2a3764 url(../images/fondo-marino.jpg) 0 0 repeat-y;
}
.guiMenu1 li { margin: 0; }
.guiMenu1 a {
	display: block;
	padding: 0 0 0 5px;
	margin: 0px;
	width: 145px;
	border-bottom: 1px solid #000000;
}
.guiMenu1 a:link, .guiMenu1 a:visited {
	color: #ffffcc;
	text-decoration: none;
}
.guiMenu1 a:hover {
	border-bottom: 1px solid #000000;
	background-color: #ffffcc;
	color: #2a3764;
}

.guiMenu2  {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #8cb6eb url(../images/fondo-azul.jpg) 0 0 no-repeat;
	border-bottom: 1px solid #000000;
}
.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: #8cb6eb;
}

/********************************************************************************
  Noticias
********************************************************************************/

.guiNoticia {
	margin: 10px;
	border: 1px #8cb6eb solid;
	background: #FFFFCC url(../images/fondo-crema.jpg) 0 0 no-repeat;
}
.guiNoticiaTitle {
	color: #FFFFCC;
	font-weight: bold;
	background: #8cb6eb url(../images/fondo-azul.jpg) 0 0 no-repeat;
	padding: 5px;
}
.guiNoticiaBody { padding: 5px; }
.guiNoticiaMore { font-size: 10px; text-align: right; }
.guiNoticiaMore a { color: #8cb6eb; }
.guiNoticiaMore a:visited { color: #8cb6eb; }
.guiNoticiaMore a:hover { color: #6491c9; }
.guiNoticiaFecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #999999;
}

/********************************************************************************
  Contenidos
********************************************************************************/

.guiTitle {
	color: #FFFFCC;
	font-weight: bold;
	font-size: 14px;
	background: #8cb6eb url(../images/titular-fondo.jpg) 100% 0 no-repeat;
	padding: 5px;
	margin: 5px 0px 5px 0px;
}

.guiSubTitle {
	color: #2a3764;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px #2a3764 solid;
	padding: 0px 0px 0px 5px;
	margin: 5px 0px 2px 0px;
}

/********************************************************************************
  Tablas
********************************************************************************/

.guiTable {
	border-right: 1px #8cb6eb solid;
	border-bottom: 1px #8cb6eb solid;
}
.guiTableHeader {
	color: #FFFFCC;
	font-weight: bold;
	background: #8cb6eb;
	line-height: 16px;
}
.guiTableRow:hover {
	background: #ffffcc;
	text-decoration: underline;
}
.guiTableCell {
	border-top: 1px #8cb6eb solid;
	border-left: 1px #8cb6eb solid;
	line-height: 14px;
}
.guiTableCellLink {
	color: #3866ce;
	border-top: 1px #8cb6eb solid;
	border-left: 1px #8cb6eb solid;
	line-height: 14px;
	cursor: pointer;
}
.guiTableCellLink:hover {
	color: #59b0f3;
}
.guiTableFoot {
	border-top: 1px #8cb6eb solid;
	border-left: 1px #8cb6eb solid;
	line-height: 10px;
}

/********************************************************************************
  Área de edición de rich text
********************************************************************************/

.guiRTFImage {
	cursor: pointer;
}
