/* general tag styles */

.bodyContent{
float:left;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background: #fff;
	padding: 0;
	margin: 0 10px 10px 10px;
	text-align: center;
}

p, li, dt, label {
	font-size: .7em;
}

div#content-c-wide div.bodyContent {
	font-size: .7em;
}
div#content-c-wide div.bodyContent p,
div#content-c-wide div.bodyContent li, 
div#content-c-wide div.bodyContent dt, 
div#content-c-wide div.bodyContent label { 
		font-size: 1em;
}


li p, li li {
	font-size: 1em;
}

td, dl, li, form, div, img {
	padding: 0;
	border: 0;
	margin: 0;
}

ul {
	padding: 0 0 5px 0;
	border: 0;
	margin: 0;
}

ol {
	padding: 0 0 0 20px;
	border: 0;
	margin: 0 0 5px 3px;
}

ol ol li {
	list-style-type: lower-roman;
}

p {
	line-height: 130%;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
}

h1 {
	font-size: 1em;
}

h2 {
	color: #634329;
	font-size: .8em;
}

h2 span {
	font-size: 85%;
	font-weight: normal;
}

h2.sub-hdr {
	color: #923222;
	padding: 7px 0 4px 0;
	border-bottom: 1px solid #d8d1ca;
	margin: 0 0 10px 0;
}

h2.sub-hdr a {
	color: #923222;
}

h3 {
	font-size: .7em;
	padding: 7px 0 10px 0;
}

h4 {
	font-size: .7em;
	padding: 5px 0 10px 0;
}

h5 {
	font-size: .7em;
	padding: 5px 0 10px 0;
}

h6 {
	font-size: .7em;
	font-weight: normal;
	padding: 5px 0 10px 0;
}

input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333;
	padding: 0;
	margin: 0;
}

p input, p select, td input, td select {
	font-size: 1em;
}

a:link, a:visited, a:active {
	color: #c30;
}

a:hover {
	color: #333;
}

span.link-arrow {
  color: #c30
}

label {
	color: #666;
	font-weight: bold;
	vertical-align: top;
}


/* info boxes */

div.info-box {
	width:250px;
	border:1px solid #d8d0cA;
	background-color:#fbfaf9;
	margin:3px;
}

div.info-box div.title {
	background-color:#e6e1da;
	color:#7d6756;
	padding:5px;
}

div.info-box div.content {
	padding:0px 5px 5px 5px;
}


/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}


/* hide */

.hide {
	display: none;
}


/* bold */

.boldit {
	font-weight: bold;
}


/* white */

.ko {
	color: #fff;
}


/* grey */

.grey {
	color: #ccc;
}


/* no wrapping */

.no-wrap {
	white-space: nowrap;
}


/* no padding */

.no-pad {
	padding: 0;
}


/* floated images */

.img-flush-left {
	float: left;
	padding: 0;
	margin: 0 10px 5px 0;
}

.img-flush-right {
	float: right;
	padding: 0;
	margin: 0 0 5px 10px;
}

.img-flush-left-framed {
	float: left;
	padding: 0;
	border: 3px solid #dbd2bc;
	margin: 0 10px 5px 0;
	clear: both;
}

.img-flush-right-framed {
	float: right;
	padding: 0;
	border: 3px solid #dbd2bc;
	margin: 0 0 5px 10px;
}

.img-flush-left-border {
	float: left;
	padding: 0;
	border: 1px solid #676766;
	margin: 0 10px 5px 0;
}

.img-flush-right-border {
	float: right;
	padding: 0;
	border: 1px solid #676766;
	margin: 0 0 5px 10px;
}

.img-flush-left-caption {
    float: left;
    padding: 0;
    margin: 0 12px 10px 0;
}

.img-flush-left-caption p {
    padding: 5px 5px 0 5px;
    margin: 0;
}

.img-flush-right-caption {
    float: right;
    padding: 0;
   	margin: 0 0 10px 12px;
}

.img-flush-right-caption p {
    padding: 5px 5px 0 5px;
    margin: 0;
}


/* clear float */

div.clearit {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
}

p.clearit {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}


/* horizontal divider */

div.h-divider {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/common/h-divider.gif) top left repeat-x;
	padding: 0;
}

p.h-divider {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	color: #999;
	background: url(../images/common/h-divider.gif) top left repeat-x;
}


/* main container */

#main-container {
	text-align: left;
	margin: 0 auto;
	width: 770px;
}


/* top utility navigation and logos */

#util {
	color: #999;
	padding: 3px 13px;
}

#util a:link, #util a:visited, #util a:active {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

#util a:hover {
	text-decoration: underline;
}

#util span {
	color: #c8c59f;
}

#u-reg {
	display: none;
}

#logo {
	padding: 0 0 0 569px;
}

#hdr {
	padding: 4px 13px 9px 13px;
}


/* color bar */

#colorbar-l {
	float: left;
	font-size: 1px;
	width: 597px;
	height: 7px;
	background: #923222;
	padding: 0;
	margin: 0 0 2px 0;
}

