body{
	background-color: #CF8181;
	background-image: url(/imagenes/degradado_fondo.png);
	background-position: top left;
	background-repeat: repeat-x;
	text-align:center;
	margin: 5px 0px;
	font-family: sans-serif;
}

#global_header{
	background-image: url(/imagenes/global_header.png);
	height:130px;
	width:790px;
	z-index: 100;
}

#global_container{
/*	background: #8b3e3e;*/
	text-align:left;
	margin: 3px auto;
	width:790px;
	/*height: 100%;*/
	position:relative;
}

#global_footer{
	text-align: center;
	padding: 2px;
	width:790px;
	/*position: relative;*/
	/*z-index: 100;*/
	font-size:9px;
	color: #FFFFFF;
}


#global_brand{
	width: 98%;
	position:absolute;
	top:5px;
	text-align: right;
	font-size: 28px;
	font-family: sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#global_menu{
	position:absolute;
	top:105px;
	text-align: right;
	width: 98%;
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
}

#box_top{
	background-image: url(/imagenes/box_top_solid.png);
	height:12px;
	width:195px;
	overflow:hidden;
}

#box_bottom{
	background-image: url(/imagenes/box_bottom_solid.png);
	height:12px;
	width:195px;
	overflow:hidden;
}

#box{
	background: #8C3333;
	height:250px;
	/*width:auto;*/
	/*position:relative;*/
	/*z-index: 100;*/
}

#box_text{
	padding:0;
	font-family: sans-serif;
	font-weight: normal;
	font-size:11px;
	color: #FFFFFF;
	text-align: left;
	margin: 4px;
}

#box_text_header{
	font-family: sans-serif;
	font-weight: bold;
	font-size:12px;
	color: #FFFFFF;
	text-align: left;
	margin-left: 4px;
}

#box_menu{
	background: #8C3333;
	height:150px;
	width:auto;
	position:relative;
	z-index: 100
}

A.enlaceTituloSeccion{
	font-family: sans-serif;
	font-weight:bold;
	font-size:12px;
	color:white;
	text-decoration:none;
}


A.enlaceTituloSeccion:hover{
	color:yellow;
}

A.enlaceSeccion{
	font-family:arial,helvetica,verdana;
	font-weight:bold;
	font-size:11px;
	color:white;
	text-decoration:none;
}

A.enlaceSeccion:hover{
	color:yellow;
}

