html,body {
	margin:0px;
	margin-top:0px;
	padding:0px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	color:#66666F;
	background-attachment: scroll;
	background: url(../images/body_bg.jpg) repeat-x top #6F7C84;
}

DIV#layout{
	margin: 10px auto;
	padding:0px;
	width: 950px;
	background:transparent url(../images/bodyer_bg4.png) repeat;
	/*border-image: url(../images/rightGradient.gif); CSS3 !!!! */
}

/********************************************************************
HEADER
Contiene:
	- companyName
	- topMenu
	- langSelection
********************************************************************/

DIV#header {
	height:128px;
	width:950px;
	background-image:url(../images/header_02.jpg);
	background-repeat:no-repeat;
	padding-top:7px;
}
DIV#header #companyName {
	display:none;
}
#topMenu {
	float:right;
	padding:0px;
	padding-right:8px;
}
#topMenu UL {
	margin:0px;
	padding-bottom:1px;
}
#topMenu UL LI {
	display:inline;
	padding-left:10px;
}
DIV#topMenu UL A {
	color:#66666f;
	font-weight:bold;
	text-decoration:none;
}
DIV#topMenu UL A:hover {
	color:#2D363D;
	text-decoration:none;
	border-bottom:#2D363D 1px dotted;
}
DIV#langSelection {
	display:block; /* QUITAR PARA MULTIIDIOMA !!!!!!!!!!!!! (none | block)*/
	clear:both;
	float:right;
	color:#eee;
	font-weight:bold;
	padding-right:8px;
	padding-top:90px;
}
DIV#langSelection A {
	font-weight:bold;
	text-decoration:none;
	color:#eee;
}
DIV#langSelection A:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#fff;
}

/*END HEADER*/


/********************************************************************
MAIN MENU LAYER
Contiene:
	- mainMenu
********************************************************************/

DIV#mainMenuLayer {
	background-color:#7D848A;
	height:30px;
	border-bottom:#AFB521 4px solid;
}

DIV#mainMenu {
	padding:0px;
	padding-top:7px;
	margin:0px;
	margin-left:15px;
	font-size:12px;
	font-weight:bold;
	width:930px;
	position:absolute;
	z-index:555; /*!important*/
}
#mainMenu UL {
	margin:0px;
	padding:0px;
	width:100%;
}
#mainMenu UL LI {
	display:block;
	float:left;
	/*width:170px; --> >La anchura vendrá definida en el <li> de cada elemento*/
	background-image:url(../images/mainMenu_bg_03.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 20px 0px 20px;
	color:#ddd;
	text-transform:uppercase;
	padding-bottom:5px;
}
#mainMenu UL LI:hover{
	cursor:pointer;
	color:#eee;
}
#mainMenu UL LI UL {
	display:none;
	margin:0px;
	padding:0px;
}
#mainMenu UL LI:hover UL {
	display:block;
	margin-top:9px;
	padding:0px;
	margin-left:-18px;
	/*margin-right:-25px;
	border-top:#AFB521 4px solid;*/
}
#mainMenu UL LI UL LI{
	clear:both;
	width:130px;
	background-image:none;
	/*background-image:url(../images/mainMenu_bg_04.jpg);
	background-position:2px 5px;
	background-repeat:no-repeat;*/
	background-color:#9CA1A5;
	border-bottom: 1px solid #bbb;
	margin:0px;
	color:#eee;
	padding:5px 15px;
	font-size:11px;
	font-weight:normal;
}
#mainMenu UL LI UL LI:hover {
	color:#fff;
	background-color:#7D848A;
}
#mainMenu A {
	color:#eee;
	text-transform:uppercase;
}
#mainMenu A:hover {
	color:#f0f0f0;
	text-transform:uppercase;
}

/* END MAIN MENU LAYER */


/********************************************************************
BODYER
Contiene:
	- leftFrame
	- content
	- rightFrame
********************************************************************/

DIV#bodyer{
	
}

