/* global */
html {
	height: 100%;
}
body {
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .68em;
}
p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
}
h1 {
	font-family: arial, sans-serif;
	font-size: 150%;
	letter-spacing: .1em;
}
h2 {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 100%;
}
img {
	border: 0px;
}
a {
	outline: none;
}
/* image positioning - left, right and center */
.left {
	float: left;
	padding: 0px 8px 0px 0px;
}
.right {
	float: right;
	padding: 0px 0px 0px 8px;
}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* block quote */
blockquote {
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
}
/* unordered list */
ul {
	margin: 8px 0px 0px 16px;
	padding: 0px;
}
ul li {
	list-style-type: square;
	margin: 0px 0px 11px 0px;
	padding: 0px;
}
/* ordered list */
ol {
	margin: 8px 0px 0px 24px;
	padding: 0px;
}
ol li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}
/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #footer2, #footer3, #logo, #menu, #content {
	margin-left: auto;
	margin-right: auto;
}
/* main container */
#main {
	width: 780px;
}
/* links above the logo / footer */
#links, #footer, #footer3 {
	width: 726px;
	height: 20px;
	font-size: 88%;
	text-transform: none;
	padding-top: 8px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 19px;
}
#footer2 {
	width: 726px;
	font-size: 88%;
	text-transform: none;
	padding-top: 8px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 19px;
}
#links {
	text-align: right;
}
#footer {
	text-align: center;
	border-top: 2px solid;
}
#footer2 {
	text-align: justify;
	border-top: 2px solid;
}
#footer3 {
	text-align: justify;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
#links a, #footer a, #footer2 a, #footer3 a {
	text-decoration: none;
}
#links a:hover, #footer a:hover, #footer3 a:hover {
	text-decoration:underline;
}
#footer2 a:hover {
	text-decoration:underline;
	color:#D6D700
}
/* logo */
#logo {
	width: 766px;
	height: 165px;
	border-top: 2px solid;
	border-bottom: 5px solid;
}
#logo h1, #logo h2 {
	margin: 0px;
	letter-spacing: .2em;
}
#logo h1 {
	font-size: 160%;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 250px;
}
#logo h2 {
	font-family: arial, sans-serif;
	font-size: 108%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 250px;
}
/* navigation menu */
#menu {
	height: 30px;
	width: 766px;
	margin-top: -30px;
	position: relative;
}
#menu ul {
	margin: 0px auto;
}
#menu li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	list-style: none;
}
#menu li a {
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	border: 1px solid;
	text-transform: uppercase;
	font-size: 88%;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
}
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover {
	height: 20px;
	border: 0px;
	padding-top: 7px;
	padding-right: 13px;
	padding-bottom: 2px;
	padding-left: 13px;
}
/* main content */
#content {
	width: 766px;
	overflow: hidden;
}
#content2 {
	width: 486px;
	overflow: hidden;
}
/* column 1 - contains sidebar items */
#column1 {
	width: 198px;
	margin: 22px 0px 0px 0px;
	float: right;
	padding: 19px 19px 15px 19px;
}
.sidebaritem {
	text-align: left;
	width: 168px;
	float: left;
	border: 1px solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 23px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 19px;
}
.sidebaritem2 {
	text-align: left;
	width: 168px;
	float: left;
	margin: 0px 0px 23px 0px;
	border: 1px solid;
	padding: 14px 8px 14px 19px;
	list-style-type: none;
	list-style-image: none;
}
.sidebaritem h1 {
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.sidebaritem p {
	line-height: 16px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sidebaritem2 h1 {
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	color:#009933
}
.sidebaritem2 p {
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.sidebaritem a, .sidebaritem a:hover {
	padding: 0px 0px 2px 19px;
	text-decoration: none;
}
.sidebaritem2 a, .sidebaritem2 a:hover {
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-weight: bold;
}
.sbilinks {
	padding: 0px
}
.sbilinks ul {
	margin: 0px auto;
}
.sbilinks li {
	margin: 0px;
	float: left;
	list-style: none;
}
.sbilinks li a, .sbilinks li a:hover {
	float: left;
	height: 16px;
	text-decoration: none;
	padding: 5px 0px 4px 19px;
	width: 149px;
}
/* column 2 - page content */
#column2 {
	text-align: justify;
	width: 744px;
	float: left;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 19px;
}
#column2_principal {
	text-align: justify;
	width: 706px;
	float: left;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 19px;
}
#column2_novedades {
	text-align: justify;
	width: 766px;
	float: left;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 12px;
	padding-left: 19px;
	background-color: #D6D700;
}
#column2_menu {
	text-align: justify;
	width: 485px;
	float: left;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 12px;
	padding-left: 19px;
	background-color: #CCCCCC;
}
#column2_noticias {
	text-align: center;
	width: 744px;
	float: left;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 19px;
	background-color: #CCCCCC;
}
#column2 h1, #column2_principal h1, #column2_novedades h1 {
	font-family: arial, sans-serif;
	padding: 16px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: bolder;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