#colorbar-r {
	float: right;
	font-size: 1px;
	width: 170px;
	height: 7px;
	background: #fbae17;
	padding: 0;
	margin: 0 0 2px 0;
}


/* top main navigation */
/*
#main-nav {
	width: 770px;
	margin: 0 0 3px 0;
	background-color: #73563f;
	position:relative;
	overflow:hidden;  
}


#nav-patients {
	display: none;
}

.nav {
	background: #73563f;
}

.nav-generic{
	height: 49px;
}
.nav-select {
	background: #a28f7f;
	height: 49px;
	
}

#main-nav p {
	font-size: 11px;
	line-height: 115%;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin-top:10px
}

#main-nav p.uno {
	font-size: 11px;
	line-height: 115%;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin-top:15px
	
}

.nav a:link, .nav a:visited, .nav a:active, .nav a:hover, .nav-select a:link, .nav-select a:visited, .nav-select a:active, .nav-select a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.nav-pipe {
	float: left;
	width: 1px;
	height: 15px;
	background: #73563f;
	padding: 17px 0;
}

.nav-null {
	float: left;
	width: 1px;
	height: 35px;
	background: #a28f7f;
}

#main-nav ul {
	list-style: none;
	background-color: #ffffff;
	padding: 0;
	border-top: 1px solid #d8d1ca;
	border-right: 1px solid #d8d1ca;
	border-left: 1px solid #d8d1ca;
}

#main-nav ul li {
	padding: 6px 10px 6px 0;
	background-color: #ffffff;
	border-bottom: 1px solid #d8d1ca;
}

#main-nav ul li.dnav-select {
	background: #ede9e6;
}

#main-nav ul li p {
	font-size: 1em;
	text-align: left;
	line-height: 100%;
	background: url(../images/common/arrow-dhtml-nav.gif) top left no-repeat;
	padding: 0 5px 2px 24px;
}

#main-nav ul li a:link, #main-nav ul li a:active, #main-nav ul li a:visited, #main-nav ul li a:hover {
	color: #c30;
	font-weight: normal;
	text-decoration: none;
}

.nav-list {
	display: none;
	position: absolute;
	width: 158px;
	background-color: #ffffff;
	z-index:201;any value
	/*overflow:hidden;
}

*/




/* top main navigation */

#main-nav {
	width: 770px;
	height: 35px;
	margin: 0 0 3px 0;
	padding: 0px;
	background-color: #73563f;
}


#nav-patients {
	display: none;
}

.nav {
	background: #73563f;
}

.nav-hover
{
	background-color:#a28f7f;
}

.nav-select {
	background: #a28f7f;
}

#main-nav p {
	font-size: 11px;
	height: 35px;
	line-height: 115%;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}

#main-nav p.uno {
	height: 35px;
	font-size: 11px;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}

#main-nav p a{
margin:0px;
padding:0px;
text-align:center;
display:block;
padding-top:2px;
}

#main-nav p.uno a{
margin:0px;
padding:0px;
text-align:center;
display:block;
padding-top:9px;
}

.nav a:link, .nav a:visited, .nav a:active, .nav a:hover, .nav-select a:link, .nav-select a:visited, .nav-select a:active, .nav-select a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.nav-hover a:link, .nav-hover a:visited, .nav-hover a:active, .nav-hover a:hover, .nav-select a:link, .nav-select a:visited, .nav-select a:active, .nav-select a:hover 
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.nav-pipe {
	float: left;
	padding: 0px;
	margin:0px;
	background-color: #73563f;
	display:block;
	width:1px;
	height:26px;
	background:url(../images/common/nav-pipe.gif) left 9px no-repeat;

}

.nav-null {
	float: left;
	width: 1px;
	height: 35px;
	background: #a28f7f;
}

#main-nav ul {
	list-style: none;
	background-color: #ffffff;
	padding: 0;
	border-top: 1px solid #d8d1ca;
	border-right: 1px solid #d8d1ca;
	border-left: 1px solid #d8d1ca;
}

#main-nav ul li {
	padding: 6px 10px 6px 0;
	border-bottom: 1px solid #d8d1ca;
}

#main-nav ul li.dnav-select {
	background: #ede9e6;
}

#main-nav ul li p {
	font-size: 1em;
	text-align: left;
	line-height: 100%;
	background: url(../images/common/arrow-dhtml-nav.gif) top left no-repeat;
	padding: 0 5px 2px 24px;
	height:100%;
	min-height:15px;
	
}

#main-nav ul li a:link, #main-nav ul li a:active, #main-nav ul li a:visited, #main-nav ul li a:hover {
	color: #c30;
	font-weight: normal;
	text-decoration: none;
	text-align:left;
	vertical-align:top;
}


.nav-list {
	display: none;
	position: absolute;
	width: 158px;
	background-color: #ffffff;
}

.nav-list-hover
{
	background-color: #ede9e6;
}


/* content */

#content-full {
	width: 749px;
	padding: 0 9px 10px 13px;
}

#content-l-full {
	float: left;
	width: 597px;
	overflow: hidden;
}

#content-l {
	float: left;
	width: 285px;
	padding: 0 9px 10px 13px;
	overflow: hidden;
}

