/* $Id: style.css,v 1.1.2.1 2009/07/06 08:03:14 agileware Exp $ */

/* begin Page */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #e4e4e4;
	/* background-image: url('images/Page-BgTexture.jpg'); */
	background-repeat: repeat-x;
	/* background-attachment: fixed; */
	background-position: bottom left;
	font: 10px/150% Verdana, Helvetica, Sans-serif, Arial;
	color: #CCCCCC;
}

.Main
{
	position: absolute;
	width: 100%;
	top: 0;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 996px;
	min-width:23px;
	min-height:23px;
}

.Sheet-body
{
	position: relative;
	z-index:1;
	background-image: url('images/NuevoBackground2.png');
	background-repeat: repeat-y;
	top: 13px;
}

.Sheet
{
	margin-top: -13px !important;
}

.PageBackgroundSimpleGradient, .PageBackgroundGradient
{
	min-width:900px;
}

/* end Box, Sheet */

/* begin Header */
div.Header
{
	background-image: url('/misc/header.png');
	background-repeat: no-repeat;
	margin: 0 auto;
        margin-left: -15px;
	margin-right: -15px;
	position: relative;
	z-index:0;
	height: 127px;
	left: 30px;
}
/* end Header */

/* contentLayout*/
.contentLayout {
position: relative;
top: 19px;
left: 30px;
}
/* end contentLayout*/

/* begin Logo */
.logo
{
	display : block;
	position: relative;
	left: 42px;
	top: 16px;
	/*left: 10px;
	top: 3px;*/
	width: 175px;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.artmenu a, .artmenu a:link, .artmenu a:visited
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.artmenu a:hover
{
	/*background-image: url('images/MenuItemGris.png');*/
	height: 31px;
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.artmenu, .artmenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.artmenu li
{
	margin: 0;
	padding: 0 2px;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.artmenu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.artmenu li li
{
	float: none;
}

.artmenu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.artmenu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.artmenu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.artmenu:after, .artmenu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.artmenu, .artmenu ul
{
	min-height: 0;
}

.artmenu ul
{
	background-image: url('images/spacer.gif');
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}




/* first menu structure */

.artmenu
{
	/*padding-top: 7px;*/
	position: relative;
	left: 15px;
	width: 595px;
	height: 42px;
}

.nav
{
	background-image: url('images/fondoMenu.png');
	position: relative;
	/* height: 48px; */
	/* z-index: 100; */
	/* margin-top: 10px; */
	/*left: 102px;*/
	top: -112px;
	height: 42px;
	width: 965px;
}

.nav .l, .nav .r
{
	position: relative;
	z-index: -1;
	top: 0;
/*	background-image: url('images/navGris.png'); */
}

.nav .l
{
	left: 0;
	right:0px;
}

.nav .r
{
	right: 0;
	/* width: 870px; */
	clip: rect(auto, auto, auto, auto);
}

/* end Menu */

.espacio {
	padding-left: 115px;
	padding-right: 115px;
}

/* begin MenuItem */
.artmenu ul li
{
	clear: both;
}

.artmenu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 43px;
	cursor: pointer;
	text-decoration: none;
	/* margin-right: 2px; */
	/* margin-left: 2px; */
}

.artmenu a .r, .artmenu a .l
{
	position:absolute;
	display: block;
	height: 31px;
/*	background-image: url('images/MenuItemGris.png'); */
}

.artmenu a .l
{
	left:0;
	right:4px;
}

.artmenu a .r
{
	width:100%;
	right:0;
	clip: rect(auto, auto, auto, auto);
}

.artmenu a .t 
{
	font-size: 10px;
	color: #353b4a;
	padding: 0 4px;
	/* margin: 0 1px; */
	line-height: 35px;
	text-align: center;
}

.artmenu a:hover .l, .artmenu a:hover .r
{
	top:-31px;
}

.artmenu li:hover>a .l, .artmenu li:hover>a .r
{
	top:-31px;
}

.artmenu li:hover a .l, .artmenu li:hover a .r
{
	top:-31px;
}
.artmenu a:hover .t
{
	color: #F4F5EF;
}

.artmenu li:hover a .t
{
	color: #162414;
}

.artmenu li:hover>a .t
{
	color: #8F8F8F;
}

.artmenu a.active .l, .artmenu a.active .r
{
	/*top: -30px;*/
}

.artmenu a.active .t
{
	color: #4E5360;
}


/* end MenuItem */

/* begin MenuSeparator */

.nav .separator
{
	display: block;
	width: 3px;
	height: 23px;
	background-image: url('images/separadorVert.png');
	background-repeat: no-repeat;
	position: relative;
	top: 9px;
}

/* end MenuSeparator */

/* begin MenuSubItem */
.artmenu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;
	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}

.nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #41683C;
	font-size: 13px;
}

