@charset "utf-8";
/* CSS Document */
html {
  height: 100%;
}

form {
  margin: 0;
  padding: 0;
}

td img { display: block; }

body {
	background-image: url(/img/html_bg2.jpg);
	background-repeat: repeat-x;
	background-color: white;
	margin: 0;
	padding: 0;
	text-align: center; 
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
}

body.width_medium div#wrapper {
	width: 950px;
}

body.width_small div#wrapper {
	width: 780px;
}

img { border-width: 0px }

a:link {
	text-decoration: none;
	color: #5580A0;
}

a:visited {
	text-decoration: none;
	color: #8C97AD;	
}

a:active {
	text-decoration: underline;
}

a:hover {
	color: #62A1B3;
	text-decoration: underline;
}

h1 {
    font-family: Calibri, Arial, Helvetica, sans-serif; 
    font-size: 130%;
	font-weight: bold;
	margin-bottom: 20px;
	color: #132144;
}

h1.title1 {
	font-size: 130%;
	margin-top: 3px;
}
h1.title1:hover {color: red}

h2 {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 120%;
	/*font-style:italic;*/
	font-weight: bold;
	color: #6699CC;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #62A1B3;
	font-size: 125%;
	font-weight: bold;
	margin-left: 2px;
	line-height: 20px;
}

h4 {
    font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif; 
	font-size: 110%;
	font-weight: bolder;
	color: #0099AA;
	line-height: 15px;
	margin-bottom: 4px;
	margin-left: 0px;
}

h5 {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 110%;
	font-weight: bold;
	color: #4f5d84;
	margin-bottom: 4px;
}
h6 {
	font-size: 100%;
	font-weight: bold;
	color: #999999;
}

li, ul, ul.li {
   list-style-image: url(/img/list-footer.gif);
   list-style-position: outside !important;
   margin-left: 15px;
   margin-bottom: 10px;
}


/* -- DIVS ----- */
#content {
	padding: 0;
	text-align: left;
	position: relative;
}

#wrapper {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#top_nav {
	position: relative;
	height: 28px;
	font-size: 0.85em;
	font-weight: bolder;
	text-align:right;
}

#top_nav a:hover {
  color: #84C225;
}

div#pillmenu ul {
	margin: 0;
	padding: 0;
}
div#pillmenu li {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}
div#pillmenu a {
	color: #7DACBC;
	float:left;
	display:block;
	padding: 0 12px;
	text-decoration: none;
	font-weight: bolder;
}

div#fontsize {
	float:left;
	margin-top: 6px;
	width: 15%;
	text-align: center
}
div#fontsize a {
	color: #7DACBC;
	font-size: 1.05em;
	padding: 0;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bolder;
}

div#header {
	position: relative;
	/* cambiar lo siguiente cuando se resuelva lo del camino */
	width: 0px; height: 0px; clip: rect(0, 0, 0, 0)
}
div#logo {
	position: relative; 
	float: left;
	top: 0px;
	left: 0px;
	margin-top: 4px;
	z-index: 256
}
div#pathway {
	top: 0px;
	right: 0px;
	margin-top: 10px;
	/* cambiar lo siguiente cuando se resuelva lo del camino */
	width: 0px; height: 0px; clip: rect(0, 0, 0, 0)
}

#footer { 
	background-color: #16465C;
	padding: 0;
	padding-top: 1em;
	margin: 0;
	width: 100%;
	color: #BDD6DD;
	text-align: center;
}
#footerContainer {
	width: 780px;
	margin: 0 auto; 
	text-align: left;
	position: relative;
}

#footerContainer li {
	list-style-image: url(/img/list-footer.gif);
	margin-left: 0px;
	list-style-position:outside;
	color: #BDD6DD;
	line-height: 0.5em;
}
#footerContainer a {
	color: #BDD6DD;
}

ul#companymenu  {
	list-style: none;
	margin: 0 auto;
	height: 52px;
}

ul#companymenu li {
	list-style: none;
	font-size: 85%;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 5px; 
}

/* ----  CLASSES ------------------------- */
.press1 {
	background: url(/img/team-shadow.jpg); 
	background-repeat:no-repeat; 
	background-position: center top; 
	padding: 0; 
	margin: 0;
}

.odd_row { background-color: #E0E0E0 }

.pair_row { background-color: white }

.error {
	color: #FF0000;
	font-weight: bold;
}

.requiredField {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   background-color: white;
   color: darkred;
   font-weight: bold;
}
.requiredField:after { content:"*" }

.label {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   /*background-color: #E0E0E0;*/
   font-weight: normal;
}

.legal {
   font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
   font-size: .9em;
   color:#606060;
   margin-right: 15px;
   margin-left: 15px;
}

p.menu{
	margin-top: 2px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7DACBC;
	font-size: 8pt;
	font-weight: bold;
}

p.copete1 { 
	font-weight: bold; 
	padding-left: 4px;
	padding-right: 4px;
}

.titleheader1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding-left: 8px;
}

.back1 {background: url(/img/lineav2.jpg)}
.back2 {background: url(/img/linea-cont.gif)}
div.center { text-align:center }
.separator {color: white}
.bolded { font-family:Arial, Helvetica, sans-serif; padding: 5px; padding-bottom: 0px; font-size: 12px}
.cite { font-family: Tahoma, Arial, Helvetica, sans-serif; color: #999999; padding-top: 0px; font-size:10px; padding-left: 3px;}
.comment1 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:100%; padding:4px}
.pegao { line-height: 60%;}
.imageLeft { float:left; padding: 5px }
.clear { clear: both; }
.glosario { cursor: pointer; color: #000000; text-decoration:underline}
