body {
	margin: 0;
	padding: 0;
	font-size: 105%;
	text-align: center;
	color: #002D82;
	background-image: url(images/backgroundgray-800px.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #F3F3F3;
}


/* Global styles */
* {margin: 0; padding: 0; border: 0;}
span {color: #141414}
p, ul, p a, h2, h6, form {font-family: "Trebuchet MS", Verdana, sans-serif}


/* Heading styles */
h1 {margin-left: 10px; font-family: Georgia, serif; color: #002D82; float: left; font-weight: normal; margin-left: 10px; font-size: 1.75em}
h1 a:link, h1 a:visited, h1 a:active {text-decoration: none; color: #002D82; font-weight: normal}
h1 a:link span, h1 a:visited span, h1 a:active span {text-decoration: none; font-weight: normal}
h1 a:hover {color: #002D82; text-decoration: none; font-weight: normal}
h1 a:hover span {color: #79B2DF; text-decoration: none; font-weight: normal}

h3 a, h3 a:link, h3 a:hover {font-weight: normal} /* styling for h3 heading links */
h4 a, h4 a:link, h4 a:hover, h5 a:link, h5 a:hover {font-weight: bold} /* styling for other heading links */

h2 {margin: 0; padding-left: 10px; font-size: 0.8em; background-color: #002D82; color: #FFFFFF; line-height: 2em} /* headings on black backgrounds */

h3, h4, h5 {
	font-family: Georgia, serif;
	margin: 20px 0 0 10px;
	color: #002D82;
}
h3 {font-size: 1.25em; line-height: 1.25em; font-weight: normal}
h4 {
	font-size: 0.95em;
	line-height: 1.25em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
h5 {font-size: 0.80em; line-height: 0.70em; font-family: Arial, Helvetica, sans-serif; font-weight: bold} /* appears like bold paragraph text */
h6 {margin: 0; padding-left: 10px; font-size: 1.5em; background-color: #002D82; color: #FFFFFF; line-height: 2em} /* headings on black backgrounds */


/* Text styles */
p {
	margin: 10px;
	font-size: 0.8em;
	line-height: 1.75em;
}

p.updated {margin-left: 10px; font-size: 0.70em; line-height: 0.60em; letter-spacing: 0.05em; color: #002D82}

p.langlink {margin-right: 10px; font-size: 0.80em; line-height: 0.60em; color: #fff; text-align: right}
a.langlink:link {color: #fff}
a.langlink:visited {color: #002D82}
a.langlink:hover {color: #002D82;
}

#siteimg p {   /* This is the large text in the site img div */
	margin: 0 0 0 10px; /* removed usual top and bottom margin from paragraph to avoid layout breaking */
	padding-left: 10px;
	padding-top: 130px;
	font-family: Georgia, serif;
	font-size: 1.45em; 
	line-height: 1.05em; 
	font-weight: normal; 
	letter-spacing: -0.05em; 
}

#banner p {   /* This is the large text in the site img div */
	margin: 0 0 0 10px; /* removed usual top and bottom margin from paragraph to avoid layout breaking */
	padding-left: 10px;
	padding-top: 130px;
	font-family: Georgia, serif;
	font-size: 1.6em; 
	line-height: 1.05em; 
	font-weight: normal; 
	letter-spacing: -0.05em;
}

acronym {border-bottom: 1px dashed #79B2DF; cursor: help}

ul {margin-left: 10px; font-size: 0.80em; line-height: 1.75em; list-style: inside square}

/* Paragraph Links */
a {color: #002D82; font-weight: bold; text-decoration: none}
a:link {color: #002D82; font-weight: bold; text-decoration: none}
a:hover {color: #79B2DF; font-weight: bold; text-decoration: none}


/* Divs */

#container {
	width: 760px; /* Suits an 800x600 page, allowing for scrollbar */
	background: #fff;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#topbar {   /* Top bar, can be used for extra links etc */
	width: 760px;
	height: 5px;
	background-color: #002D82;
}
	
	
#hdr {    /* Header/Banner area */
	width: 760px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 115px; /* Same as h1 line-height */
	line-height: 4.5em;
	background-color: #fff;
	background-image: url(images/hdr.jpg);
}

#navbar {   /* Main Navigation area */
	width: 760px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 1.75em; 
	background: #ffffff; /* White */
}

#siteimg {   /* Large Site Image */
	width: 760px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 200px;
	float: right;
}

#banner {
	width: 760px;
	height:100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
}

#lftcol {
	float: left;
	width: 200px;
	background: transparent;
	overflow: hidden
}

#rgtcol {
	float: left;
	width: 560px;
	background: transparent;
	overflow: hidden
}

#totcol {
	float: left;
	width: 760px;
	background: transparent;
	overflow: hidden
}

#bttmbar { /* bottom bar, containing top button and copyright info etc */
	float: right;
	width: 560px;
	height: 3em;
	line-height: 3em;
	background: #fff;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}


/* Main Navigation */
#nav ul {display: inline}

#nav li {display: inline}

#nav a {
	line-height: 30px; /* same as height of nav bar */
	margin-left: 10px; 
	display: inline;
	font-weight: bold
}

#nav a span {color: #79B2DF}

/* Images */
img.rightimg {float: right; margin-left: 10px}
img.leftimg {float: left; margin-right: 10px}
img.logo {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

hr {border: none 0; 
border-top: 1px dashed #002D82;/*the border*/
width: 75%;
text-align: center;/*this will align it for IE*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

/* Forms */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 560px;
  width: 540px; 
}

form fieldset {
  clear: both; 
  border-color: #002D82;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  background-color:#EBEBEB}

form fieldset legend {
	font-size:0.8em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	font-size:0.8em;
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 0.8em;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
input {
	border: 1px dotted #79B2DF;
		font-size: 0.8em;
}

textarea {
	border: 1px dotted #79B2DF;
		font-size: 0.8em;
}
.textotabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
Aquí empieza el otro...
*/


#header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
	background-image: url(images/cab.gif);
}

#logo {
	float: left;
	width: 200px;
	text-align: center;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}

#logo h1 a {
	font-weight: normal;
	font-size: 24px; 
	color: #3B3B3B;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 570px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 50px;
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
	background-image: url(img1.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;

}

#menu a:hover {
	color: #ED2024;
}




#splash {
	width: 770px;
	height: 190px;
	margin: 0 auto;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 490px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	padding: 0 10px;
	background: #3B3B3B url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

.lineagris {
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}


/*