.artmenu ul ul a
{
	margin-left: auto;
}

.artmenu ul li a:hover
{
	color: #000000;
	background-position: 0 -20px;
}

.artmenu ul li:hover>a
{
	color: #000000;
	background-position: 0 -20px;
}

.nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span
{
	color: #000000;
}

.nav .artmenu ul li:hover>a span, .nav .artmenu ul li:hover>a span span
{
	color: #000000;
}


/* end MenuSubItem */
/* raya supra-menú */
.rayita-nav {
	position: relative;
	height: 46px;
	right: -235px;
	top: -58px;

}

/*acaba*/

/* begin Box, Block */
.Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.Block-body
{
	position: relative;
	z-index:1;
	padding: 20px 0 0 18px;
}

.Block-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 6px;
	right: 6px;
	bottom: -100px;
	background-image: url('images/nuevoMenuLateral.png'); 
	background-repeat: no-repeat;
}

.Block
{
	margin: 0 0 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
	position:relative;
	z-index:0;
	height: 25px;
	width: 130px;
	padding: 0 0 5px;
	margin-bottom: 5px;
	top: 15px;
	left: 40px;
}

.BlockHeader .t
{
	height: 30px;
	color: #BDC0D2;
	font-size: 11px;
	font-weight: bold;
	white-space : nowrap;
	line-height: 30px;
	font-family: Verdana, Helvetica, Sans-serif, Arial;
	letter-spacing: 0;
}

.BlockHeader .l, .BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
/*	background-image: url('images/BlockHeader.png'); */
}

.BlockHeader .l
{
	left:0;
	right:6px;
	width: 130px;
}

.BlockHeader .r
{ 
	width:130px;
	right:0;
	clip: rect(auto, auto, auto, auto);
}

.header-tag-icon
{
/*	display:inline-block; */
/* 	background-position:left top; */
/*	background-image: url('images/BlockHeaderIcon.png'); */
/*	padding:0 0 0 21px; */
/*	background-repeat: no-repeat; */
/* 	min-height: 14px; */
 	margin: -13px 0 0 4px; 
}


/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 7px 6px 50px;
}

.BlockContent-body
{
/*	color:#000000; */
	font-size: 11px;
/*	background-image: url(images/FondoLinksBlockDoble.png); */
}

.BlockContent-body ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}

.BlockContent-body li
{
	font-size: 11px;
}

.BlockContent-body ul li
{
	padding:5px 0px 0px 15px;
	background-image: url('images/subrayadoBloque.png');
	background-repeat:no-repeat;
	margin:8px 0;
	line-height:15px;
	list-style-type: none;
}

li a.active {
  color: #4e5360;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  bottom: -3px;
}

li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  bottom: -3px;
}

/* end Box, BlockContent */

/* begin Box, Post */
.Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.Post-body
{
	position: relative;
	z-index:1;
}

.Post
{
	margin-left: 5px;
	margin-right: 0px;
}

/* Start images */
a img
{
	border: 0;
}

.article img, img.article
{
	margin: 1em;
}
/* Finish images */
/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-size: 24px;
	color: #263C16;
}