#column2 a, #column2 a:hover, #column2_principal a, #column2_principal a:hover, #column2_novedades a, #column2_novedades a:hover, #column2_menu a, #column2_menu a:hover {
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	border-bottom: 1px dashed;
}
#column2_noticias a {
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	color:#000000
}
#column2_noticias a:hover {
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	border-bottom: 1px dashed;
	color:#000000
}
#column2 a:hover, #column2_principal a:hover, #column2_novedades a:hover, #column2_menu a:hover {
	border-bottom: 1px solid;
}
/* additional colour scheme selections */
#colour {
	margin: 0px 0px 20px 0px;
}
#colour a, #colour a:hover {
	border: 0px;
}
.blue {
	background: #414141 url(blue.png) no-repeat left center;
	color: #109CEF;
	padding: 0px 40px 0px 20px;
}
.green {
	background: #414141 url(green.png) no-repeat left center;
	color: #94C65A;
	padding: 0px 40px 0px 20px;
}
.purple {
	background: #414141 url(purple.png) no-repeat left center;
	color: #CE5AEF;
	padding: 0px 40px 0px 20px;
}
.orange {
	background: #414141 url(orange.png) no-repeat left center;
	color: #FF9C21;
	padding: 0px 40px 0px 20px;
}
body {
	background: #FFF url(back.png) repeat;
	color: #D5D2D6;
}
blockquote {
	border-color: #D6D700;
}
#main {
	background: #414141 url(main.png) repeat-y;
	color: #D5D2D6;
}
#links, #footer, #footer2, #links a, #footer a, #footer2 a, #links a:hover, #footer a:hover, blockquote, blockquote a, blockquote a:hover {
	background: #545454;
	color: #D5D2D6;
	border-color: #D6D700;
}
#footer3, #footer3 a, #footer3 a:hover {
	background: #D6D700;
	color: #000000;
	border-color: #D6D700;
}
#logo {
	color: #D5D2D6;
	border-color: #D6D700;
	background-color: #000000;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
}
h1, #column1 h1, #column2 h1 {
	background: transparent;
	color: #D6D700;
	border-bottom-style: solid;
	border-top-color: #787878;
	border-right-color: #787878;
	border-bottom-color: #787878;
	border-left-color: #787878;
}
#menu {
	background: transparent;
	color: #D5D2D6;
}
#menu li a, .sidebaritem {
	background: #545454;
	color: #D5D2D6;
	border-color: #787878;
}
.sidebaritem2 {
	color: #D5D2D6;
	border-color: #787878;
	background-color: #D6D700;
}
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover {
	background: #D6D700;
	color: #000000;
}
#content, #column2, #column2_principal, #column2 a {
	color: #D5D2D6;
	border-color: #D5D2D6;
	background-color: #545454;
}
#column2_novedades a, #column2_principal a {
	color: #D5D2D6;
	border-color: #D5D2D6;
	background-color: #545454;
}
#column2 a:hover {
	background: #414141;
	color: #D5D2D6;
	border-color: #D6D700;
}
#column2_principal a:hover {
	background: #414141;
	color: #D6D700;
	border-color: #D6D700;
}
#column2_novedades a:hover {
	background: #FFFFFF;
	color: #FF0000;
	border-color: #D6D700;
}
#column2_menu a:hover {
	background: #D6D700;
	color: #FF0000;
	border-color: #CCCCCC;
}
#column2_novedades a {
	background: #D6D700;
	color: #FF0000;
	border-color: #D6D700;
}
#column2_menu a {
	background: #CCCCCC;
	color: #FF0000;
	border-color: #CCCCCC;
}
.sbilinks li a, .sidebaritem a {
	background: #545454 url(cog.png) no-repeat left center;
	color: #D5D2D6;
}
.sbilinks li a:hover, .sidebaritem a:hover {
	background: #545454 url(green_cog.png) no-repeat left center;
	color: #D6D700;
}
.sidebaritem2 a {
	background: #D6D700;
	color: #787878;
}
.sidebaritem2 a:hover {
	background: #D6D700;
	color: #000000;
}

/* ESTILOS PERSONALIZADOS */

.style1 {
	color: #D6D700
}
.styleAvaladoPor {
	color: #D6D700;
}
.styleAvaladoPor a, .styleAvaladoPor a:hover {
	text-decoration: none;
}
.style10 {
	color: #66CC66;
	font-weight: bold;
}
.style11 {
	color: #FF0000;
	font-size: 14px;
}
.style12 {
	color: #66CC66;
}
.style13 {
	color: #FF0000;
	font-weight: bold;
}
.style3 {
	color: #FF0000;
	font-weight: bold;
}
.style5 {
	color: #FF0000
}
.style15 {
	color: #000000
}
.styleBLACKtextBOLD {
	color: #000000;
	font-weight: bold;
}
.styleGREENtextBOLD {
	color: #D6D700;
	font-weight: bold;
}
.styleENCABEZADO_textorojo {
	color: #FF0000;
	font-weight: bold;
	background-attachment: fixed;
	text-align: left;
}
.styleENCABEZADO_textonegro {
	color: #000000;
	text-align: center;
}
.style8 {color: #D5D2D6}
.style6 {font-size: 0.64em}
.style7 {
	font-size: 1.5em;
	color: #D6D700;
}
#apDiv2 {
	position:relative;
	left:10px;
	top:-115px;
	width:204px;
	height:130px;
	z-index:1;
	background-color: #000000;
	overflow: visible;
}
#apDiv3 {
	position:relative;
	left:220px;
	top:10px;
	width:535px;
	height:118px;
	z-index:1;
	background-color: #FFFFFF;
	overflow: visible;
}
#apDiv1_noticias_en_index {
	position:relative;
	left:220px;
	top:10px;
	z-index:1;
	left:-18px;
	top:0px;
	width:752px;
	z-index:2;
	margin-left: 0px;
	background-color: #CCCCCC;
	color: #000000;
	padding: 5px;
}
#apDiv1_noticias_en_index a {
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	border-bottom: 1px dashed;
	background-color: #CCCCCC;
	color:#000000
}
#apDiv1_noticias_en_index a:hover {
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	border-bottom: 1px solid;
	background-color: #CCCCCC;
	color:#000000
}
.style16 {
	color: #0000FF;
	font-weight: bold;
}