#content-l-nav {
	float: left;
	width: 161px;
	padding: 0 4px 10px 0;
	overflow: hidden;
}

#content-c-wide {
	float: left;
	width: 425px;
	overflow: hidden;
}

#content-c {
	float: left;
	width: 283px;
	padding: 0 7px 10px 0;
	overflow: hidden;
}

#content-r {
	float: right;
	width: 170px;
	overflow: hidden;
}

.content-r {
	float: right;
	width: 170px;
	overflow: hidden;
}


/* Search Box */

#search-lang {
	margin: 0 0 3px 0;
}

#search {
	height: 21px;
	background: #b1a194;
	padding: 3px 0 0 6px;
}

#lang {
	height: 28px;
	background: #b1a194;
	padding: 3px 0 0 6px;
	margin: 0 0 3px 0;
}

#search input {
	vertical-align: top;
}

#search-lang-divider {
	padding: 0 0 4px 0;
}


/* L E F T   N A V I G A T I O N */
#left-nav {
	list-style: none;
	width: 148px;
	margin: 2px 0 10px 0;
}
#left-nav ul {
	list-style: none;
	margin: 6px 0 0 0;
}
#left-nav ul li {
	font-size: 100%;
}
#left-nav ul ul {
	padding: 3px 0 0 0;
	border-top: 1px dashed #d8d1ca;
}

#left-nav a{
	font-weight: 	 normal;
	text-decoration: none;
	vertical-align:  top;
}

/* LEVEL 1 */
#left-nav li.lnav {
	line-height: 120%;
	
	padding: 6px 0 6px 13px;
	border-bottom: 1px solid #d8d1ca;
	
	background-image: 		url(../images/common/arrow-lnav-off.gif); 
	background-position: 	left top;
	background-repeat: 	  	no-repeat;
}
#left-nav li.select {
	line-height: 120%;
	
	padding: 6px 0 1px 13px;
	border-bottom: 1px solid #d8d1ca;
	
	background-image: 		url(../images/common/arrow-lnav-on.gif); 
	background-position: 	left top;
	background-repeat: 	  	no-repeat;
}
#left-nav li.lnav a{
	color: 			 #c30;
}
#left-nav li.lnav a:hover{
	color: 			#634329
}
#left-nav li.select a{
	color: 			 #634329;
	font-weight: 	 bold;
}

/* LEVEL 2 */
#left-nav li ul li.lnav-2 {
	line-height: 120%;
	
	padding: 	5px 0 5px 11px;
	border-top: 1px dashed #d8d1ca;
		
	background-image: 		url(../images/common/arrow-lnav2-off.gif); 
	background-position: 	left top;
	background-repeat: 	  	no-repeat;
}
#left-nav li ul li.select{
	border-bottom: none;
	
	background-image: 		url(../images/common/arrow-lnav2-on.gif); 
	background-position: 	left top;
	background-repeat: 	  	no-repeat;
}
#left-nav li ul li.lnav-2 a{
	color: 		#634329;
	font-weight: normal;
}
#left-nav li ul li.lnav-2 a:hover{
	color: #c30;
}
#left-nav li ul li.select a{
	font-weight: bold;
}

/* LEVEL 3 */
#left-nav li ul li ul li.lnav-3 {
	line-height: 120%;
	
	border:		none;
	padding: 	5px 0 5px 11px;
	
	background-image: 		url(../images/common/arrow-lnav2-off.gif); 
	background-position: 	left top;
	background-repeat: 	  	no-repeat;
}
#left-nav li ul li ul li.select{
	border-bottom: none;
	
	background-image: 		url(../images/common/arrow-lnav2-on.gif); 
	background-position: 	left top;
	background-repeat: 	  	no-repeat;
}
#left-nav li ul li ul li.lnav-3 a{
	color: 				#634329;
	font-weight: 		normal;
}
#left-nav li ul li ul li.lnav-3 a:hover{
	color: #c30;
}
#left-nav li ul li ul li.select a{
	font-weight: bold;
}

/* landing pages */

.landing-img, .sub-img {
	padding: 0;
}

.landing-hdr {
	padding: 0 0 22px 0;
	margin: 0 3px 0 0;
}

p.landing, h2.landing {
	padding: 0 0 3px 0;
}

.content-l-full-indent {
	padding: 0 10px 10px 13px;
}

.intro-l {
	float: left;
	width: 285px;
	padding: 0 9px 10px 13px;
	overflow: hidden;
}

.intro-r {
	float: right;
	width: 283px;
	padding: 0 7px 10px 0;
	overflow: hidden;
}

.factoid {
	padding: 10px;
}

.factoid h3, .factoid p {
	color: #fff;
}

#content-tab-l {
	float: left;
	width: 122px;
	border-top: 1px solid #d8d0ca;
	border-right: 1px solid #d8d0ca;
	border-left: 1px solid #d8d0ca;
}

#content-tab-l-p {
	width: 100px;
	padding: 7px 11px;
	border-top: 4px solid #e44c16;
}

#content-tab-l-a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#content-tab-r {
	float: left;
	width: 62px;
	border-top: 1px solid #e4e2cf;
	border-right: 1px solid #e4e2cf;
	border-left: 1px solid #e4e2cf;
	margin: 0 0 0 3px;
}