.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover
{
	font-size: 24px;
	color: #263C16;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:hover, .PostHeader a.hovered
{
  text-decoration: none;
  text-align: left;
  color: #507F2F;
}
/* end PostHeader */

/* begin PostMetadata */
.PostMetadataHeader
{
	padding:1px;
	background-color: #D3E9C3;
	border-color: #ADCDA8;
	border-style: solid;
	border-width: 1px;
}
/* end PostMetadata */

/* begin PostIcons */
.PostHeaderIcons
{
	padding:1px;
}

.PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover
{
	margin:0;
}

.PostHeaderIcons a:hover, .PostHeaderIcons a.hover
{
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}
/* end PostIcons */

/* begin PostContent */
/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  color: #E89100;
  text-decoration: none;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  text-decoration: underline;
  color: #FFFFFF;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	margin:0;
	padding:0;
	font-size: 12px;
	list-style-type: none;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ol
{
	list-style-position:inside;
}

.Post ol li, .Post ul ol li
{
	background: none;
	padding-left:0;
}

.Post ul li, .Post ol ul li 
{
	padding: 0 0 0 20px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#0E1608;
}

blockquote
{
	border:solid 1px #ADCDA8; 
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#D3E9C3;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin PostMetadata */
.PostMetadataFooter
{
	padding:1px;
	background-color: #D3E9C3;
	border-color: #ADCDA8;
	border-style: solid;
	border-width: 1px;
}
/* end PostMetadata */

/* begin PostIcons */
.PostFooterIcons
{
	padding:1px;
}

.PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
	margin:0;
}
/* end PostIcons */

/* begin Button */
a.Button, button.Button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:33px;
	margin:0;
	padding:0;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

a.Button .btn, button.Button .btn
{
	display:block;
	position:relative;
	float:left;
	height: 33px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	color: #F3F8F2;
}

a.Button .btn .t, button.Button .btn .t
{
	display:block;
	height: 33px;
	font-size: 13px;
	white-space: nowrap;
	text-align: left;
	padding: 0 16px;
	line-height: 33px;
	text-decoration: none !important;
}

a.Button .hover, a.Button:hover, button.Button .hover, button.Button:hover
{
	color: #F1F8EC;
	text-decoration: none !important;
}

a.Button .active, button.Button .active
{
	color: #F4F5EF;
}

a.Button .btn .l, a.Button .btn .r, button.Button .btn .l, button.Button .btn .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 99px;
	background-image: url('images/Button.png');
}

a.Button .btn .l, button.Button .btn .l
{
	left:0;
	right:10px;
}

a.Button .btn .r, button.Button .btn .r
{
	width:409px;
	right:0;
	clip: rect(auto, auto, auto, 399px);
}

a.Button .btn.hover .l, a.Button .btn.hover .r, a.Button .btn:hover .l, a.Button .btn:hover .r, button.Button .btn.hover .l, button.Button .btn.hover .r, button.Button .btn:hover .l, button.Button .btn:hover .r
{
	top: -33px;
}

a.Button .btn.active .l, a.Button .btn.active .r, button.Button .btn.active .l, button.Button .btn.active .r
{
	top: -66px;
}


/* end Button */

/* begin Footer */
.Footer
{
	background-image: url('images/backgroundFooter.png');
	height: 85px;
	margin-bottom: -100px;
	overflow:hidden;
	position:relative;
	width: 964px;
	left: 16px;
	z-index:0;
/*	margin: 40px 0 -10px; */
}

.Footer .Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
	left: -8px;
}

.rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 30px;
	width: 30px;
}

.Footer .Footer-text p
{
	margin: 0;
}

.Footer .Footer-text
{
	color:#1B1C12;
	margin:0 auto;
	width: 98%;
	position: relative;
	left: -5px;
}

/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color: #F4F5EF;
}

.page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color: #F4F5EF;
}
/* end PageFooter */

/*
** HTML elements
*/
#footer
{
	text-align: center;
}

ul li 
{
	text-align: left;
	background-image: none;
}

expanded, li.leaf, li.collapsed
{
	list-style-type: none;
	list-style-image: none;
	background-image: none;
}

.tabs, .links, .service-links img, service-links img
{
	padding-left: 0px;
	margin: 0px;
}

.tabs li, .links li
{
	display: block;
	padding: 0 0 0 1em;
}

#user-login-form 
{
	text-align: left;
}

