/*
********************************************
* Generales
********************************************
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #FFF;
}

a {
	color: #BE1E35;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*
********************************************
* Varios
********************************************
*/
.espacio_horizontal_menu_contenido {
	margin-left: 15px;
}

.separador_item {
	height: 30px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.contenido_centrado {
	text-align: center;
}

.contenido_centrado img {
	border: 0px;
}

p.sin_espacio {
	margin: 0px;
}

.clear {
	clear: both;
}

.link_grande {
	font-size: 15px;
	font-weight: bold;
	color: #BE1E35;
}



/*
********************************************
* Contenedor principal
********************************************
*/
#contenedor_principal {
	width: 100%;
	height: 100%;
}


/*
********************************************
* Contenedor header
********************************************
*/
#contenedor_header {
	width: 940px;
	height: 70px;
	margin: 0 auto;
	/*background-color: #F00;*/
}

#contenedor_header a {
	font-weight: bold;
	color: #999;
}

#contenedor_header a:hover {
        text-decoration: underline;
}

#logo_jumbo  a {	
	float: left;
	width: 260px;
	height: 50px;
	text-indent: -9999px;
	background: transparent url(../Graficos/Discos/Superficie/logo_jumbo_superficie.png) no-repeat left top;
}

#links_secciones {
    clear: both;
	float: left;
	width: 260px;
	height: 20px;
	/*background-color: #DA4089;*/
}

#links_secciones a {
	font-size: 12px;
}

#links_redes {
    clear: both;
	float: right;
	width: 400px;
	margin-top: -37px;
	text-align: right;
	color: #647468;
	/*background-color: #FA0;*/
}

#links_redes a {
    font-size: 10px;
}


/*
********************************************
* Contenedor central
********************************************
*/
#contenedor_central {
    clear: both;
	width: 940px;
	margin: 0 auto;
	margin-top: 40px;
	/*background-color: #F00;*/
	overflow: hidden;
}

#columna_menu {
	float: left;
	width: 200px;
	margin-left: 35px;
	/*background-color: #DA4089;*/
	overflow: hidden;
}

#menu_contenido {
	float: right;
	width: 590px;
	height: 28px;
	margin-right: 35px;
	/*background-color: #FF089D;*/
}

#menu_float_right {
	float: right;
	margin-right: 15px;
}

#menu_contenido img {
	border: 0px;
}

#adornos {
	position: absolute;
	margin: -62px 0 0 0;
	width: 249px;
	height: 89px;
	background: transparent url(../Graficos/Discos/Superficie/adornos_menu.jpg) no-repeat center top;	
	
}

#portada_disco {
	float: left;
	margin-right: 15px;
}

#columna_contenido_top, #columna_contenido_bottom {
	float: right;
	width: 590px;
	height: 25px;
	margin-right: 35px;
}

#columna_contenido_top {
	background: transparent url(../Graficos/Discos/Superficie/fondo_contenido_top.png) no-repeat top center;
}

#columna_contenido {
	float: right;
	width: 530px;
	margin-right: 35px;
	padding-left: 30px;
	padding-right: 30px;
	background: transparent url(../Graficos/Discos/Superficie/fondo_contenido_middle.png) repeat-y center center;
}

#columna_contenido_bottom {
	background: transparent url(../Graficos/Discos/Superficie/fondo_contenido_bottom.png) no-repeat bottom center;
	margin-bottom: 30px;
}

#columna_contenido h1 {
    font-size: 15px;
	font-weight: bold;
	margin: 0px;
}