body {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.txt_tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	color: #FFFFFF;
}
.txt_tit a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.txt_tit a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.txt_tit a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.txt_tit a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.txt_titSection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #241808;
}
.txt_titSection a:link {
	color: #241808;
	text-decoration: none;
}
.txt_titSection a:visited {
	color: #241808;
	text-decoration: none;
}
.txt_titSection a:hover {
	color: #241808;
	text-decoration: underline;
}
.txt_titSection a:active {
	color: #241808;
	text-decoration: none;
}
.txt_brown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #241808;
}
.txt_brown a:link {
	color: #241808;
	text-decoration: none;
}
.txt_brown a:visited {
	color: #241808;
	text-decoration: none;
}
.txt_brown a:hover {
	color: #241808;
	text-decoration: underline;
}
.txt_brown a:active {
	color: #241808;
	text-decoration: none;
}
.txt_orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
}
.txt_error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.txt_error a:link {
	color: #FF0000;
	text-decoration: none;
}
.txt_error a:visited {
	color: #FF0000;
	text-decoration: none;
}
.txt_error a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.txt_error a:active {
	color: #FF0000;
	text-decoration: none;
}
.txt_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.txt_white a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.txt_white a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.txt_white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.txt_white a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.txt_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.txt_black a:link {
	color: #000000;
	text-decoration: none;
}
.txt_black a:visited {
	color: #000000;
	text-decoration: none;
}
.txt_black a:hover {
	color: #000000;
	text-decoration: underline;
}
.txt_black a:active {
	color: #000000;
	text-decoration: none;
}
.txt_gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
}
.txt_gray a:link {
	color: #424242;
	text-decoration: none;
}
.txt_gray a:visited {
	color: #424242;
	text-decoration: none;
}
.txt_gray a:hover {
	color: #424242;
	text-decoration: underline;
}
.txt_gray a:active {
	color: #424242;
	text-decoration: none;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	background-color: #FFFFFF;
	padding: 1px 1px 1px 1px;
	border: solid 1px #241808;
}	
input:hover {
	color: #FFFFFF;
	background-color: #5B5246;
	border: solid 1px #FFFFFF;
	cursor: pointer;
}	
input:focus {
	color: #404040;
	background-color: #FFFFFF;
	border: solid 1px #241808;
	cursor: pointer;
}
input.btn{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	background-color: #FFFFFF;
	padding: 1px 1px 1px 1px;
	border: solid 1px #241808;	
}
input.btn:hover{
	color: #FFFFFF;
	background-color: #241808;
	border: solid 1px #FFFFFF;	
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	background-color: #FFFFFF;
	border: solid 1px #241808;
}	
textarea:hover {
	background-color: #5B5246;
	border: solid 1px #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
}
textarea:focus {
	color: #404040;
	background-color: #FFFFFF;
	border: solid 1px #241808;
	cursor: text;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	background-color: #FFFFFF;
	border: solid 1px #241808;
}
form {
	margin: 0px 0px 0px 0px;	
}	
img.picture {
	background: url("http://www.esportuniversitari.cat/design/loading.gif") no-repeat center center;
}