#user-login-form ul li
{
	background-image: none;
	padding-left:0;
}

fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid ;
	width: 95%;
}

fieldset legend 
{
	/* Fix disappearing legend in FFox */
	display: block;
}

.breadcrumb 
{
	display: block; 
	padding-bottom: .7em;
}

.form-text, .form-textarea
{
	width: 95%;
	text-align: left;
}

.tags
{
	float: left;
}

.messages
{
	padding: 5px;
	margin: 5px 0;
}

.status
{
	border: 1px solid #090;
	background:#C9FBC8;
	margin: 5px 0;
}

.messages li
{
	margin: 5px 0;
}

tr.even, tr.odd
{
	background-color: transparent;
}

.read_more
{
	margin: 5px 0px;
	text-align:left;
}

.sticky-table H2
{
	font-size: 10px;
}

.Footer .Footer-inner
{
	float: left;
	width: 100%;
}

ul.primary {
	border-bottom: none;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	line-height: 140%;
	margin-bottom: -6px;
	margin-top: 5px;
}

h1 {
	color: #7790AE;
	font-family: Verdana;
	font-size: 1.6em;
	letter-spacing: -1px;
	background-image: url('images/lineaSeparadora.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
	margin-bottom: 5px;

}

h2 {
	font-size: 11px;
	color: #E89100;
/*	background-image: url(images/lineaSeparadora.png); */
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	bottom: 5px;
	line-height: 210%;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

.node {

}

div.comment {
	margin-bottom: 15px;
	border: 1px solid #ccc;
	padding: 8px;
}

div.comment div.picture {
	float: right;
	margin: 5px;
}

div.node div.picture {
	float: right;
	margin: 5px;
}

.metadata {
	font-size: smaller;
	clear: both;
	margin: 2px 0 0 0;
	padding: 5px 0 0 0;
	line-height: 16px;
}

.chronodata {
	padding: 2px 0 2px 20px;
	background: url('images/PostDateIcon.png') left center no-repeat;
}

.new {
	color: #f00;
	float: right;
}

.submitted {
	font-size: .9em;
}

div.meta div.links ul.links a {
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0 50%;
}

div.meta div.links ul.links li.comment_add a {
	background-image: url('images/mini-comment.png');
}

div.meta div.links ul.links li.comment_comments a {
	background-image: url('images/mini-comment.png');
}

div.meta div.links ul.links li.comment_edit a {
	background-image: url('images/mini-edit.png');
}

div.meta div.links ul.links li.comment_delete a {
	background-image: url('images/mini-trash.png');
}

div.meta div.links ul.links li.comment_reply a {
	background-image: url('images/mini-comment.png');
}

div.meta div.links ul.links li.blog_usernames_blog a {
	background-image: url('images/user-plain-green.png');
}

div.meta div.links ul.links li.upload_attachments a {
	background-image: url('images/photo.png');
}

div.meta div.links ul.links li.node_read_more a {
	background-image: url('images/arrow-single-right-green.png');
}

div.meta div.links ul.links li.book_add_child a {
	background-image: url('images/doc-option-add.png');
}

div.meta div.links ul.links li.book_printer a {
	background-image: url('images/printer.png');
}

div.meta div.links ul.links li.comment_forbidden a {
	padding-left: 0px;
}

#main {
	width: 100%;
	float: left;
	display: inline;
	position: relative;
	top: -112px;
	left: 15px;
}

.one-sidebar #main {
	width: 71%;
}

.sidebar {
	width: 25%;
	float: left;
	display: inline;
	position: relative;
	top: -100px;
	left: 13px;
/*	padding-top: 20px; */
}

#search-box {
	float: right;
	position: relative;
	top: -151px;
	right: 190px;
}

#search-box input#edit-search-theme-form-1 {
	width: 176px;
	background-image: url('images/areaBuscarST.png');
	border: 0;
	height: 20px;
}

#search-box label {
	display: none;
}

#search.container-inline div, #search.container-inline button {
	vertical-align: middle;
	position: relative;
	top: -2px;
	left: 249px;
}

