/**
 * Esta hoja de estilo guarda la información común a la maquetación global
 * del Consorcio de Bibliotecas Universitarias de Castilla y León
 * Desde esta hoja de estilo se incluyen los estilos correspondientes al 
 * resto de elementos y/o áreas que componen el diseño global.
 *
 * @author Divisa Informática y Telecomunicaciones S.A.
 * @since Proxia Portal Server 5.0
 * @copy  2006
 */

/** INICIO ESTILOS GLOBALES **/
@import url('areas.css');
@import url('banners.css');
@import url('boxes.css');
@import url('contactar.css');
@import url('contents.css');
@import url('menus.css');
@import url('modelos_xsl.css');
@import url('navegacion.css');
@import url('relatedcontents.css');
@import url('resources.css');
@import url('searcher.css');
@import url('webmap.css');


/**
 * Estilo general de los distintos elementos globales del sistema, cuerpo,
 * controles de formulario, celdas y cabeceras, etc.
 */
BODY {
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	color: #8B8B8B;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

TABLE {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

TBODY {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

TR {
	border: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

TD {
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	margin: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

TH {
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

DIV {
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}

SPAN {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

IMG {
	border: none;
}

LABEL {
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	font-weight: bold;
}

INPUT {
	background-color: #FFFFFF;
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 1em;
	border: 1px solid #CCCCCC;
}

INPUT.noBorder {
	border: 0px;
}

SELECT {
	background-color: #FFFFFF;
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	color: #333333;
	border: 1px solid #CCCCCC;
	font-size: 1em;
}

TEXTAREA {
	background-color: #FFFFFF;
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #333333;
	border: 1px solid #CCCCCC;
}

BUTTON {
	font-family : Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: transparent;
	border: 0px outset;
	border-color: #CCCCCC;
	cursor: pointer;
	display: inline;
}

FORM {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

FIELDSET {
	border: 0px solid #B7B7B7;
	border-top-style: solid;	
	padding: 0px;
	margin: 0px;
}

LEGEND {
	color: #3c3c3c;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: -7px;
}
LEGEND[class]{
	margin-left: 0px;
}

P {
	font-size: 1em;
}

A {
	text-decoration: none;
	color: #8B8B8B;
}
A:visited {
	text-decoration: none;
	color: #8B8B8B;
}
A:active {
	text-decoration: underline;
	color: #8B8B8B;
}
A:hover {
	text-decoration: underline;
	color: #8B8B8B;
}

HR {
	color: #CCCCCC;
	height: 1px;
	margin: 0px;
}

/**
 * Estilos de lista
 */
OL {
	margin: 0px 0px 0px 10px;
}

UL {
	margin: 0px 0px 0px 10px;
	list-style-type: disc;
}

UL.squarelist {
	margin: 0px 0px 0px 10px;
	list-style-type: square;
}

LI.squarelist {
	margin: 0px 0px 0px 10px;
	list-style-type: square;
}
/* FIN ESTILOS GLOBALES */

/* INICIO ESTILOS LAYOUT */
/** Layout genérico de las páginas: Contenedor global **/
DIV.mainTableContainer {
	text-align: center;
}
DIV.mainTableContainer[class] {
	text-align:-moz-center;
}

TABLE.mainTable {
	border-collapse: collapse;
   border-spacing: 0px;
	vertical-align: top;
	width: 62em;
	text-align: center;
} 

TABLE.mainTable TD {
	margin: 0px;
}

TD.headerBucle {
	background-image: url(../../imagenes/fondos/header_bucle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E5E5E5;
	padding: 15px 0px 0px 0px;
}

DIV.headerBucle {
	background-color: #FFF;
	float: left;
	width: 100%;
}

DIV.headerBucle DIV.logoBucle {
	float: left;
	padding: 10px 40px 15px 20px;
}

DIV.headerBucle DIV.topMenuContainer {
	float: left;
	padding: 60px 0px 0px 0px;
	background-image: url(../../imagenes/fondos/mainMenuBucle.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	width: 475px;
}

DIV.headerBucle DIV.topMenuContainer IMG.leftBorder {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

DIV.headerBucle DIV.topMenuContainer IMG.rightBorder {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

DIV.headerBucle DIV.topMenuContainer DIV.home {
	position: absolute;
	bottom: 16px;
	left: 15px;
}

DIV.headerBucle DIV.textBucle {
	float: right;
	padding: 15px 30px 5px 0px;
	margin-top: 30px;
}

DIV.headerBucle A {
	color: #555;
}
DIV.headerBucle A:visited {
	color: #555;
}
DIV.headerBucle A:hover {
	color: #555;
}
DIV.headerBucle A:active {
	color: #555;
}

TD.footer {
	color: #000;
	padding: 0px 0px 0.5em 0px;
}

TD.footer HR {
	margin: 0.5em 0 0 0;
	color: #B2B2B2;
}
TD.footer[class] HR {
	margin: 1em 0 0.5em 0;
}

DIV.legalLink {
	float: left;
	width: 19%;
	text-align: center;
}

DIV.legalLink A.legalLink {
	color: #000;
}

DIV.proxia {
	float: left;
	width: 59%;
	text-align: center;
}

DIV.resolution {
	float: left;
	width: 19%;
	text-align: center;
}
/* FIN ESTILOS LAYOUT */

/*** página generica de error ***/
BODY.errorPage {
	text-align: center;
	background-color: #EEEFF1;
	padding-top: 3em;
}
BODY.errorPage[class] {
	text-align: -moz-center;
}

BODY.errorPage TABLE.mainTable {
	text-align: left;
	vertical-align: middle;
	width: 50%;
}

BODY.errorPage TABLE.mainTable TD {
	border: 1px solid #999;
}

DIV.errorContent {
	padding: 1em;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

DIV.errorContent DIV {
	font-size: 0.8em;
	padding-bottom: 1.5em;
}

DIV.errorContent DIV A {
	font-weight: bold;
	color: #87000F;
}

BODY.errorPage DIV.enlace {
	background-color: #DADADA;
	text-align: center;
	padding: 0.5em;
}

BODY.errorPage DIV.enlace A {
	font-weight: bold;
	color: #87000F;
	font-size: 0.8em;
}

H1.errorTitle {
	color: #A30F05;
	font-size: 1em;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 1.5em;
}

H1.errorTitle SPAN {
	font-size: 1.4em;
	font-weight: bold;
	color: #AC0A00;
}