DIV#leftFrame {
	width:190px;
	margin:0px;
	padding:20px;
	padding-right:0px;
	padding-left:15px;
	float:left;
	/*background-image:url(../images/leftFrame_01.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	background-color:#F8F8DC;*/
}
DIV#lastDocuments {
	padding: 0px 0px 10px 0px; /*up,right,down,left*/
	border-bottom:#E3E5B7 0px solid;
	margin-bottom:0px;
	float:left;
	width:170px;
}
#lastDocuments P {
	margin-bottom:10px;
	margin-top:5px;
	text-align:center;
}

DIV#leftMenu {
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	padding-bottom:10px;
	color:#AFB521;
	float:left;
	border-bottom:#E3E5B7 1px solid;
}

#leftMenu UL {
	list-style-image:url(../images/MenuItem_07.png);
	margin:0px;
	margin-left:16px;
	padding:0px;
}
#leftMenu UL LI{
	padding-bottom:5px;
	font-size:12px;
}
#leftMenu UL LI UL LI{
	padding-bottom:3px;
	font-size:11px;
}
#leftMenu UL UL{
	padding:0px;
	list-style-image:url(../images/MenuItem_08.png);
	/*margin-left:7px;*/
}
#leftMenu UL A {
	text-decoration:none;
	font-weight:bold;
	color:#AFB521;
}
#leftMenu UL A:hover {
	border-bottom:#AFB521 1px dotted;
	font-weight:bold;
	color:#66666F;
	text-decoration:none;
}
#leftMenu UL UL A {
	text-decoration:none;
	font-weight:normal;
	color:#AFB521;
}
#leftMenu UL UL A:hover {
	text-decoration:none;
	font-weight:normal;
	color:#66666F;
	border-bottom:#AFB521 1px dotted;
}

DIV#rightFrame {
	width:205px;
	margin:0px;
	padding:20px;
	padding-right:0px;
	padding-left:0px;
	float:right;
	/*background-image:url(../images/rightFrame_01.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	background-color:#F8F8DC;*/
}
DIV#rightFrame A {
	color:#66666f;
	text-decoration:none;
}
DIV#rightFrame A:hover {
	color:#AFB521;
	text-decoration:none;
	border-bottom:#AFB521 1px dotted;
}
DIV#rightFrame A.img {
	color:#66666f;
	text-decoration:none;
}
DIV#rightFrame A.img:hover {
	color:#AFB521;
	text-decoration:none;
	border:#AFB521 0px dotted;
}
DIV#accessForm {
	display:none;
	padding: 0px 5px 20px 10px; /*up,right,down,left*/
	border-bottom:#E3E5B7 1px solid;
	margin-right:5px;
	margin-bottom:20px;
}
DIV#lastNews {
	padding: 0px 5px 20px 10px; /*up,right,down,left*/
	border-bottom:#E3E5B7 1px solid;
	margin-right:5px;
	margin-bottom:20px;
}
#lastNews UL {
	margin:0px;
	padding-left:20px;
	list-style-image:url(../images/MenuItem_08.png);
}
DIV#events {
	padding: 0px 5px 20px 10px; /*up,right,down,left*/
	border-bottom:#E3E5B7 1px solid;
	margin-right:5px;
	margin-bottom:20px;
}
#events P {
	margin-bottom:0px;
	margin-top:5px;
}

DIV#sponsors {
	padding: 0px 5px 20px 10px; /*up,right,down,left*/
	border-bottom:#E3E5B7 0px solid;
	margin-right:5px;
	margin-bottom:20px;
}


