@charset "UTF-8";
body {
	background-color: #f8f8fc;
	background-image: url(images/structure/backtile.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #435268;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#background {
	background-image: url(images/structure/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 7px;
}
#header {
	text-align: right;
	font-size: 10px;
}
#menu {
	float: left;
	width: 371px;
	padding-right: 0px;
	padding-left: 20px;
	height: 370px;
	overflow: auto;
	background-image: url(images/structure/logo-page.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 200px;
	text-align: right;
	font-size: 24px;
	text-transform: uppercase;
	color: #9aa9b4;
	text-decoration: none;
}
#container {
	width: 970px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent {
	float: left;
	width: 520px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 55px;
	height: 600px;
}
#titulos {
	height: 90px;
	margin-top: 90px;
}
#texto {
	overflow: auto;
	height: 375px;
	margin: 0px;
	padding-top: 15px;
	}
#clear {
	clear: both;
	height: 2px;
}
.h1 {
	font-size: 45px;
	text-transform: uppercase;
	color: #FFFEFE;
	text-shadow: 0.05em 0.05em 0.2em #292929;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
.h1IE {
	font-size: 45px;
	text-transform: uppercase;
	color: #7C8796;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.h2 {
	font-size: 25px;
	text-transform: uppercase;
	color: #FFFEFE;
	text-shadow: 0.075em 0.075em 0.2em #292929;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
} 
.h2IE {
	font-size: 25px;
	text-transform: uppercase;
	color: #7C8796;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFEFE;
	text-shadow: 0.075em 0.075em 0.2em #292929;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
} 
.h3IE {
	font-size: 18px;
	text-transform: uppercase;
	color: #7C8796;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: bold;
	padding-top: 15px;
} 
#menuItems {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}
.thumbnail {
	padding: 3px;
}
#menuItems li {
	display: block;
	margin-top: 15px;
	margin-left: -20px;
	text-decoration: none;
}
#w3c {
	float: left;
	margin-right: 4px;
	margin-top: 4px;
}
.submenu {
	text-transform: none;
	color: #bfa36f;
	font-size: 14px;
	padding-right: 8px;
	text-decoration: none;
	text-align: right;
}
.submenu:hover {
	text-transform: uppercase;
	color: #bfa36f;
	font-size: 14px;
	padding-right: 8px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
.submenu:a {
	text-transform: uppercase;
	color: #D7B87E;
	font-size: 14px;
	padding-right: 8px;
	font-weight: bold;
	text-decoration: none;
}
.credits {
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #9aa9b4;
	text-decoration: none;
}
a:hover {
	color: #bfa36f;
	text-decoration: none;
}
a:active {
	color: #bfa36f;
	text-decoration: none;
}
p     {
	color: #425269;
	padding-top: 0px;
	margin-top: -10px;
}
.masSmall {
	background-image: url(images/icons/mas-small.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 49px;
	float: right;
	margin-top: -20px;
}
.masSmall:hover {
	background-image: url(images/icons/mas-hover-small.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 49px;
	float: right;
	margin-top: -20px;
}
