body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Verdana";
	background-color: #BCBCBC;
}
ul {
	list-style-type: none;
	height: 61px;
	margin-top: 25px;
	margin-bottom: 199px;
	margin-left: 25px;
}
ul li{
	font-size: 11px;
	margin-top: 0px;
	top: 0px;
}
/* links normales */
ul li a:link {
	color: #939498;
	text-decoration: none;
	font-weight: bold;
}
/* visitados */
ul li a:visited {
	color: #939498;
	text-decoration: none;
	font-weight: bolder;
}
/* hover */
ul li a:hover {
	font-weight: bolder;
	font-size: 13px;
	text-decoration: none;
}
/* activos */
ul li a:active {
	font-weight : bolder;
	font-size: 13px;
	text-decoration: none;
}
#contenedor {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 50px;
}
#marco {
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#cabecera {
	width: 746px;
	height: 75px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 34px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
}
#cabecera h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #B3B3B3;
	font-size: 12px;
}
#texto {
	background-image: url(../img/logo_cabecera.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 75px;
	width: 223px;
}
#texto span {
	visibility: hidden;
}
.texto {
	font-size: 12px;
	color: #929699;
}
#cabecera a {
	height: 100px;
	width: 790px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#cabecera a span {
	visibility: hidden;
}
#cuerpo {
	width: 780px;
	height: 285px;
}

#sidebar {
	width: 300px;
	float: left;
	height: 445px;
	font-family: arial;
}
.barra {
	background-image: url(../img/linea_separació.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#main {
	width: 476px;
	height: 285px;
	float: right;
}
#pie {
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B3B3B3;
	width: 773px;
	color: #949599;
	font-family: verdana;
	text-transform: uppercase;
}
#pie p {

}
/* Formulario */

.input {
	width: 192px;
	background-color: #B1B1B1;
	color: #606060;
	border: 1px solid #8A8A8A;
	height: 12px;
}
.textarea {
scrollbar-arrow-color: #8A8A8A;
scrollbar-base-color:#B1B1B1;
scrollbar-darkshadow-color: #8A8A8A;
scrollbar-track-color: #B1B1B1;
scrollbar-face-color: #B1B1B1;
scrollbar-shadow-color: #8A8A8A;
scrollbar-highlight-color: #8A8A8A;
scrollbar-3d-light-color: #8A8A8A;
	width: 192px;
	background-color: #B1B1B1;
	color: #606060;
	height: 46px;
	border: 1px solid #8A8A8A;
}
form {
	width: 192px;
	float: right;
	margin-top: 90px;
	font-family: arial;
}
#label {
	font-size: 7pt;
	color: #999999;
}
.boton {
	background-color: #B1B1B1;
	color: #666666;
	margin-top: 8px;
	border: 1px solid #8A8A8A;
	font-size: 7.5pt;
	width: 65px;
	height: 16px;
	text-align: center;
	margin-right: 5px;
}
.estudide {
	font-size: 10px;
	text-transform: capitalize;
}
.estudide p a:link, a:hover, a:visited {
	text-decoration: none;
	color: #949599;
	margin: 0px;
	padding: 0px;
}
.menu {
	font-size: 12px;
	height: 24px;
	padding-right: 10px;
	padding-left: 10px;
}
.menu p a:link, a:visited {
	text-decoration: none;
	color: #949599;
	margin: 0;
	padding: 0;
}
.menu p a:hover, a:active {
	text-decoration: none;
	color: #000000;
}