.form-submit {
      position: relative;
      background-image: url('images/botonBuscar.png');
      background-repeat: no-repeat;
      color: transparent;
      border: 0;
      width: 78px;
      height: 20px;
      left: -16px;
      top: 3px;
}

#search-box1 {
	position: absolute;
	top: 129px;
	left: 686px;
}

.form-submit1{
      position: relative;
      background-image: url('images/botonBuscar.png');
      background-repeat: no-repeat;
      color: transparent;
      border: 0;
      width: 78px;
      height: 20px;
      left: -11px;
      top: 2px;
}

.form-text1 {
	background-image: url('images/areaBuscarST.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	height: 20px;
	width: 176px;
	color: #4a4a4a;
	padding-left: 8px;
	padding-top: 1px;
	font-size: 10px;
}

#featured {
	position: relative;
	height: 131px;
	/*background: url('images/newMegaBanneRojo.png') no-repeat center;*/
	top: -115px;
}

.terms {
	background-repeat: no-repeat;
	padding-left: 18px;
	background-image: url('images/folder-open-green.png');
	padding-bottom: 5px;
}

div.messages {
	background-color: #fff;
	border: 1px solid #b8d3e5;
	padding: .75em 1.25em;
	margin: 1em 0;
}

.preview {
	background-color: #fcfce8;
	border: 1px solid #e5e58f;
	padding: .25em 1.25em;
	margin: 1em 0;
}

div.status {
	color: #65743d;
	border-color: #d6dfb9;
	background-color: #edf5d7;
}

div.error {
	color: #ba1212;
	border-color: #edc8c8;
	background-color: #f8e7e7;
}

.item-list ul.pager {
	margin: 0px;
	padding-top: 10px;
}

.item-list .pager li {
	margin: 0px;
	padding: 3px;
}

.item-list .pager li.pager-current {
	padding: 4px;
}

.preview .node, .preview .comment, .sticky {
	margin: 0;
	padding: 0.5em 0;
	border: 0;
	background: 0;
}

.sticky {
	padding: 1em;
	background-color: #D3E9C3;
	border: 1px solid #ADCDA8;
	margin-bottom: 2em;
}

.hr {
	border: 0;
	padding: 0;
	line-height: 1px;
	width: 70%;
}

.encabezadoradio {
	background-image: url('/sites/default/files/EncabezadoGris.png');
	background-repeat: no-repeat;
	position: relative;
	width: 330px;
	height: 65px;
}

.mvsradio{
	position: relative;
	left: 104px;
	top: 12px;
}

.fondoradio {
	position: relative;
	top: -43px;
	left: -3px;
}

.sombralateralradio {
	position: relative;
	left: -7px;
	top: -31px;
}

.sombrainferiorradio {
	position: relative;
	left: -38px;
	top: -72px;
}

.pieradio {
	position: relative;
	top: -68px;
}

.encabezadovideo {
	background-image: url('/sites/default/files/EncabezadoGris.png');
	background-repeat: no-repeat;
	position: relative;
	width: 330px;
	height: 65px;
}

.mvsvideo{
	position: relative;
	left: 105px;
	top: 12px;
}

.fondovideo {
	position: relative;
	top: -43px;
	left: -3px;
}

.sombralateralvideo {
	position: relative;
	left: -7px;
	top: -31px;
}

.sombrainferiorvideo {
	position: relative;
	left: -38px;
	top: -72px;
}

.pievideo {
	position: relative;
	top: -68px;
}

.encabezadonoticias {
	background-image: url('/sites/default/files/EncabezadoNegro.png');
	background-repeat: no-repeat;
	position: relative;
	width: 332px;
	height: 41px;
	margin-top: 10px;
}

.noticias {
	margin-left: 108px; 
	position: relative; 
	top: 12px; 
	color:#E89100;
}

.fondonoticias {
	position: relative;
	width: 330px;
	top: -24px;
	left: -3px;
}

.sombralateralboletin {
	position: relative;
	left: -7px;
	top: -10px;
}

.sombrainferiorboletin {
	position: relative;
	top: -56px;
	left: -38px;
}

.pienoticias {
	position: relative;
	top: -52px;
}

