	body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background: #fff;
	background-image: url(/images/headerbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}

	/* Generic text and image elements */

	p {
	text-align: left;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	padding: 5px 5px 3px 10px;
	}
	
	p.center {
	text-align: center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	padding: 5px 5px 3px 10px;
	}
	
	p.right {
	text-align: right;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	padding: 5px 5px 3px 10px;
	}

	h1 {
	text-align: left;
	margin: 0px;
	color: #003366;
	padding-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	}

	h2 {
	text-align: left;
	margin: 8px 2px 0px 5px;
	padding: 1px 3px 1px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	background: transparent url(/images/h2arrows.gif) 3px 4px no-repeat;
	}

	h3 {
	text-align: left;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 0 20px;
	color: #666666;
	font-size: 12px;
	font-style: italic;
	}
	
	h4 {
	text-align: left;
	margin: 0px;
	color: #003366;
	padding-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

	h5 {
	color: #CC0000;
	text-align: left;
	margin: 8px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	h6 {
	color: #990000;
	text-align: left;
	margin: 8px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px 3px 10px;
	font-size: 12px;
	font-style: normal;
	}

	

	ul {
	margin: 10px;
	padding: 0px 0px 0px 25px;
	list-style-type: square;
	}

	li {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	padding: 2px 5px 3px 0px;
	}

	sup {
	font-size: .7em;
	}

	img {
	border: 0px;
	}

	/* Generic anchor tag declaration blocks */

	a {
	color: #003399;
	}

	a:link {
	text-decoration: none;
	color: #003366;
	}
	a:visited {
	text-decoration: none;
	color: #005680;
	}
	a:hover {
	text-decoration: underline;
	color: #0061C1;
	}
	a:active {
	text-decoration: none;
	}
		
	

	/* Generic table elements */

	table {
	width: 95%;
	padding: 0px;
	margin-left: 10px;
	margin-top: 8px;
	border-collapse: collapse;
	}

	td {
	padding: 2px;
	text-align: left;
	vertical-align: top;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #4B4B4B;
	}
	
	th {
	padding: 2px;
	text-align: left;
	vertical-align: top;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #4B4B4B;
	text-align: center;
	background: #ADB7DA;
	}

	/* Generic form elements */

	input {	
	background-color: #EFF7FF;
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	border-style: solid;
	border-color: #333;
	border-width: 1px;
	padding: 2px;
	}

	textarea {	
	background-color: #EFF7FF;
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	border-style: solid;
	border-color: #333;
	border-width: 1px;
	padding: 2px;
	}

	select {	
	background-color: #EFF7FF;
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	padding: 2px;
	}

	/* other site-wide classes and IDs */

	a.border:link {
	border: 0px solid #ccc;
	}

	a.border:visited {
	border: 0px solid #00ff00;
	}

	a.border:hover  {
	border: 1px solid #000;
	}

	.smalltext a {
	text-decoration: none;
	}

	.rightalignimage {
	float: right;
	bottom: 0px;
	margin-right: 0px;
	margin-left: 5px;
	}
	.rightalignimage2 {
	float: right;
	bottom: 0px;
	margin-right: 0px;
	margin-left: 15px;
	padding-top: 20px;
	padding-right: 20px;
	}
	.leftalignimage2 {
	float: left;
	bottom: 0px;
	margin-left: 15px;
	padding-top: 40px;
	padding-right: 20px;
	}

	.leftalignimage {
	float: left;
	bottom: 0px;
	margin: 1px 5px 1px 0px;
	padding: 0px 5px 0px 0px;
	}

	.centered {
	text-align: center;
	}

	.textright {
	text-align: right;
	}

	.pullquote {
	float: right;
	margin: 10px 0px 10px 10px;
	padding: 6px;
	border: 1px solid #cdd8f8;
	background-color: #eee;
	width: 128px;
	}
	
	tr.grey {
	background-color:#eee;
	}

	tr.special {
	background-color:#b0c4de;
	font-weight: bold;
	}

	.code {
	background-color:#eee;
	border: solid 1px #ADB7DA;
	margin: 3px;
	}

	.alert {
	color: #f00;
	font-weight: bold;
	}

	/* Sidebar styles */

	.sidebar {
	float: right;
	margin: 10px 6px 10px 10px;
	padding: 0px;
	border: 1px solid #cdd8f8;
	width: 210px;
	}

	.sidebar h2 {
	margin: 7px 3px 1px 3px;
	padding: 1px 3px 1px 22px;
	background: #f2f2f2 url(/images/greysquares.gif) no-repeat 7px 50%;
	color: #4B4B4B;
	border: 1px solid #cdd8f8;
	font-size: 11px;
	}

	.sidebar a {
	text-decoration: none;
	}

	/* "Dot bar" declaration blocks */

	#centercontent .dotbar {
	margin: 6px 30% 6px 10px;
	padding: 0px 0px 0px 12px;
	background: white url(/images/dotbar_dots.gif) top left repeat-y;
	}

	#rightcontent .dotbar {
	margin: 6px 10px 6px 10px;
	padding: 0px 0px 0px 12px;
	background: white url(/images/dotbar_dots.gif) top left repeat-y;
	}
	
	/* Footer element declaration blocks */

	#contentfooter {
	width: 765px;
	padding-top: 10px;
	margin-top: 10px;
	float: left;
	clear: both;
	background-image: url(/images/dots_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	
	
	}
	
	#fullSizeContent {
	width: 780px;
	float: left;
	margin-left: -10px;
	}
	
	.noLinkRightcontent {
	background-color: #F1F1F1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #E5E5E5;
	border-left-color: #f1f1f1;
	margin: 0px 2px 2px;
	padding: 0px;
}

	.noLinkLeftcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	padding: 5px 5px 3px 10px;
	background-color: #F1F1F1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #E5E5E5;
	border-left-color: #f1f1f1;
	margin: 0px 2px 2px;
	padding: 0px;
}
.tableBorder {
	border: 1px solid #999999;
}
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4B4B4B;
}
.BG_top {
	background-image: url(../images/bgWhiteBox.gif);
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 8px;
}
.Top_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
}
.subtitulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	color: #4B4B4B;
}


/* no cambiar la posición */

#Region {
	position: relative;
	visibility: hidden;
	top: 0px;
	left:auto;
	z-index: 19;
	text-align: center;
}

#contentsLA {
	position: absolute;
	top: 0px;
	left: auto;
	visibility: hidden;
	width:inherit;

}

#contentsSpain {
	position: absolute;
	top: 0px;
	left: auto;
	visibility: hidden;
	width:inherit;

}