#content-tab-r-p {
	width: 40px;
	padding: 7px 11px;
	border-top: 4px solid #c1b5aa;
}

#content-tab-r-a {
	font-weight: bold;
	color: #a28f7f;
	text-decoration: none;
}

.content-info {
	clear: both;
	width: 278px;
	border-right: 1px solid #e4e2cf;
	border-bottom: 1px solid #e4e2cf;
	border-left: 1px solid #e4e2cf;
	margin: 0 0 14px 0;
}

.content-info-indent {
	padding: 15px 11px;
}

#content-info1-top-l {
	float: left;
	font-size: 1px;
	line-height: 1px;
	width: 1px;
	height: 1px;
	border-top: 1px solid #e4e2cf;
	padding: 0;
	margin: 0;
}

#content-info1-top-r {
	float: right;
	font-size: 1px;
	line-height: 1px;
	width: 156px;
	height: 1px;
	border-top: 1px solid #e4e2cf;
	padding: 0;
	margin: 0;
}

#content-info2 {
	display: none;
}

#content-info2-top-l {
	float: left;
	font-size: 1px;
	line-height: 1px;
	width: 127px;
	height: 1px;
	border-top: 1px solid #e4e2cf;
	padding: 0;
	margin: 0;
}

#content-info2-top-r {
	float: right;
	font-size: 1px;
	line-height: 1px;
	width: 87px;
	height: 1px;
	border-top: 1px solid #e4e2cf;
	padding: 0;
	margin: 0;
}

.content-callout-text {
	background: #f7f3e8;
	padding: 7px 10px 0 7px;
	border: 1px solid #e5deab;
	margin: 0 0 10px 0;
}


/* T A B S - L I S T A D O */
#tabs div.tab {
	height: 	32px;
	float: 		left;
	overflow: 	hidden;
	
	margin: 		0px 3px 0px 0px;
	border:			1px solid #e4e2cf;
	border-bottom:	none;
}
#tabs div.tab p {
	font-size: 		.7em;
	font-weight: 	bold;
	padding: 		7px 10px 0 10px;
	border-top: 	4px solid #c1b5aa;
}
#tabs div.tab p a{
	color: 	#a28f7f;
	text-decoration: none;
}
#tabs div.tab p a:hover{
	color: #333;
}
#tabs div.selected {
	position: relative;
	z-index:  301;
		
	border:			1px solid #d8d0ca;
	border-bottom:	none;
	
	background: 	#f8f6f5;
}
#tabs div.selected p{
	border-top: 4px solid #e44c16;
	color: 		#333333;
}
.tab-info {
	float: left;
	background: #f8f6f5;
	border: 1px solid #e4e2cf;
	margin: -1px 0 14px 0;
}

.tab-info-indent {
	width: 398px;
	padding: 15px 11px;
}

.tab-info h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #e44c16;
}

.tab-info h2 span {
	font-size: .7em;
	font-weight: normal;
	color: #666;
}

.tab-info h2 em {
	font-style: normal;
	color: #923222;
}

.tab-info h3.bar {
	font-size: .8em;
	color: #73563f;
	background: #e7e2de;
	padding: 6px 12px;
}

.tab-info h3.bar span {
	font-weight: normal;
}


/* sub pages */

.sub-hdr {
	padding: 0;
	margin: 0 0 3px 0;
}

.text-indent-right {
	padding: 0 10px 0 0;
}

.text-indent-right ul li {
	list-style: none;
	vertical-align: top;
	background: url(../images/common/gen-bullet.gif) no-repeat left 5px;
	padding: 0 0 5px 11px;
	margin: 0;
}

.text-indent-right ul ul {
	margin-top: 5px;
}

.text-indent-right ul ul li {
	background: url(../images/common/gen-bullet2.gif) top left no-repeat;
}

.text-indent-right ol li {
	padding: 0 0 5px 0;
}

.text-indent-right ol ol {
	margin-top: 5px;
}

.text-indent-right table {
	margin: 0 0 10px 0;
}

.text-indent-right table td {
	font-size: .7em;
}

.text-indent-right table td p {
	font-size: 1em;
}

.pagination-l {
	float: left;
	color: #923222;
}

.pagination-r {
	float: right;
}


/* callouts */

h3.callout-bar {
	color: #fff;
	background: #a28f7f;
	padding: 3px 11px;
	text-transform: uppercase;
}

.callout-reg {
	padding: 0;
	border: 1px solid #e1e1e1;
	margin: 0 0 3px 0;
}

.callout-reg div {
	padding: 7px 5px 5px 8px;
	overflow: hidden;
}

#inv-call-tab-l {
	float: left;
	text-align: center;
	width: 75px;
	padding: 3px;
	border-top: 1px solid #d8d0ca;
	border-right: 1px solid #d8d0ca;
	border-left: 1px solid #d8d0ca;
}

