/* Base settings */
.Base settings---------------------------------------------------------------------------------------------------------------------- {}

* {
	padding: 0;
	margin: 0;
}

body {
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #7d7d7d;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	text-align: center;
	background-color: #FFFFFF;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(http://www.eoisg.cat/css/body-bck.gif);
	background-repeat:  repeat-y;
	background-position: center top;
}

.Header----------------------------------------------------------------------------------------------------------------------------- {}

#header {
	background-color: #ed2434;
	clear: both;
	float: none;
	height: 118px;
	width: 799px;
	background-image: url(http://www.eoisg.cat/css/header-bck.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#header img {
	float: left;
	margin-top: 40px;
	margin-left: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.Menu------------------------------------------------------------------------------------------------------------------------------- {}

#menudiv {
	background-color: #F63636;
	clear: both;
	float: none;
	height: 30px;
	width: 799px;
	background-image: url(http://www.eoisg.cat/css/menu-bck.gif);
	background-repeat:  repeat-x;
	background-position: left top;
}

ul.menu {
	list-style:none;
	height: 30px;
	float: left;
	margin-left: 45px;
}

ul.menu li {
	display:block;
	position:relative;
	width:auto;
	clear: none;
	float: left;
	height: 30px;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(http://www.eoisg.cat/css/menu-bck2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
}

ul.menu li a {
	height: 30px;
	float: left;
}

ul.menu li, ul.menu li a, ul.menu li a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

ul.menu li:hover {
	background-image: url(http://www.eoisg.cat/css/menu-on-bck2.gif);
}

ul.menu li:hover, ul.menu li:hover a, ul.menu li a:hover, ul.menu li a:active {
	color: #F63636;
}

ul.menu ul {
	position:absolute;
	left:130px;
	top:-1px;
	display:none;
	list-style:none;
}

ul.menu > li > ul {
	position:absolute;
	left:1px;
	top:30px;
	display:none;
	list-style:none;
}

ul.menu li:hover > ul {
	display:block;
}

ul.menu > li {
	display:inline;
}

/* Personalización */

ul.menu ul {
	background-color: #f2f2f2;
	border: 1px solid #d7d7d7;
	padding-top: 8px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
	width: 140px;
}

ul.menu li:hover ul li, ul.menu li:hover ul li a, ul.menu li:hover ul li a:visited {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-image: none;
	padding: 0px;
	height: auto;
	width: 120px;
	text-align: left;
	vertical-align: top;
	line-height: 24px;
	display:inline;
	float: left;
	clear: both;
	text-decoration: none;
}

ul.menu li:hover ul li:hover, ul.menu li:hover ul li:hover a, ul.menu li:hover ul li a:hover, ul.menu li:hover ul li a:active {
	color: #F63636;
	text-decoration: underline;
	width: 130px;
}

/* Submenu 2 */
ul.menu li:hover ul li:hover ul li, ul.menu li:hover ul li:hover ul li a, ul.menu li:hover ul li:hover ul li a:visited {
	color: #000000;
	text-decoration: none;
}

ul.menu li:hover ul li:hover ul li:hover, ul.menu li:hover ul li:hover ul li:hover a, ul.menu li:hover ul li:hover ul li a:hover, ul.menu li:hover ul li:hover ul li a:active {
	color: #F63636;
	text-decoration: underline;
	width: 130px;
}

ul.menu i {
	color: #F63636;
	font-style: normal;
	font-weight: bold;
}

.Content---------------------------------------------------------------------------------------------------------------------------- {}

#container {
	background-color: #FFFFFF;
	width: 799px;
	padding-top: 5px;
	padding-bottom: 20px;
	clear: both;
	float: none;
}

#content {
	margin-right: 60px;
	margin-left: 60px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#content.home {
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 25px;
}

#content h1 {
	font-size: 20px;
	font-weight: bold;
	color: #2a2a2a;
	margin-bottom: 20px;
	line-height: normal;
}

#content.home h1 {
	text-align: left;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #2a2a2a;
	margin-bottom: 20px;
	line-height: normal;
	text-align: left;
}

#content p {
	margin-bottom: 15px;
	text-align: left;
	line-height: 18px;
}

#content a, #content a:visited {
	color: #2a2a2a;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color: #F63636;
	text-decoration: none;
}

#content #homeimg {
	clear: none;
	float: left;
	margin-right: 40px;
}

#content #break {
	clear: both;
	float: none;
	width: 100%;
}

#content ul {
	clear: both;
	float: none;
	width: 100%;
}

#content ul li {
	clear: both;
	float: none;
	list-style-type: none;
	padding-bottom: 15px;
	background-image: url(http://www.eoisg.cat/css/bullet-red.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 14px;
	text-align: left;
	vertical-align: top;
}

#content ol {
	clear: both;
	float: none;
	width: 100%;
	padding-left: 20px;
}

#content ol li {
	text-align: left;
	vertical-align: top;
}

#content blockquote {
	margin-left: 40px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
}

.Novetats----------------------------------------------- {}

#content #novetats {
	float: left;
	clear: none;
	width: 294px;
	background-color: #e6e6e6;
	background-image: url(http://www.eoisg.cat/css/novetats-bck.gif);
	background-repeat:  repeat-x;
	background-position: left bottom;
	border: 1px solid #dcdcdc;
	text-align: left;
	vertical-align: top;
}

#content #novetats ul {
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 250px;
}

#content #novetats a, #content #novetats a:visited {
	line-height: 18px;
	color: #2a2a2a;
	text-decoration: none;
}

#content #novetats a:hover, #content #novetats a:active {
	color: #F63636;
	text-decoration: underline;
}

.Llistat------------------------------------------------ {}

#content .llistat {
	border: 1px solid #e2e2e2;
}

#content .llistat td {
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	font-weight: bold;
}

.Taula-------------------------------------------------- {}

#content table.taula {
	border: 1px solid #939393;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: normal;
}

#content table.taula td {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d2d2d2;
	color: #333333;
}

#content table.taula td.titol {
	font-weight: bold;
	background-image: url(http://www.eoisg.cat/css/taula-titol-bck.gif);
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content table.taula td.subtitol {
	background-color: #e0e0e0;
	font-weight: bold;
}

#content table.taula td.gris1 {
	background-color: #f7f7f7;
}

#content table.taula td.gris2 {
	background-color: #e9e9e9;
}

.Ruta--------------------------------------------------- {}

#ruta {
	font-size: 12px;
	color: #1f1f1f;
}

#ruta a, #ruta a:visited {
	font-weight: normal;
	color: #1f1f1f;
	text-decoration: none;
}

#ruta a:hover, #ruta a:active {
	color: #1f1f1f;
	text-decoration: underline;
}

#ruta b a, #ruta b a:visited, #ruta b a:hover, #ruta b a:active,
#ruta a b, #ruta a:visited b, #ruta a:hover b, #ruta a:active b {
	font-weight: normal;
	color: #F63636;
	text-decoration: none;
}

.Footer----------------------------------------------------------------------------------------------------------------------------- {}

#footer {
	background-color: #bab6b7;
	width: 799px;
	clear: both;
	float: none;
	height: 24px;
	overflow: hidden;
	background-image: url(http://www.eoisg.cat/css/footer-bck.gif);
	background-repeat:  repeat-x;
	background-position: left top;
	font-size: 11px;
	color: #313131;
	text-align: left;
}

#footer p {
	padding-top: 3px;
	padding-left: 10px;
}

#footer a, #footer a:visited {
	color: #313131;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #313131;
	text-decoration: underline;
}
