/**
 * Esta hoja de estilo guarda la información común a la maquetación global
 * del portal de la Universidad de Burgos.
 * 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 6.3
 * @copy  2010
 */

/** INICIO ESTILOS GLOBALES **/
@import url('ubu.css'); /* estilos que define el cliente*/
@import url('areas.css');
@import url('banners.css');
@import url('boxes.css');
@import url('calendar.css');
@import url('contactar.css');
@import url('contents.css');
@import url('iframe.css');
@import url('login.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');
@import url('popup.css');
@import url('forums.css');
@import url('formularios.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;
	/* text-align: center; */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

TABLE {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.mainTable tr td table.bodyComponents tr > td > table{
	width:100%;
}

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;
	/*font-size: 1em;*/
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
}

IMG {
	border: none;
}

LABEL {
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	font-weight: bold;
}

INPUT {
	background-color: #FFF;
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 1em;
	border: 1px solid #CCC;
}

INPUT.noBorder {
	border: 0px;
}

SELECT {
	background-color: #FFF;
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	color: #333;
	border: 1px solid #CCC;
	font-size: 1em;
}

TEXTAREA {
	background-color: #FFF;
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #333;
	border: 1px solid #CCC;
}

BUTTON {
	font-family : Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: transparent;
	border: 0px outset;
	border-color: #CCC;
	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: 0px !important;
	margin-left: -7px;
}

P {
	font-size: 1em;
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
}

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: #CCC;
	height: 1px;
	margin: 0px;
}

/**
 * Estilos de lista
 */
OL {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: decimal;
}

UL {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	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: 62.7em;
	text-align: center;
	margin:0 auto;
} 

TABLE.mainTable TD {
	margin: 0px;
}