#inv-call-tab-l-a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#inv-call-tab-r {
	float: right;
	text-align: center;
	width: 71px;
	padding: 3px;
	border-top: 1px solid #e4e2cf;
	border-right: 1px solid #e4e2cf;
	border-left: 1px solid #e4e2cf;
	margin: 0 3px 0 3px;
}

#inv-call-tab-r-a {
	font-weight: bold;
	color: #c30;
	text-decoration: none;
}

.inv-call-info {
	clear: both;
	width: 168px;
	border-right: 1px solid #e4e2cf;
	border-bottom: 1px solid #e4e2cf;
	border-left: 1px solid #e4e2cf;
	margin: 0 0 3px 0;
}

#inv-call-info2 {
	display: none;
}

#inv-call-info2-top-l {
	float: left;
	font-size: 1px;
	line-height: 1px;
	width: 88px;
	height: 1px;
	border-top: 1px solid #e4e2cf;
	padding: 0;
	margin: 0;
}

#inv-call-info2-top-r {
	float: right;
	font-size: 1px;
	line-height: 1px;
	width: 3px;
	height: 1px;
	border-top: 1px solid #e4e2cf;
	padding: 0;
	margin: 0;
}

#inv-call-info1-top-l {
	float: left;
	font-size: 1px;
	line-height: 1px;
	width: 81px;
	height: 1px;
	border-top: 1px solid #fff;
	padding: 0;
	margin: 0;
}

#inv-call-info1-top-r {
	float: right;
	font-size: 1px;
	line-height: 1px;
	width: 87px;
	height: 1px;
	border-top: 1px solid #e4e2cf;
	padding: 0;
	margin: 0;
}

.inv-call-info h2 {
	color: #e44c16;
}

.inv-call-info h2 span {
	font-size: .7em;
	color: #666;
}

.inv-call-text {
	padding: 7px;
}

.inv-call-text p, .inv-call-text h2 {
	padding: 0 0 3px 0;
}

.inv-call-text p.inv-call-link {
	background: url(../images/common/h-divider.gif) top left repeat-x;
	padding: 5px 0 3px 0;
	margin: 3px 0 0 0 ;
}


/* footer */

#footer {
	color: #999;
	background: url(../images/common/h-divider.gif) top left repeat-x;
	padding: 6px 0;
	text-align:center;
}

#footer_message {
	color: #999;
	padding: 6px 0;
	text-align:center;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #999;
}

#footer a:hover {
	color: #666;
}


/* misc */

.framed {
	border: 3px solid #dbd2bc;
}

.pad3 {
	padding: 0 0 3px 0;
}

.pad5 {
	padding: 0 0 5px 0;
}

.pad5 span.link-arrow {
font-size:1.1em;
font-weight:bold;
display: inline;
}

.pad15 {
	padding: 0 0 15px 0;
}

.pad20 {
	padding: 0 0 20px 0;
}

.pad30 {
	padding: 0 0 30px 0;
}

p.like-link {
	color: #c30;
}

.error {
	display: none;
	color: #d1481a;
	padding: 3px 0 0 0;
}

.pdf-link {
    vertical-align: top;
    background: url(../images/common/icon-pdf.gif) top left no-repeat;
    padding: 0 5px 10px 17px;
}

/* 2 columns in content area */
.column-l {
	float: left;
	width: 195px;
	padding: 0 12px 0 0;
	margin: 0 0 10px 0;
}

.column-r {
	float: right;
	width: 195px;
	background: url(../images/common/v-divider.gif) top left repeat-y;
	padding: 0 0 0 16px;
	margin: 0 0 10px 0;
}


.row {
	float: left;
	background: url(../images/common/v-divider.gif) center repeat-y;
}


/* feature story callout box */

.feature-box {
	float: right;
	width: 190px;
	background: #f8f6f5;
	border: 1px solid #e4e2cf;
	margin: 0 0 5px 10px;
}

.feature-box div {
	padding: 7px;
}

.feature-box h4 {
	font-size: .8em;
	color: #73563f;
	background: #e7e2de;
	padding: 5px 7px;
}


/* generic bulleted list */

ul.generic li {
	list-style: none;
	vertical-align: top;
	background: url(../images/common/gen-bullet.gif) top left no-repeat;
	padding: 0 0 0 11px;
	margin: 0;
}

ul.generic li p {
	padding: 0 0 5px 0;
}

ul.generic ul {
	margin-top: 5px;
}

ul.generic ul li {
	background: url(../images/common/gen-bullet2.gif) top left no-repeat;
}


/* generic numbered list */

ol.generic li p {
	padding: 0 0 5px 0;
}

ol.generic ol {
	margin-top: 5px;
}


/* generic link list */

ul.attachment-list li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
background:none;
margin: 0;
padding: 0;
display:block;
list-style-type:none;
}

ul.attachment-list li p a{
background:transparent url(../images/common/icon-pdf.gif) no-repeat scroll left top;
padding:2px 0pt 0pt 17px;
}


ul.link-list li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background:none;
	margin: 0;
	padding: 0;
	display:block;
}

ul.link-list li p a{
	background: url(../images/common/arrow-list-link.gif) top left no-repeat;
	padding: 0 0 0 12px;
}

ul.link-list li p{
	display:block;
}


