@import url(_scribe.css);

/********** DEFAULT FONT-SIZE **********/
@import url(xx-small.css);
/********** MAIN PORTAL'S CSS **********/
@import url(_portal_generics.css);
@import url(_legacy.css);
@import url(_portal_navigation.css);
@import url(_cms_contents.css);
@import url(_forms.css);
/********* CSS TO DEFINE LIFERAY'S PORTLETS APPEARANCE **********/
@import url(liferay_portlets/_portlet_generics.css);
/********* FILES TO REPLACE THE PORTLETS' OWN CSS **********/

@import url(scribe_portlets/_portlet_generics.css);
@import url(scribe_portlets/_portlet_color_scheme.css);
@import url(scribe_portlets/_portlet_main_contents.css);
@import url(scribe_portlets/_portlet_navigation.css);
@import url(scribe_portlets/content_admin.css);
@import url(scribe_portlets/glossary.css);
@import url(scribe_portlets/cms_tools.css);
@import url(scribe_portlets/_prototype_windows.css);


/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd, input, label, textarea	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*--------------------------------- Default -----------------------------------------------*/
h1 {
  font-size: 140%;
  font-weight: bold;
}

h2 {
  font-size: 130%;
  font-weight: bold;
}

h3 {
  font-size: 120%;
  font-weight: bold;
}

h4, h5 {
  font-size: 110%;
  font-weight: bold;
}


/* AÑADIDOS EDUCANTABRIA */

.layout-content {
	/*min-height: 684px;*/
}

/*
.header {
	background : url(../img/desktop_top/bk_top.gif) no-repeat;
	height : 29px;
	position : relative;
	text-align : left;
}*/

.navigationbar {
	background : url(../img/top_menu.gif) no-repeat;
	height : 29px;
	position : relative;
	text-align : left;
}

.footer {
	background : url(../img/bk_pie.gif) repeat;
	height : 109px;
	position : relative;
	text-align : left;
}

.left_spacer {
	float : left;
}

.right_spacer {
	float : right;
}

.left_box {
	float : left;
}

.right_box {
	float : right;
}


