html, body {
	height: auto;
	}
	
/* Estils Generals */

h4 { font-size: 1.2em; color: #555555; display: inline; line-height: 2em; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}

a {
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	color: #FF0000;
	text-decoration: underline;
	}

img { 	border: 0px solid black; }

/* Contenedor General */

#contenedor {
	width: 745px;
	position: relative;
	margin-left : auto;
	margin-right : auto;
	margin-top: 5px;
	height: auto;
	}
	
/* Botonera Negra */
#botonera_negra {
/*	margin-top: 152px; */
	background-color: black;	
	height: 26px;
	width: 744px;
}

#botonera_negra a {
	background-image: url(../images/blanc_negre.gif);
	background-position : left;
	background-repeat : repeat-y;
	display: block;
	float: right;
	font-family: Arial;
	font-size: 0.7em;
	font-weight: bold; 
	color: #ffffff;
	text-decoration: none;
	padding: 6px 5px 6px 3px;
	}

#botonera_negra a:hover {
	background-image: url(../images/blanc_negre.gif);
	background-position : left;
	background-repeat : repeat-y;
	display: block;
	float: right;
	font-family: Arial;
	font-weight: bold; 
	color: #000000;
	text-decoration: none;
	background-color: #33CFFF;
	padding: 6px 5px 6px 3px;
	}

#botonera_negra a.seleccionat {
	color: #000000;
	background-color: #33CFFF;
}
	
	
.bt_submit {

	border:1px solid #acb6bd;
	background-color:#d5eaf8;
	margin:0.2em;
	
}