p.info {
	float:left;
	height:100px;
	width:150px;
}
p.cvs {
	margin-left:265px;
}

p.pdf-link {
	margin-left:325px;
	margin-right:15px;
}



/*subhome_donde_estamos*/

.column-l-subhome {
	float: left;
	width: 185px;
	padding: 0 12px 0 0;
	margin: 0 0 10px 0;
}
.column-r-subhome {
	float: right;
	width: 185px;
	marging-left:10px;
	padding-left:10px;
	padding-right: 1px;
}

.img-flush-left-framed-subhome {
	float: left;
	padding: 0;
	border: 3px solid #dbd2bc;
	margin: 0 9px 5px 0;
	clear: both;
	max-width:181px;
}

/*COMITE EXECUTIU*/

.info-uno{
float:left;
width:230px;
}
/* SUBHOME DOS COLUMNAS*/
.image-uno{
float:left;
width:200px;
}

.texto-uno{
width:225px;
float:left;
}

.subhome2{
float:left;
display:block;
width:180px;
}

/* SUBHOME UNA COLUMNAS*/
.image-dos{
float:left;
width:120px;
}

.texto-dos{
width:300px;
float:left;
}

/*SALA DE PREMSA*/

.row-p{
float:left;
width:585px;
margin:10px;
}

  
.subrow{
float:left;
width:590px;
margin-bottom:15px;
}


#comunicados{

float:left;
width:275px;
display:inline;
}

#comunicados-p{

float:left;
width:250px;
display:inline;
}

#destacados{

float:left;
width:275px;
display:inline;
margin-left: 20px;

}
#global-sites{
background:transparent url(../images/common_es/sites-back.jpg) no-repeat scroll left top;
height:100px;
width:282px;
text-align:center;
margin-left: 13px;
display:inline;
float:left;
}

#spanish-sites{
background:transparent url(../images/common_es/spanish-back.jpg) no-repeat scroll left top;
height:100px;
width:282px;
text-align:center;
display:inline;
float:left;
}

.subrow-prof{
float:left;
margin-bottom:15px;
}

.texto{
width:68%;
float:left;
}

.texto-long{
width:430px;
float:left;
}

.image{
width:132px;
float:left;
} 

.image-tres{
float:left;
width:160px;
}

.texto-tres{
width:260px;
float:left;
}

/*DESTACADOS*/

#registro {
background-color:#ECE8E5;
border:1px solid #DFDEDC;
}

#reg{
margin-left:9px;
margin-top:5px;
}

#reg input{
border-color:#E1E1E1;
background-color: #F8F6F5;
border-width: 1px;

}

#registro h3{
background-color: #836955;
text-align:center; 
}

#registro .loged{
font-size:11px;
margin-top:5px;
margin-bottom:7px;
padding:0px;
}
#registro p {
font-size:10px;
margin-top:2px;
margin-bottom:2px;
padding:0px;
}
#registro ul{
border-top:1px dotted #C9C8C9;
float:left;
margin-top:5px;
width:150px;
}

#registro ul li{
list-style-image:url(../images/common_es/mini_mini_arrow.gif);
margin-left:25px;
margin-top:5px;
width:158px;
font-size:10px;
}


#fsearch-com {
background-color: #b1a194;
padding: 3px 0 0 6px;
float:left;
display:inline;
width: 165px;
height:123px;
}

#fsearch-com .p-com {
border-width:0px;
line-height:150%;
margin:0pt;
padding:0pt 0pt 0px;
font-size:10px;
}

.comunicados-bar{
color:#FFFFFF;
text-transform:uppercase;
padding-bottom:4px;  
}

#spanish-sites2{
background:transparent url(../images/common_es/spanish-back.jpg) no-repeat scroll left top;
margin-bottom:5px;
text-align:center;
display:inline;
float:left;
}

.destacado{

margin-bottom:3px;
float:left;
display:inline;
border:1px solid #E1E1E1;
}

.destacado h3{
background-color:#A28F7F;
color:#FFFFFF;
font-size:10px;
padding-left:5px;
padding-top:5px;
padding-bottom:3px;
text-transform:uppercase;
width:163px;
}

.destacado p{
padding:4px;
width:158px;
}


.nav-list iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:158px;/*must have for any big value*/
	height:85px/*must have for any big value*/;
}


.destacado-search{
background:#B1A194 none repeat scroll 0%;
margin-bottom:3px;
float:left;
display:inline;
width:170px;   
height:24px;
overflow:hidden;

}

.texto-fife{
display:inline;
width:200px;
float:left;
}


.image-fife{
display:inline;
width:100px;
float:left;
}

.subrow-fife{
display:inline;
float:left;
width:305px;
      
}

/*HOME*/
#home-investors{
display:inline;
float:left;
margin-left:20px;
width:275px;
}

.texto-four{
display:inline;
width:175px;
float:left;
}


.image-four{
display:inline;
width:95px;
float:left;
}

.subrow-four{
display:inline;
float:left;
margin-bottom:5px;
}

 /*MAIN MENU*/
