/* CSS Document */
body {
	text-align: center;
}
H1 {
	margin: 0;
	padding: 0;
	margin-left: 15px;
}
#logo {
	margin: 0px; 
	padding: 0px;
	position: relative;
	overflow: hidden;
	visibility: hidden;
}
#logo span {
	visibility: visible;
	display: block;
	position: absolute; 
	left: 19px; 
	top: 8px;
	z-index: 1;
	width: 120px; 
	height: 120px;
	margin: 0px; 
	padding: 0px;
	background: url(../imgs/logotipo1.gif) top left no-repeat;
	/*cursor: hand;*/
}
	
#page {
	text-align: left;
	width: 736px;
	margin: 0 auto;
	padding: 5px;
}
#pageContainer {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
#pageHeaderContainer {
	width: 736px;
	height: 120px;
}

#menuHeaderContainer {
	background: url(../imgs/dotGrey.gif) bottom repeat-x;

}
#menuHeaderContainer ul {
	margin: 0;
	padding: 0;
	padding-bottom: 14px;
	padding-top: 20px;
	padding-bottom: 20px;		
	padding-right: 8px;
	margin-right: 100px;
	list-style-type: none;
}
#menuHeaderContainer li {
	margin-left: 15px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	text-transform: uppercase;
	float: right;
	list-style-type: none;
}
#menuHeaderContainer li a, #menuHeaderContainer li a:visited {
	color: #990000;
	text-decoration: none;
}
#menuHeaderContainer li a:hover {
	color: #990000;
	text-decoration: underline;
}
/*-----------------*/
#icnHome, #icnMail {
	border: none;
	float: right;
/*	display: run-in;*/
	margin-top: -20px;
}
#icnHome {
	margin-right: 15px;
	margin-left: 20px;
}
#icnMail {
	margin-right: 40px;
}
/*-----------------*/
#menuLeftContainer {
	float: left;
	width: 200px;
	margin-left: 5px;
}
#languagesMenu {
	margin: 0;
	padding: 0;	
	padding-left: 5px;
	padding-bottom: 20px;
}
#languagesMenu li{
	float: left;
	padding-right: 10px;
	list-style-type: none
}
#menu-left {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 14px;
	background:  url(../imgs/dotBrown.gif) top repeat-x;
}
#menu-left li {
	padding-bottom: 5px;
	list-style-type: none;
	font-size: .85em;
	text-transform:uppercase;
}
#menu-left li a {
	width: 100px;
	display: block;
}
#menu-left a, #menu-left a:visited {
	background-image: url(../imgs/icnMenuLeft.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #996600;
	text-decoration: none;
}
#menu-left li a:hover {
	background-color: #FF9900;
	color: #FFFFFF;
	text-decoration: none;
}	
#contentContainer {
	padding-top: 20px;
	padding-right: 45px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}
#content {
	padding-top: 15px;
	margin-left: 210px;
}
H2 {
	padding-left: 35px;
	background-image:url(../imgs/icnTitle2.jpg);
	background-repeat: no-repeat;
	background-position: 3px;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}
H3, H4 {
	color: #FF9900;
}
H3 {
	font-size: 1.2em;
}
H4 {
	font-size: 1.1em;
}
#newsList {
	margin: 0;
	padding: 0;
}
#newsList li {
	list-style-type:none;
	padding-bottom: 30px;
}
.newsDescription {
	font-weight: bold;
}
.newsLink {
	border: none;
	margin-left: 7px;
	margin-top: 3px;
}
/*--------------*/
#contentsImagesList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#contentsImagesList li {
	float: left;
	padding-left: 5px;
}
#contentsImagesList li a, #contentsImagesList li a:visited{
	/*border: 1px solid #999999;*/
	color: #996600;
	text-decoration: none;
}
#contentsImagesList li a:hover{
	/*border: 1px solid #FF0000;*/
	text-decoration: underline;
}
#contentsImagesList li img{
	border: none;
	width: 150px;
	height: 110px;
}
#contentsImagesList li .description{
	padding-top: 5px;
	margin-bottom: 20px;
	width: 150px;
	display: block;
}
/*--------------*/
#imagesRoadLnk {
	margin-bottom: 25px;
}
#imagesRoadLnk a, #imagesRoadLnk a:visited {
	color: #FF9900;
	
	text-decoration: none;
}
#imagesRoadLnk a:hover {
	text-decoration: underline;
}
/*---------------------*/
#contentsListContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#contentsCategoryPath {
	padding-bottom: 10px;
	background: url(../imgs/dotGrey.gif) bottom repeat-x;

	text-transform: uppercase;
}
#contentsCategoryPath a, #contentsCategoryPath a:visited {
	color: #FF9933;
	text-decoration: none;
}
contentsCategoryPath a:hover {
	text-decoration: underline;
}
#contentsCategoryList {
	list-style-type: none;
	/*border-bottom: 1px solid #666666;*/
	background: url(../imgs/dotBrown.gif) bottom repeat-x;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#contentsCategoryList a, #contentsCategoryList a:visited {
	color: #FF9933;
	text-decoration: none;
}	
#contentsCategoryList a:hover {
	text-decoration: underline;
}
#contentsList {
	list-style-type: none;
	/*border-bottom: 1px solid #666666;*/
	background: url(../imgs/dotBrown.gif) bottom repeat-x;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#contentsList a, #contentsList a:visited {
	color: #FF9933;
	text-decoration: none;
}	
#contentsList a:hover {
	text-decoration: underline;
}
	
#pageFooterContainer {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	/*border-top: 1px dotted #999999;*/
	background: url(../imgs/dotGrey.gif) top repeat-x;
	color: #999999;
	font-size: 9px;
	text-align: center;
}
#pageFooterContainer a, #pageFooterContainer a:visited {
	color: #999999;
	text-decoration: none;
}
#pageFooterContainer a:hover {
	text-decoration: underline;
}
