﻿
/********************************************************************
* HEADER                                                            *
********************************************************************/
#header
{
	clear: both;
	position: relative;
	height: 122px;
	margin: 1em auto 0.5em auto;
	width: 1000px;
	background: #ffffff url('../images/bg/negro/header.gif') no-repeat left top;
}

#header_bg
{
	float: left;
	width: 1000px;
	height: 122px;
}

#header_extra
{
	float: right;
	width: 495px;
	height: 8em;
}

#header_menu
{
	clear: both;
	position: relative;
	height: 2.5em;
	width: 998px;
	margin: 0em auto 0em auto;
}

#header_menu ul
{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 auto 0 1.4em;
}

#header_menu ul li
{
	display: inline;
	list-style: none;
}

#header_menu ul li a
{
	float: left;
	width: 150px;
	height: 2.5em;
	padding-top: 0.3em;
	margin-left: 0.5em;
	color: #5f531f;
}

#header_menu ul li a:hover
{
	color: #5f531f;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	text-transform: uppercase;
}

#header_menu ul li .actived
{
	background-color: #5f531f;
	color: #ffffff;
	text-decoration: none;
}

/********************************************************************
* CONTENT                                                           *
********************************************************************/
#content
{
	clear: both;
	position: relative;
	width: 998px;
	background-color: #FFFFFF;
	height: 550px;
	margin:  1em auto 0em auto;
}

/********************************************************************
* MAIN_MENU                                                         *
********************************************************************/
#main_menu
{
	clear: both;
	float: left;
	position: relative;
	width: 240px;
	background: #FFFFFF url('../images/bg/negro/main_menu.gif') no-repeat left bottom;
	text-align: left;
	height: 550px;
}

#main_menu a
{
	font-size: 0.93em;
}

#main_menu_imagen
{
	clear: both;
	float: left;
	position: relative;
	width: 160px;
	background: #FFFFFF url('../images/bg/negro/main_menu.gif') no-repeat left bottom;
	text-align: center;
	height: 550px;
}

/********************************************************************
* PAGE                                                              *
********************************************************************/
#page
{
	float: right;
	position: relative;
	height: 2em;
	width: 749px;
	background-color: #FFFFFF;
	text-align: left;
	height: 550px;
}

#page_imagen
{
	float: right;
	position: relative;
	height: 2em;
	width: 819px;
	background-color: #FFFFFF;
	text-align: left;
	height: 550px;
}

/********************************************************************
* FOOTER                                                            *
********************************************************************/
#footer
{
	clear: both;
	position: relative;
	height: 2em;
	margin: 0em 0em 1em 0em;
	width: 998px;
	text-align: center;
	margin: 0em auto 0em auto;
}

#footer ul
{
	clear: both;
	margin: 0 auto 0 auto;
	padding-top: 0.3em;
}

#footer ul li
{
	display: inline;
	list-style: none;
}

#footer ul li a
{
	padding: 0 1em;
	font: 400 1em arial, sans-serif;
	letter-spacing: 0.1em;
	line-height: 0.8em !important;
	line-height: 1em;
	color: #5f531f;
	font-weight: bold;
	font-size: 0.8em;
	border-right: 1px solid #CCCCCC;
}

#footer ul li a.last
{
	padding-right: 0;
	border-right: 0;
}

/********************************************************************
* PÁGINA PRINCIPAL                                                  *
********************************************************************/
#main_logo
{
	clear: both;
	float: left;
	padding-top: 2em;	
	width: 200px;
	height: 535px;
	background: #FFFFFF url('../images/bg/negro/main_logo.gif') no-repeat left bottom;
}

#mainImage
{
	padding-top: 2em;
	width: 800px;
	height: 535px;
	margin: 0px auto 0px auto;
	padding-bottom: 1em;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	min-width: 1024px;
	text-align: center;
	background-color: #ffffff;
	line-height: 180%;
	color: #555;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 0.7em;
	font-family: verdana, arial, sans-serif;
}

/* Headers */
h1, h2, h3, h4, h5, h6
{
	margin: 0 0 10px 0;
	padding: 0;
}


h1
{
	text-align: left;
	padding-bottom: 0.4em;
	padding-left: 45px;
	font: 400 1.6em arial, sans-serif;
	color: #5f531f;
	vertical-align: middle;
	background: url('../images/bg/negro/minilogo.gif') no-repeat left top;
	width: 60%;
}

h2
{
	font-size: 1.2em;
	color: #5f531f;
}

h3
{
	text-transform: uppercase;
	font-size: 0.9em;
	color: #5f531f;
}

h4
{
	font-size: 0.85em;
}

h5
{
	font-size: 0.8em;
}


a
{
	text-decoration: none;
	color: #5f531f;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

a img.border
{
	border: 1px solid #FC3307;
}

a:hover img.border
{
	/* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
	border: 1px solid #668FA3 !important;
	border: 1px solid #FC3307;
}

.changedImage
{
	width: 700px;
	border: 1px solid #CCCCCC;
	padding: 3px 3px 3px 3px;
}