/*
div#mainMenu{
height: 49px;
width: 770px;
background-color: #73563F;
margin-bottom: 3px;
overflow: hidden;
}

.separation{
display:inline;
float:left;
}

.separation img{   
margin-top:15px;

}

.navegacion-generico{
display:inline;
float:left;
text-align:center;
height:49px;
}

.navegacion-generico  p{
height:49px;
padding:0px;
}

.navegacion-generico a, .navegacion-generico a:visited, .navegacion-generico a:selected{
font-size:11px;
line-height:115%;
text-align:center;
vertical-align:middle;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;

}

.navegacion-generico{
display:inline;

}

.navegacion a{
font-size:11px;
line-height:115%;
text-align:center;
vertical-align:middle;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
padding-top:15px;
display:block;
}
  
.seleccionado{
display:inline;
background:#A28F7F none repeat scroll 0%;
height:49px;
}



.seleccionado  a{
font-size:11px;
line-height:115%;
text-align:center;
vertical-align:middle;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
padding-top:15px;

}

.dosLineas a{
font-size:11px;
line-height:115%;
text-align:center;
vertical-align:middle;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
padding-top:10px;
display:block;
}

.nav-list{
padding:0px;
margin: 0px;
}

.nav-list ul{
padding:0px;
margin: 0px;
}

.nav-list ul li p {
height:0px;
display:block;
}

.nav-list ul li{
border-left:1px solid #D8D1CA;
border-right:1px solid #D8D1CA;
border-bottom:1px solid #D8D1CA;
background-color: #FFFFFF;
text-align: left;
}


.nav-list ul li p a{
background-image:url(../images/common/arrow-dhtml-nav.gif);
background-repeat: no-repeat;
background-position: left top;
background-color: #ffffff;
font-size:1em;
line-height:120%;
padding:0pt 5px 2px 24px;
text-align:left;
vertical-align:top;
text-align: left;

}

.nav-list ul li p a,  .nav-list ul li p a:visited{
color:#CC3300;

}

.nav-list a, .nav-list a:visited, .nav-list a:selected{
color:#CC3300;
font-weight:normal;
text-decoration:none;
text-align: left;
}

.lista{
display:block;
}
*/
/*PAGINADO*/

#paginado{
margin-left:125px;
}

/*MAPA WEB*/

#mapaweb a{
text-decoration:none;
}

#mapaweb h2{
border-bottom:1px solid #D8D1CA;
color:#923222;
margin:0pt 0pt 10px;
padding:7px 0pt 4px;
}

#mapaweb ul{
list-style: none;
background-image: none;
}
#mapaweb ul li{
margin-left:20px;
padding-left: 15px;
background-image:url(../images/common/arrow-lnav-off.gif);
background-repeat:no-repeat;
background-position: left top;
line-height:120%;
padding:5px 0pt 3px 14px;
border-bottom:1px solid #D8D1CA;
width: 550px;
margin-top:5px;

}

#mapaweb ul li ul li{
background-image: none;
border-bottom:  none;

}
#mapaweb ul li ul li a{
border:none;
padding-right:16px;
background-image:url(../images/common/arrow-hdr-link.gif);
background-position:right bottom;
background-repeat: no-repeat;
}

#mapaweb ul li ul li ul li{
	border-top:1px dashed #D8D1CA;
	background-image: none;
	padding-left:0px;
	margin-left:0px;
	border-bottom:  none;
	width:505px;
}
#mapaweb ul li ul li ul li a{
	color:#634329;	
	border:none;
	padding-right:16px;
	background-image:url(../images/common/arrow-lnav2-off.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-top:2px;
	
}
#mapaweb ul li ul li ul li ul li{
	background-image: none;
	border: none;
	margin-left: 35px;	
}
#mapaweb ul li ul li ul li ul li a{
	border: none;
	color:#CC3300;
	border:none;
	padding-right:16px;
	background-image:url(../images/common/arrow-hdr-link.gif);
	background-position: right;
	background-repeat: no-repeat;
	
}

/*BUSCADOR*/
#buscador h2{
border-bottom:1px solid #D8D1CA;
color:#923222;
margin:0pt 0pt 10px;
padding:7px 0pt 4px;
}

#formbuscador{
background:#B1A194 none repeat scroll 0%;
margin-bottom:30px;
float:left;
display:inline;
width:575px;     
height:32px;
}
/*BUSCADOR COMUNICADOS*/
#buscadorcomunicados h2{
border-bottom:1px solid #D8D1CA;
color:#923222;
margin:0pt 0pt 10px;
padding:7px 0pt 4px;
}

#fbuscadorcomunicados {
background:#B1A194 none repeat scroll 0%;
margin-bottom:30px;
float:left;
display:inline;
width:575px;     
padding-left:40px;
padding-top:10px;
}

.u-text{
text-decoration: none;
}

/*REGISTRO*/
#registro_p{
background-color:#F7F3E8;
border:1px solid #E7E0B0;
padding:5px;
font-size: 11px;
float:left;
}

.change_user{
font-size:10px;
background-image:url(../images/common_es/mini_mini_arrow.gif);
background-repeat: no-repeat;
background-position: left;
margin-left:15px;
padding-left:15px;
margin-bottom:5px;
float:left;
}