.botonboletin {
	position: relative;
	top: -3px;
}

.tablanoticias {
	margin-top: -3px;
}

.contenidonoticias {
	margin-top: -5px;
}

.encabezadocadenas {
	background-image: url('/sites/default/files/EncabezadoGris.png');
	background-repeat: no-repeat;
	position: relative;
	width: 333px;
	height: 65px;
	margin-top: 10px;
}

.cadenas {
	margin-left: 108px; 
	position: relative; 
	top: 12px; 
	color:#FFFFFF;
}

.fondocadenas {
	position: relative;
	top: -49px;
	left: -3px;
}

.sombralateralcadenas {
	position: relative;
	left: -7px;
	top: -35px;
}

.sombrainferiorcadenas {
	position: relative;
	left: -36px;
	top: -77px;
}

.piecadenas {
	background-image: url('/sites/default/files/PieBarraNegra.png');
	background-repeat: repeat-x;
	position: relative;
	top: -77px;
	width: 332px;
	height: 11px;
}

.encabezadoareas {
	background-image: url('/sites/default/files/EncabezadoNegro.png');
	background-repeat: no-repeat;
	position: relative;
	width: 332px;
	height: 41px;
	margin-top: -50px;
}

.areas {
	margin-left: 101px;
	position: relative;
	top: 10px;
	color: #E89100;
}

.fondoareas {
	position: relative;
	background-image: url('/sites/default/files/FondoAreas.png');
	background-repeat: no-repeat;
	width: 330px;
	height: 170px;
	left: -3px;
	top: -10px;
}

.sombralateralareas {
	position: relative;
	left: -7px;
	top: -12px;
}

.sombrainferiorareas {
	position: relative;
	top: -51px;
	left: -38px;
	margin-bottom: -75px;
}

.pieareas {
	position: relative;
	top: -47px;
}

.encabezadomvsnoticias {
	background-image: url('/sites/default/files/EncabezadoNegro.png');
	background-repeat: no-repeat;
	position: relative;
	width: 332px;
	height: 41px;
	margin-top: -75px;
}

.mvsnoticias {
	position: relative;
	top: 11px;
	left: 117px;
	color: #E89100;
}

.fondomvsnoticias {
	position: relative;
	left: -3px;
	top: -21px;
}

.sombralateralmvsnoticias {
	position: relative;
	left: -7px;
	top: -12px;
}

.sombrainferiormvsnoticias {
	position: relative;
	left: -38px;
	top: -50px;
	margin-bottom: -75px;
}

.piemvsnoticias {
	position: relative;
	top: -46px;
}

.recuadro {
	position: relative;
	left: 176px;
	top: -10px;
}

/*.zonacentralsup {
      background-image: url('images/interaccionFlashosa.png');
      width: 965px;
      height: 399px;
      position: relative;
      top: -35px;
      left: -35px;
}*/

.boletinhome {
position: relative;
background-image: url('images/backgroundBoletin.png');
background-repeat: no-repeat;
height: 294px;
width: 392px;
top: -34px;
left: -19px;
}

.tituloboletin {
position: relative;
left: 11px;
top: 12px;
}

.subrayadoboletin {
position: relative;
left: 11px;
top: 2px;
}

.contenidoboletin {
position: relative;
left: 11px;
top: 3px;
}

.invitacionboletin {
position: absolute;
left: 15px;
bottom: 14px;
}

.videosRadioMVS {
position: relative;
left: -16px;
top: -16px;
}

.fondoinfocadenas {
background-image: url('images/backgroundInfoCadenas.png');
width:548px;
height:606px;
position: relative;
top: -25px;
left: -24px;
}

.titulocadenas {
position: relative;
left:18px;
top:19px;
}

.subrayadocadenas {
position: relative;
left:18px;
top:8px;
}

.contenidocadenas {
position: relative;
}

.fondoexa {
background-image:url('images/backgroundCadena.png');
width:242px;
height:254px;
position: relative;
}

.imagenexa {
position: relative;
top: 24px;
left: 21px;
}

.tituloexa {
position: relative;
left: 19px;
top: 30px;
}