TABLE.public {
	background-image: url(../imagenes/fondos/mancha_fondo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 61em;
        margin: 0px auto;
}

TABLE.public TD {
	margin: 0px;
}
/* FIN ESTILOS LAYOUT */

/************ ESTILOS PARA LA INTRANET DE BUBU **********/
DIV.headerLinks {
	position: absolute;
	top: 5px;
	right: 20px;
}

DIV.headerLinks DIV {
	float: left;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #6C6C6C;
}

DIV.headerLinks DIV.legalLink {
	border-right: none;
}

DIV.headerLinks A:link {
	color: #6C6C6C;
}
DIV.headerLinks A:visited {
	color: #6C6C6C;
}
DIV.headerLinks A:hover {
	color: #6C6C6C;
	text-decoration: underline;
}
DIV.headerLinks A:active {
	color: #6C6C6C;
}

DIV.headerLinks A.letterSizeDisminuir {
	background-color: #FFF;
}
DIV.headerLinks A.letterSizeAumentar {
	background-color: #FFF;
}
DIV.headerLinks A:hover.letterSizeDisminuir {
	background-color: #E6E6E6;
}
DIV.headerLinks A:hover.letterSizeAumentar {
	background-color: #E6E6E6;
}

DIV.currentDate {
	clear: both;
	position: absolute;
	top: 98px;
	right: 25px;
	color: #6C6C6C;
	font-size: 1em;
	letter-spacing: 0.1em;
}

DIV.linkBubu {
	position: absolute;
	top: 105px;
	left: 25px;
}

DIV.linkBubu A.txt {
	color: #FFF;
	font-weight: bold;
	padding: 1.1em 0.5em 0px 0px;
	display: block;
	float: left;
}

TD.outerBorder {
	background-color: #0D274C;
	height: 100%;
	width: 10px;
	border-top: 1px solid #E1E2E4;
}

TABLE.bodyComponents TD.footer {
	color: #646464;
	background-color: #EFF0F2;
	padding: 10px 0px 10px 0px;
}

DIV.proxia {
	float: left;
	width: 19%;
	padding-left: 1em;
}

DIV.contactInfo {
	float: left;
	width: 60%;
	padding-left: 5em;
}

DIV.contactInfo DIV {
	float: left;
	padding: 0px 10px 0px 5px;
	background-image: url('../imagenes/bullets/dot.gif');
	background-repeat: no-repeat;
	background-position: right;
}

DIV.contactInfo DIV.mail {
	background-image: none;
}

DIV.resolution {
	float: left;
	width: 19%;
	text-align: center;
}

DIV.logoUni {
	float: left;
	width: 60%;
	text-align: center;
}

TD.mainContainer {
	border-top: 1px solid #E1E2E4;
}

TABLE.componentsUbu{ width:100%;}

TABLE.bodyComponents {
	/*background-color: transparent;*/
}

TABLE.bodyComponents TD {
	/*background-color: transparent;*/
}

/* mapa validaciones */
DIV.lateral {
	text-align: center;
	padding: 1em 0px 1em 0px;
}

DIV.lateral H1.contentHeader {
	display: none;
}
/************ FIN DE ESTILOS PARA LA INTRANET DE BUBU **********/

/************ ESTILOS PARA LOS PORTALES PUBLICOS UBU Y BUBU ********/
DIV.bannersContainer {
	position: relative;
}

TD.bannerTop DIV.headerLinks {
	float: none;
	position: absolute;
	top: 70px;
/*	right: 140px; */
	right: 190px;
}

TD.bannerTop DIV.headerLinks DIV {
	border-right: none;
	background-image: url(../imagenes/bullets/punto.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1em;
	padding-right: 1em;
}
TD.bannerTop DIV.headerLinks DIV.accLink {
	background-image: none;
}

/* texto de ayuda */
TD.bannerTop DIV.help {
	position: absolute;
	top: 70px;
	right: 40px;
}

TD.bannerTop DIV.help IMG {
	vertical-align: text-top;
	margin-right: 2px;
}

/* enlaces a los contenidos en otros idiomas */
TD.bannerTop DIV.languages {
	position: absolute;
/*	top: 65px; */
	top: 69px;
/*	right: 15px; */
	right: 5px;
}

TD.bannerTop DIV.languages ul{display:inline;}

TD.bannerTop DIV.languages IMG {
/*	margin-left: 10px; */
	margin-left: 2px;
}

TD.bannerTop A.hLink:link {
/*	color: #FFF; */
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 600;
}
TD.bannerTop A.hLink:visited {
/*	color: #FFF; */
	color: #000;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 600;
}
TD.bannerTop A.hLink:hover {
/*	color: #FFF; */
	color: #000;
	font-weight: 600;
	text-decoration: underline;
}
TD.bannerTop A.hLink:active {
/*	color: #FFF; */
	color: #000;
	font-size: 1em;
	font-weight: 600;
}

TD.footer2 {
	color: #000;
}

TD.footer2 DIV.bannerFooter {
	background-color: #002147;  /* Era 7A1A57 */
	border-top: 1px solid #BABABA;
	width: 100%;
/*	padding: 0.5em; */
	padding: 0em;
	margin-bottom: 0.5em;
	text-align: center;
}

TD.footer2 DIV.bannerFooterUbu {
	background-color: #002147;
	width: 100%;
/*	padding: 0.5em; */
	padding: 0em;
	margin-bottom: 0.1em;
	text-align: center;
}

TD.footer2 DIV.legalLink {
	float: left;
	width: 19%;
	text-align: center;
}

DIV.bubu {
	float: left;
	width: 60%;
	text-align: center;
}

DIV.bubu SPAN.contact {
	background-image: url(../imagenes/bullets/dot.gif);
	background-repeat: no-repeat;
	background-position: 0.4em;
	padding-left: 1.2em;
}

TD.footer2 A.legalLink {
	color: #000;
}
/************ FIN DE ESTILOS PARA LOS PORTALES PUBLICOS UBU Y BUBU ********/

/************ ESTILOS PARA LA INTRANET DE UBU **********/
DIV.iUbuMain DIV.bannersContainer {
	margin-bottom: 1px;
}

DIV.iUbuMain DIV.headerLinks {
	top: 25px;
	right: 38px;
}

DIV.iUbuMain DIV.currentDate {
	top: 125px;
	right: 30px;
	color: #4f4e4e;
}

DIV.linkUbu {
	position: absolute;
	top: 133px;
	left: 25px;
}

DIV.linkUbu A.txt {
	color: #FFF;
	font-weight: bold;
	padding: 1em 0.5em 0 0;
	display: block;
	float: left;
}

DIV.iUbuMain TD.outerBorder {
	background-color: #aeabab;
	width: 20px;
	border-top: 1px solid #aeabab;
}
/************ FIN DE ESTILOS PARA LA INTRANET DE UBU **********/

/*** 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%;
	margin:0 auto;
}

BODY.errorPage TABLE.mainTable TD {
	border: 1px solid #999;
}

DIV.errorHeader {
	background-image: url(../imagenes/fondos/fondo_error.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

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: #053081;
	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: #002B8A;
}

/* especifico para la UBU*/
.dontShow{display:none;}

A.cmContentImageLink:hover {
	text-decoration: none;
}

DIV.cmBodyContent A {
	position: relative;
}

