/* ////////// RESET ////////// */
* {	margin: 0;}

body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}

html,body {height:100%}

/* ////////// GENERALS ////////// */

body {
	font-size:0.7em; 
	font-family:Verdana,Sans-Serif;
	background: #FFF;
	width: 100%;
	min-width:970px;/*--Fixes Background Bug--*/
	

}

a {color:#222; text-decoration:none;}
a:hover {text-decoration: underline; color:#000}
a img {
	border-width:0;
}

p{line-height:1.5em; margin:0;}

h2 {
	border-bottom:1px dotted #8CC63F;
	font-size:16px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding-bottom:10px;		
}

h2 em {
	display:block;
	font-size:12px;
	color:#222;
	font-style:normal;
	margin-top:10px;
}

.text {
	padding:5px;
	border:1px solid #ccc;
	color:#222;
	letter-spacing:1px;
}

p.more{ margin-bottom:5px;}

select {
	border:1px solid #ccc;
	padding:4px;
}

button {
	outline:1px outset #999;	
	border:1px solid #fff;	
	background-color:#222;
	color:#fff;
	height:24px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:11px;
}
/* button styling */ 
a.button {
	outline:1px outset #999;	
	border:1px solid #fff;	
	background-color:#222;
	padding:5px 6px;
	margin:0 0 6px 0;
	color:#fff;
	height:24px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:0.8em;
}

a.button:hover {text-decoration:none;}

.color-yellow a.button {background-color:#CCCC99;color:#000;}
.color-red    a.button {background-color:#dd0000;color:#FFF;}
.color-blue   a.button {background-color:#228DAA;color:#000;}
.color-white  a.button {background-color:#666;color:#FFF;}
.color-orange a.button {background-color:#F2840C;color:#000;}
.color-green  a.button {background-color:#8CC63F;color:#000;}



/* //////////  HEADER ////////// */

#head {
    background: #E8E8E8 url(images/header-bg2.png) repeat-x;
	background-position:bottom;
    height: 45px;
}
#head h1 {
    line-height: 35px;
	height:35px;
	width:300px;
	padding-top:2px;
    color: #FFF;
    text-align: center;
    background: url(images/logo.png) no-repeat left top;
    text-indent: -9999em;
	position:absolute;
	top:5px;
	left:5px;
}

#head ul {
	position:relative;
	margin:25px 5px 25px 25px;
	float:right;
	list-style:none;
}
#head ul li {
	list-style:none;
	float:left;
	color:#BCBCBC;
}
#head ul li a{
	padding:0 3px;
}

#head ul li a span{
    float: left;
    display: inline;
    background: url(images/iconos_base.gif) no-repeat;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    margin: 0 0 0 3px;
    outline: none;
}

#head ul li a span.config  {
	background-position:0px 0;
}
#head ul li a span.help  {
	background-position:-14px 0;
}
#head ul li a span.close_session  {
	background-position:-28px 0;
}

#head ul li a span.refresh  {
	background-position:-70px 0;
}

a#collapseButton {
	position:absolute;
	top:3px;
	float:right;
	margin-right:50px;
	z-index:10000;
}

a#collapseButton span {
    float: left;
    display: inline;
    background: url(images/iconos_base.gif) no-repeat;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    margin: 0 0 0 3px;
    outline: none;
}

a#collapseButton span.collapseAll  {
	background-position:-84px 0;
    margin: 0 0 0 0;
}

a#collapseButton span.expandAll  {
	background-position:-98px 0;
    margin: 0 0 0 0;
}

#wrap{
	padding: 0 10px;

}

/* //////////  JTOOLS SCROLLABLE ////////// */

div.scrollable { 
    position:relative; 
    overflow:hidden; 
    /* vertical scrollers have typically larger height than width */ 
    height: 100px; 
    width: 700px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
    /* this time we have very large space for the height */ 
    height:20000em; 
}

/* the action buttons above the scrollable */
#actions {
	margin:0.5em 0 0.5em 0;
	border-bottom:1px solid #ddd;
}

#actions a {
	cursor:pointer;
	color:#666;
	border-bottom:none;
}

#actions a:hover {
	color:#000;
	background:none;
}

#actions .disabled {
 visibility:hidden;
}

#actions .nextPage {
 float:right;
} 

/* //////////  JTOOLS TOOLTIPS  ////////// */

.tooltip { 
    display:none; 
    background:transparent url(tooltip/black_arrow.png); 
	font-size:0.8em;
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff; 
} 
.tooltip_simple  { 
    background-color:#4C4C4C; 
    border:1px solid #fff; 
    padding:10px 15px; 
    display:none; 
    color:#fff; 
    text-align:left; 
	font-size:0.8em;
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
}
/* //////////  JTOOLS MODAL  ////////// */
.modal { 
    background-color:#fff; 
    display:none; 
    width:50%; 
    padding:15px; 
    text-align:left; 
    border:1px solid #666; 
    /*opacity:0.8; */
    -moz-border-radius:4px; 
    -webkit-border-radius:4px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
} 

/* //////////  JTOOLS OVERLAY BASIC ////////// */

.simple_overlay {
	display:none;
	z-index:10000;
	background-color:#333;
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.simple_overlay .close {
	background-image:url(overlay/apple-close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:28px;
	width:28px;
}

#dialog .close {
	background-image:url(overlay/apple-close.png);
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
	height:28px;
	width:28px;
}

/* the thumbnails for gallery*/
#triggers {
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;
	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}

/* //////////  JTOOLS GALLERY IMAGES ////////// */

/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
#gallery .next, #gallery .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

#gallery .prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

#gallery .next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

#gallery .next:hover, #gallery .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
#gallery .disabled {
	visibility:hidden;		
}

/* the "information box" */
#gallery .info {
	position:absolute;
	bottom:-1px;
	left:1px;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

#gallery .info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
#gallery .progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
#gallery .next, #gallery .prev, #gallery .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(images/h80.png) repeat-x;		
}


#wrap_pages {
	background-image:url(images/fondo_paginas.png);
	margin: 10px auto 0 auto;
	padding:35px 0 0 0;
	width:656px;
	height:667px;
}




