@charset "utf-8";
/* CSS Document */


#contenedor_general {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#cabecera {
	position: relative;
	height: 88px;
	width: 780px;
	background-image: url(imagenes/banda_cabecera.png);
	background-repeat: no-repeat;
}
#cabecera_menu {
	position: relative;
	height: 38px;
	width: 780px;
}
#cabecera_relleno {
	position: relative;
	height: 50px;
	width: 780px;
}
#contenido_general {
	position: relative;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	width: 780px;
}
#contenido_centro {
	float: left;
	width: 550px;
	position: relative;
	min-height: 400px;
	height:auto !important;
	height: 400px;
}
#contenido_izq {
	position: relative;
	width: 225px;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	float: left;
	padding-left: 5px;
	padding-top: 10px;
}
#contenido_der {
	float: right;
	width: 195px;
	position: relative;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	padding-top: 10px;
	padding-left: 5px;
}
#pie {
	position: relative;
	height: 30px;
	width: 780px;
	float: left;
}
#fondo {
	background-image: url(imagenes/background.jpg);
	background-repeat:  repeat-y;
}