.textoexa {
color: #8c8c8c;
position: relative;
font-size:9px;
width:220px;
left:19px;
top:31px;

}

.botonexa {
position: relative;
top: 37px;
left: 60px;
}

.fondolamejor {
background-image:url('images/backgroundCadena.png');
width:242px;
height:254px;
position: relative;
}

.imagenlamejor {
position: relative;
top: 24px;
left: 21px;
}

.titulolamejor {
position: relative;
left: 19px;
top: 30px;
}

.textolamejor {
color: #8c8c8c;
position: relative;
font-size:9px;
width:220px;
left:19px;
top:25px;

}

.botonlamejor {
position: relative;
top: 31px;
left: 60px;
}

.fondonoticiasinfo {
background-image:url('images/backgroundCadena.png');
width:242px;
height:254px;
position: relative;
}

.imagennoticias {
position: relative;
top: 24px;
left: 21px;
}

.titulonoticias {
position: relative;
left: 19px;
top: 30px;
}

.textonoticias {
color: #8c8c8c;
position: relative;
font-size:9px;
width:220px;
left:19px;
top:30px;

}

.botonnoticias {
position: relative;
top: 36px;
left: 60px;
}

.fondoglobo {
background-image:url('images/backgroundCadena.png');
width:242px;
height:254px;
position: relative;
}

.imagenglobo {
position: relative;
top: 24px;
left: 21px;
}

.tituloglobo {
position: relative;
left: 19px;
top: 27px;
}

.textoglobo {
color: #8c8c8c;
position: relative;
font-size:9px;
width:220px;
left:19px;
top:40px;

}

.botonglobo {
position: relative;
top: 45px;
left: 60px;
}

.infoexa {
position: relative;
left: 22px;
top: 11px;
} 

.infolamejor{
position: relative;
top: 11px;
left: 5px;
} 

.infonoticias{
position: relative;
left: 22px;
top: 24px;
} 

.infoglobo{
position: relative;
left: 5px;
top: 24px;
}

.arribaboletin {
position: relative;
}

.abajovideos {
position: relative;
}

.homecentroabajo {
position: relative;
top: -60px;
left: -3px;
margin-bottom: -80px;
}

.diaporamajavascript {
position: relative;
top: -93px;
left: -38px;
}

.diaporamaflashoso {
position: relative;
top: -93px;
left: -38px;
}

.mvsradioaudioplayer {
position: relative;
top: -37px;
left: -42px;
z-index: 1;
}

.piedepagina {
position: relative;
width: 565px;
left: 200px;
top: 18px;
height: 50px;
}

.botonGoogle {
background-image: url('images/BotonBuscaGoogle'); 
color: transparent; 
border: 0;
background-repeat: no-repeat; 
height: 22px; 
width:68px;
}

.calendarionoticia {
	background-color: #000000;
	position: relative;
	top: -61px;
	left: -42px;
	height: 147px;
	width: 377px;
}

.formulariodeventas {
	background-image:url(images/fondoConTextoVentas.png);
	position: relative;
	left: -42px;
	top: -75.5px;
	width: 377px;
	height: 73px;
}

.encabezadoFlash {
	position: relative;
	top: -108px;
	left: 505px;
	width: 460px;
	/*height: 131px;*/
}

.imgformventas {
	position: relative;
	top: -3px;
	margin-top: 3px;
	left: -10px;
	margin-bottom: 1px;
}

.tablaformventas {
	border-collapse: separate;
}

#gallery {
        position: relative;
        width: 588px;
        height: 398px;
        background: #AAA;
        top: -2px ;
}

#images {
        height: 324px;
        background: #eef5f6;
        margin-bottom: 20px
}

#image {
        position: relative;
        width: 588px;
        height: 324px;
        background: #FFF url(/sites/default/files/loading.gif) center center 
no-repeat
}

#image img {
        position: absolute;
        top: 0px;
}

#thumbwrapper {
        width: 588px;
        height: 64px;
	background-image: url('images/fondoThumbs.png');
        /*background: #000000;*/
        padding-top:10px;
}