#registro_p p{
margin-bottom: 5px;
font-size:11px;
color:#CC3300;
}

#registro_p .titulo_cabecera{
font-weight:bold;
}

#registro_p .login_password{
margin-bottom: 5px;
margin-top: 5px;
color:#CC3300;
}

#registro_p .form{
font-size:14px;
}

#registro_p .contrasena{
margin-bottom: 5px;
margin-top: 5px;
}

#registro_p #page_login_box{
display:inline;
float:left;
}

#registro_p ul {
margin-left:150px;
margin-top:20px;
}

#registro_p ul li {
font-size:10px;
list-style-image:url(../images/common_es/mini_mini_arrow.gif);
margin-left:40px;
margin-top:5px;
width:158px;
}

.destacado_attachment{
	margin-left: 5px;
	margin-top: 3px;
	background-image: url(../images/common/icon-pdf.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 0px;
	width:157px;
}


.destacado_attachment a{
	padding-left:15px;
	font-size: 10px;
}  

.size_info{
	font-size:10px;
	margin-left:14px;
	margin-top:-3px;
}
.size_info2{
font-size:10px;
display:inline;
margin-left:24px;
}

.link_registro{
color:#CC3300;
cursor:pointer;
text-decoration:underline;
}

#spsites{
	width: 185px;
}

/*subhome about*/

#subhome_about_left{
	display: inline;
	width: 284px;
	float: left;
	margin-right: 7px;
}

#subhome_about_right{
	display: inline;
	width: 285px;
	float: right;
	margin-right: 0px;
}

#subhome_about_right .image-texto-dos .texto-dos, #subhome_about_left .image-texto-dos .texto-dos{
	padding-left:7px;
	padding-right: 7px;
	padding-top: 7px;
	display: inline;
	float:left;
	width: 268px;
}

#subhome_about_right .texto-dos, #subhome_about_left .texto-dos{
	display: inline;
	float:left;
	width: 283px;	
}


#subhome_about_right .image-dos, #subhome_about_left .image-dos{
	display: inline;
	float:left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#subhome_about_right .image-dos img, #subhome_about_left .image-dos img{
	border-bottom: 1px solid #E5DEAB;

} 

#subhome_about_right .image-texto-dos, #subhome_about_left .image-texto-dos{
	background:#F7F3E8 none repeat scroll 0%;
	border:1px solid #E5DEAB;
	margin:0pt 0pt 10px;
	padding:0px;
	display:inline;
	float:left;
	width: 283px; 
} 

.home-image-texto-dos{
	background:#F7F3E8 none repeat scroll 0%;
	border:1px solid #E5DEAB;
	margin:0pt 0pt 10px;
	padding-left:9px;
	padding-right:9px;
	padding-top:10px;
	padding-bottom:10px;
	display:inline;
	float:left;
	width: 265px; 
	border-color:#D8D0CA rgb(216, 208, 202) rgb(228, 76, 22);
	border-bottom-width: 2px;
}

.home-image-texto-dos .separator{
	color: #999;
	background: url(../images/common/h-divider.gif) top left repeat-x;
	margin-top: 2px;
	margin-bottom: 0px;
	padding:0;
	text-align:center;
}

.home-image-texto-dos .title_link{
	float:right; 
	display: inline;
}

.home-image-texto-dos .separator a:link, .home-image-texto-dos .separator a:visited,.home-image-texto-dos .separator a:active {
	color: #999;
}

.home-image-texto-dos .separator a:hover {
	color: #666;
}

.home-image-texto-dos h2 {
	margin: 0;
	padding: 0;
	display: inline;
	float:left;
}

.home-image-texto-dos .lead_image{
	color: #634329;
	font-style: italic; 
}

.list_destacados{
	margin-left: 20px;
	margin-bottom: 12px;
}

.list_destacados li{
	padding-top: 5px;
}

/* NEWSLETTERS */

#newsletters .link-list {
	margin-left: 10px;
}

#newsletters .link-list li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background:none;
	margin: 0;
	padding: 0;
	display:block;
	margin-bottom: 10px;
}

#newsletters .link-list li a{
	background: url(../images/common/arrow-list-link.gif) top left no-repeat;
	padding: 0 0 0 12px;
}

#flashNavidad
{
	display:block;
	position:absolute;
	top:350px;
	margin-left:-50px;
}

#formulari_suggerencies
{
	padding-top:10px;
}

#formulari_suggerencies form
{
	font-size:.7em;
	padding:10px 0px;
}

#formulari_suggerencies .form_left
{
	display:block;
	float:left;
	width:110px;
	line-height:130%;
	padding:0px 0px 5px;
}

#formulari_suggerencies .form_right
{
	display:block;
	float:left;
	width:300px;
	line-height:130%;
	padding:0px 0px 5px;
}

#formulari_suggerencies input,
#formulari_suggerencies select,
#formulari_suggerencies option
{
	width:280px;
	font-size:1em;
}

#formulari_suggerencies textarea
{
	width:280px;
	height:75px;
	font-size:1em;
}

.form_mensaje
{
	padding:15px 0px;
}