/***** GENERALES *****/
* { font-family:Arial, Helvetica, sans-serif;
	
	border:0px;
}
	
body a {
	color:#545454;
	top:-7px;
}

/***** CONTENEDOR *****/
#contenedor {
	width:930px;
	position:relative;
	float:left;
	left:50%;
	margin-left:-465px;
	background-color:#FFFFFF;
	margin-top:-7px;
}

#contenido {
	margin-left:29px;
	top:0px;
	width:872px;
}

#titulo {
	background:url(../img/bg_titulo.jpg) repeat-x;
	height:24px;
	overflow:hidden;
}

#titulo span {
	margin-left:20px;
	font-size:12px;
	color:#FFFFFF;
}

/****** CABECERA ******/
#boton {
	width:121px;
	height:58px;
	position:relative;
	float:left;
}

/****** COL IZQ ******/
#izquierda {
	width:578px;
	position:relative;
	float:left;
}

#ofertes {
	width:283px;
	float:left;
	position:relative;
}

/****** COL MID ******/
#medio {
	position:relative;
	float:left;
	width:10px;
	height:auto;
}

/****** COL DER ******/
#derecha {
	position:relative;
	float:left;
	width:284px;
}

/******** PIE ********/
#pie {
	background:url(../img/bg_pie.jpg) repeat-x;
	width:930px;
	height:110px;
	position:relative;
}

#txt_pie { 
	color:#FFFFFF;
	width:135px;
	position:relative;
	padding-top:20px;
	float:left;
}
#txt_pie ul { list-style:none; }
#txt_pie a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:10px;
}
#separador {
	background:url(../img/separador_pie.jpg) no-repeat;
	width:5px;
	height:110px;
	position:relative;
	float:left;
}

/***** FORMULARIO *****/
input {
	 height:16px;
	 width:245px;
	 border:1px inset;
	 position:relative;
	 left:18px;
	 padding:0 0 0 2px; 
}

select {
	 height:16px;
	 width:245px;
	 border:1px inset;
	 position:relative;
	 left:18px;
	 padding:0 0 0 2px; 
}

#caja_form input {
	font-size:10px;
	margin-top:9px;
}

#boton_form input {
	font-size:10px;
	text-align:left;
	color:#FFFFFF;
}

#boton_form {
	height:20px;
	width:284px;
	/*left:18px;*/
	position:relative;
}

/***** TABLA *****/
#tabla {
	position:relative;
	width:872px;
}

#celda {
	position:relative;
	float:left;
	border-left:#696d01 1px solid;
	width:289px;
	height:249px;
	background:url(../img/bg_celda.jpg);
}

#pie_celda {
	background:url(../img/bg_pie_tabla.jpg) repeat-x;
	width:290px;
	height:69px;
	position:relative;
	float:left;
	border-right:#FFFFFF 1px solid;
}

/***** TEXTO *****/
#txt1 {
	color:#545454;
	font-size:14px;
}

#txt2 {
	color:#545454;
	font-size:12px;
}

#txt3 {
	color:#025a30;
	font-size:12px;
}

#txt4 {
	color:#37b615;
	font-size:12px;
}

#txt5 {
	color:#545454;
	font-size:11px;
}

#txt6 {
	color:#FFFFFF;
	font-size:12px;
}