#thumbarea {
        position: relative;
        overflow: hidden;
        height: 50px;
        width: 497px;
        left: 44px;
	z-index: 1;
}

#thumbs {
        position: absolute;
        list-style: none;
        height: 50px;
        width: 10000px;
        border-right: 15px solid #FFF;
	z-index: 2;
}

#thumbs li {
        background-image:none;
        float: left;
        margin-right: 15px;
        cursor: pointer;
        margin-left: -7px;
        margin-right: 25px;
}

.imgnav {
        position: absolute;
        z-index: 100;
        height: 25px;
        width:  15px;
        top: 350px;
}

#previmg {
        left: 20px;
        /*background: url(/sites/default/files/left.png) left center no-repeat;*/
}

#nextimg {
        right: 19px;
        /*background: url(/sites/default/files/right.png) right center no-repeat;*/
}

/**
Stylesheet: Slideshow.css
	CSS for Slideshow.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
	
HTML:
	<div class="slideshow">
		<div class="slideshow-images" />
		<div class="slideshow-captions" />
		<div class="slideshow-controller" />
		<div class="slideshow-loader" />
		<div class="slideshow-thumbnails" />
	</div>
	
Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	height: 324px;
	width: 588px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow {
	height: 324px;
	margin: 0 auto;
	width: 588px;
}
.slideshow a img {
	border: 0;
}

/**
HTML:
	<div class="slideshow-captions">
		...
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the captions animation.
*/

.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}

/**
HTML:
	<div class="slideshow-controller">
		<ul>
			<li class="first"><a /></li>
			<li class="prev"><a /></li>
			<li class="pause play"><a /></li>
			<li class="next"><a /></li>
			<li class="last"><a /></li>
		</ul>
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the controller animation.
*/

.slideshow-controller {
	background: url('images/controller.png') no-repeat;
	height: 42px;
	left: 50%;
	margin: -21px 0 0 -119px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 238px;
	z-index: 10000;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: 0;
}
.slideshow-controller-visible {
	opacity: 1;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
}
.slideshow-controller a.active {
	background-position: 19px 18px;
	left: -19px;
}
.slideshow-controller li {
	list-style: none;
        background-image: none;

}
.slideshow-controller li.first a {
	background-image: url('images/controller-first.gif');
	left: 33px;
	width: 19px;
}
.slideshow-controller li.last a {
	background-image: url('images/controller-last.gif');
	left: 186px;
	width: 19px;
}
.slideshow-controller li.next a {
	background-image: url('images/controller-next.gif');
	left: 145px;
	width: 28px;
}
.slideshow-controller li.pause a {
	background-image: url('images/controller-pause.gif');
	left: 109px;
	width: 20px;
}

.slideshow-controller li.pause a.active {
	left: 100px;
	width: 20px;
}

.slideshow-controller li.play a {
	background-position: 20px 0;
}
.slideshow-controller li.play a.active {
	background-position: 20px 18px;
	left: 109px;
	width:20px;
}
.slideshow-controller li.prev a {
	background-image: url('images/controller-prev.gif');
	left: 65px;
	width: 28px;
}

/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

/**
HTML:
	<div class="slideshow-thumbnails">
		<ul>
			<li><a class="slideshow-thumbnails-active" /></li>
			<li><a class="slideshow-thumbnails-inactive" /></li>
			...
			<li><a class="slideshow-thumbnails-inactive" /></li>
		</ul>
	</div>
	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/

.slideshow-thumbnails {
	bottom: -65px;
	height: 68px;
	position: absolute;
        top:324px;
        left: 39px;
	width: 510px;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 65px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}
.slideshow-thumbnails li {
        background-image: none;
	float: left;
	list-style: none;
	margin: 5px 5px 5px 0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	float: left;
	padding: 5px;
	position: relative; 
}
.slideshow-thumbnails a:hover {
	background-color: #FF5001 !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	background-color: #FFF;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #000;
	opacity: .5;
}

.fondoSlideshow {
        position: absolute;
        background-image: url('images/fondoThumbs.png');
        width: 588px;
	left: 0px;
        height: 74px;
        z-index: -1;
}


