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


#contenedor_general {
	width:960px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	position:relative;
	z-index:0;
}
#cabecera {
    background-image: url(imagenes/banda_cabecera.png);
    background-repeat: no-repeat;
	height:88px;
    position: relative;
    width: 960px;
}

#cabecera-titulo {
	position: relative;
	float:left;
	height:88px;
	width:230px;
} 

#menu {
	position: relative;
	float:left;
	height:68px;
	padding-top:20px;
	padding-left:260px;
	width:470px;
} 

#contenido_general {
	position: relative;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	width: 960px;
}
#contenido_centro {
	float: left;
	width: 550px;
	position: relative;
	min-height: 400px;
	height:auto !important;
	height: 400px;
}
#contenido_izq {
	float:left;
	position:relative;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	padding-left:5px;
	padding-right:10px;
	width: 215px;	
}

#contenido_der {
	float: right;
	width: 150px;
	position: relative;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	padding-top: 10px;
	padding-left: 5px;
}
#pie {
	border-top: solid 1px #999;
	float: left;
	height: 30px;
	position: relative;	
	width: 960px;
}

#fondo {
	background-image: url(imagenes/background.jpg);
	background-repeat:  repeat-y;
}

