@charset "utf-8";

/* CSS Document */

html,body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	color:#66666F;
}

DIV#layout{
	width: auto;
}

DIV#header {
}
DIV#header #companyName H2 {
	color:#7D848A;
	border-bottom:#7D848A 1px solid;
	padding-bottom:10px;
}
#topMenu {
	display:none;
}
DIV#langSelection {
	display:none;
}

/*END HEADER*/


/********************************************************************
MAIN MENU LAYER
Contiene:
	- mainMenu
********************************************************************/

DIV#mainMenuLayer {
	display:none;
}

/* END MAIN MENU LAYER */


/********************************************************************
BODYER
Contiene:
	- leftFrame
	- content
	- rightFrame
********************************************************************/

DIV#bodyer{
	
}

DIV#leftFrame {
	display:none;
}

DIV#rightFrame {
	display:none;
}

DIV#content {
	float:left;
	width:auto;
	/*background-color:#FFFFFF;*/
	padding-top:20px;
	padding-bottom:20px;
	padding-left:25px;
	padding-right:25px;
}
#content #printAndSend {
	display:none;
}
#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 {
	text-align:center;
}
DIV#content .fright {
	text-align:center;
}
#content .shrink {
	padding:0px;
	margin: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 {
	display:none;
}
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 1px solid;
	background-color:#F8F8DC;
	text-align:center;
	padding-bottom:10px;
	padding-top:3px;
}
#footbar {
	margin-bottom:0px;
	display:none;
}
#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*/