DIV#content {
	float:left;
	width:490px; /*530 OK*/
	/*background-color:#FFFFFF;*/
	padding-top:20px;
	padding-bottom:20px;
	padding-left:25px;
	padding-right:25px;
}
#content #printAndSend {
	float:right;
}
#content P {
	text-align:justify;
}
DIV#content DIV {
	border-bottom:#AFB521 0px dotted;
	padding-bottom:20px;
	margin-bottom:0px;
}
#content strong {
	font-weight:bold;
	font-style:italic;
	color:#AFB521;
}
IMG {
	padding:6px;
	border:1px solid #E3E5B7;
	margin: 0px;
	background-color:#FFF;
	clear:both;
	/*float:right;
	margin-left:15px;*/
}
DIV#content .fleft {
	float:left;
	margin-right:16px;
}
DIV#content .fright {
	float:right;
	margin-left:16px;
}
DIV#content .fcenter {
	text-align:center;
}
#content .shrink {
	padding:0px;
	margin:0px;
}
#content #sitemap OL {
	list-style-type:upper-alpha;
	font-size:14px;
	margin-bottom:15px;
}
#content #sitemap OL LI {
	margin-bottom:20px;
	text-transform:uppercase;
}
#content #sitemap OL LI OL {
	list-style-type:decimal;
	font-size:12px;
	line-height:23px;
	margin-bottom:2px;
	margin-top:5px;
}
#content #sitemap OL LI OL LI {
	margin-bottom:0px;
	
}
/*END BODYER*/

/*<H>*/
H3 {
	font-size:18px;
	color:#AFB521;
	margin:0px;
	margin-bottom:20px;
	padding-bottom:3px;
	border-bottom:#E3E5B7 1px solid;
}
H4 {
	font-size:16px;
	color:#AFB521;
	margin:0px;
	margin-bottom:10px;
	border-bottom:#E3E5B7 0px solid;
}
H4.menu {
	margin-bottom:10px;
}

H5 {
	font-size:12px;
	color:#666666;
	margin-bottom:0px;
	text-align:center;
	font-weight:bold;
}
#content H5 {
	font-size:12px;
	text-decoration:underline;
	text-align:left;
	font-weight:normal;
	color:#999;
}


#topPage {
	text-align:right;
}

/*<A>*/
A {
	color:#AFB521;
	text-decoration:none;
}
A:hover {
	color:#AFB521;
	text-decoration:underline;
	/*border-bottom:#AFB521 1px dashed;*/
}

A.top {
	padding-left: 18px;
	margin:0px 0px;
	background-image:url(../images/topPage_04.png);
	background-position:left center;
	background-repeat:no-repeat;
	clear:both;
	float:right;
}
A.info {
	padding-left: 18px;
	margin:0px 0px;
	background-image:url(../images/info_02.png);
	background-position:left center;
	background-repeat:no-repeat;
	clear:both;
	float:right;
}


/*FORM STYLES*/

input {
	border:#bcbcbc 1px solid;
	font-family:Trebuchet MS, Verdana;
	color:#66666f;
	font-size:11px;
	width:140px;
}
.buttonForm {
	width:50px;
	background:url(../images/button_bg3.png) repeat-x;
	border:#bcbcbc 1px solid;
	margin-top:3px;
}
DIV#accessForm P {
	margin-top:7px;
	margin-bottom:7px;
}



/********************************************************************
FOOTER
Contiene:
	- footbar
********************************************************************/

DIV#footer {
	clear:both;
	border-top:#7D848A 2px solid;
	background-color:#F8F8DC;
	text-align:center;
	padding-bottom:10px;
	padding-top:3px;
}
#footbar {
	margin-bottom:0px;
}
#footbar UL {
	margin:0px;
	padding:0px;
}
#footbar UL LI {
	display:inline;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/navbarSpc_green_.gif);
	background-position: right 5px;
	background-repeat:no-repeat;
}
.nonimg {
	background-image:none !important;
}
#footbar UL A {
	color:#AFB521;
	text-decoration:none;
}
#footbar UL A:hover {
	color:#AFB521;
	text-decoration:none;
	border-bottom:#AFB521 1px dotted;
}
IMG.w3c {
	padding:0px;
	border:0px solid #E3E5B7;
	margin: 0px;
	background-color:#FFF;
	clear:both;
}

/*END FOOTER*/
