/*
********************************************
* Generales
********************************************
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #effbdd;
	background: transparent url(../Graficos/Generales/fondo_alamo.jpg) no-repeat top center;
	background-attachment: fixed;
}

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

a:hover {
	text-decoration: underline;
}


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

.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: #c6ea78;
}



/*
********************************************
* 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;
	text-shadow: #0d2324 1px 1px 1px;
}

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

#logo_jumbo  a {	
	float: left;
	width: 260px;
	height: 50px;
	text-indent: -9999px;
	background: transparent url(../Graficos/Generales/logo_jumbo_alamo.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;
	text-align: center;
/*	background-color: #DC089D; */
}

#menu_contenido img {
	border: 0px;
}

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

#columna_contenido_top {
	background: transparent url(../Graficos/Generales/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/Generales/fondo_contenido_middle.png) repeat-y center center;
}

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

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