/* Aquest es el full d'estils per la web Gemma Bel Enguix a Facultat */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color:#CDCDCD
	
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: x-large;
	color: #FFFFFF;
}

h2 {
	font-size: large;
	color: #FFFFFF;
}

#capsa {
width:800px;
border:2px solid #993333;
background-color:#993333;
}

#header{
	width:100%;
	position:relative;
	top:0px;
	background-color:#993333;
	color:#FFFFFF;
	text-align:right;
	elevation:above;
	top: 0px;
}

#nom{
width:100%;
background-color:#993333;
border-top:1px solid white;
border-bottom:1px solid #993333;
color:#FFFFFF;
text-align:center;
}

#menubox{
	width:100%;
	background-color:#FFFFFF;
	color:#993333;
	font-size:small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

#cos{
width:100%;
background-color:#FFFFFF;
}

#layoutLogic {
	width: 100%;
	background-color:#FFFFFF;
	text-align:justify;
	}

.colA {
	display: block;
	margin:10px;
	float: left;
	width: 65%;
	background-color:#FFFFFF;
	text-align:justify
	}

.colB {
	display: block;
	margin-top:10px;
	float: right;
	width: 30%;
	background-color:#CC9999;
	color:#FFFFFF;
	text-align:center
	}
	
#footer{
width:100%;
background-color:#993333;
color:#FFFFFF;
text-align:center
}

.logo{
display:block
}

.titol{
/*background-color:#FFFFFF;*/
color:#993333;
font-weight:bold;
border-bottom: 1px solid #993333
}

.titolc{
/*background-color:#FFFFFF;*/
color:#993333;
font-weight:bold;
/*border-bottom: 1px solid #993333*/
}


.content{
border-bottom: 1px dotted #993333;
}

.contentA{
border-bottom: 1px dotted #993333;
text-align:left
}

.clear {
	clear: both }

table.menu {
/*	width:100%;*/
	border-color:#FFFFFF;
}

table.menu th {
	border-width: 0px;
}

table.menu td {
	border-width: 0px;
/*	width:190px;*/
	
}



table.content {
	width:100%;
	
}

table.content th {
	border-width: 0px;
	vertical-align:top;
}

table.content td {
	border-width: 0px;
/*	width:190px;*/
	
}

a {
	text-decoration: none;
}

/*li {
list-style-position:outside;
list-style-type:disc
}
*/

#header a:link {
	color:#FFFFFF;
	background-color:#993333;
}

#header a:visited {
	color: #FFFFFF;
	background-color: #993333;
}

#header a:hover {
	color: #FFFFFF;
	background-color: #993333;
}

#header a:active {
	color: #FFFFFF;
	background-color: #993333;
}



#menubox a:link {
	color:#993333;
	background-color:#FFFFFF;
}

#menubox a:visited {
	color: #993333;
	background-color: #FFFFFF;
}

#menubox a:hover {
	color: #FFFFFF;
	background-color: #993333;
}

#menubox a:active {
	color: #FFFFFF;
	background-color: #993333;
}


#layoutLogic a:link {
	color: white;
/*	background-color: #00CC33;*/
}

#layoutLogic a:visited {
	color: white;
/*	background-color: #00CC33;*/
}

#layoutLogic a:hover {
	color: #993333;
	font-weight:bold;
/*	background-color: #00CC33;*/
}

#layoutLogic a:active {
	color: #993333;
	font-weight:bold;
/*	background-color: #00CC33;
*/}

