
html{margin:0;padding:0}

body{
	font-family: Arial;
	font-size:13px;
	background-color:#EFEFEF;
	margin: 10px auto;
}

p{
	margin:0 10px 10px
}

img {
	border: none;
}

h6{
	font-size: 13px;
	color: #000;
	background: url(../img/sep_hor.gif) bottom repeat-x;
	text-align:left;
}

a, a:visited {
	display:block;
	color: #000;
	text-decoration: none;
}

a:hover {
	display:block;
	color: #000;
	text-decoration: underline;
}

ul, li {
	margin: 0 4px;
	list-style-type: none;
}

div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
    padding-left:10px;
	/*background: #EAEAEA;*/
	color: #0A7C15;
}


div#banner{
    border: gray 1px solid;
    height: 80px;
    background-color: #FFFFFF;
	padding: 5px 0 0 10px;
/*    margin-left:300px;*/
}

/* SECCIONES */

div#header1{
    width: 24%;
    border: gray 1px solid;
    height: 80px;
    background-color: #FFFFFF;
    float:left;
	padding: 5px 0 0 10px;
	position:absolute;
}

div#banner_sec{
    width: 45%;
    border: gray 1px solid;
    height: 80px;
    background-color: #FFFFFF;
	padding: 5px 0 0 10px;
	margin-left:330px;
	position:absolute;
}

div#userdata{
    width: 24%;
    border: #006699 2px dotted;
    height: 80px;
    background-color: #FFFFFF;
    float:right;
    color: #000;
	padding: 5px 0 0 10px;

}

/**/

div#menu{
    width: 98%;
    /*margin-right:10px;*/
    margin-left:10px;
    margin-bottom:10px;
    background-color: #000000;
    height:20px;
}

div#menu_topics{
    width: 97.5%;
    /*margin-right:10px;*/
    margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
    background: url(../img/bg_topics.gif) repeat-x;
    height:30px;
	padding: 5px 0 0 10px;
	vertical-align:text-bottom;
}

div#menu_banner{
    width: 97.5%;
    /*margin-right:10px;*/
    margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
    background: url(../img/bg_banner.gif) repeat-x;
    height:30px;
	padding: 5px 0 0 10px;
	vertical-align:text-bottom;
}

div#menu_support{
    width: 97.5%;
    /*margin-right:10px;*/
    margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
    background: url(../img/bg_support.gif) repeat-x;
    height:30px;
	padding: 5px 0 0 10px;
	vertical-align:text-bottom;
}

div#menu_user{
    width: 97.5%;
    /*margin-right:10px;*/
    margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
    background: url(../img/bg_user.gif) repeat-x;
    height:30px;
	padding: 5px 0 0 10px;
	vertical-align:text-bottom;
}

div#menu_config{
    width: 97.5%;
    /*margin-right:10px;*/
    margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
    background: url(../img/bg_config.gif) repeat-x;
    height:30px;
	padding: 5px 0 0 10px;
	vertical-align:text-bottom;
}

div#menu_cms{
    width: 97.5%;
    /*margin-right:10px;*/
    margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
    background: url(../img/bg_cms.gif) repeat-x;
    height:30px;
	padding: 5px 0 0 10px;
	vertical-align:text-bottom;
}

div#menu_blog{
    width: 97.5%;
    /*margin-right:10px;*/
    margin-left:10px;
    margin-bottom:10px;
    background: url(../img/bg_blog.gif) repeat-x;
    height:30px;
	padding: 5px 0 0 10px;
}

div#menu_login{
    width: 100%;
    background: url(../img/bg_blog.gif) repeat-x;
    height:25px;
	font-weight:bold;
	color:#FFF;
	font-size:15px;
	text-align: center;
	padding: 5px 0 0 0;
}

div#content p{
	line-height:1.4;
}

/*div#navigation{
	background:#FFF9D8;
	border: 5px solid #D8D8D8;
	padding: 5px;
}*/

div#extra{
	background:#E3E6B3;
}

div#footer{
  
 	position: relative;
	margin-top: 10px;
	float: left;
	left: 0px;
	right: 0px;
	width: 100%;

text-align:right;
}

div#footer_help{
  
 	position: relative;
	margin-top: 10px;
	float: left;
	left: 0px;
	right: 0px;
	width: 100%;
	
  text-align:right;
}


div#footer p{
}

div#wrapper{
	float:left;
	width:98%;
	background-color:#eaeaea;
	margin-left:10px;
}

div#content{
	margin-left:200px;
	background-color:#D8D8D8;
/* 	border: #D8D8D8 2px solid; */
	padding: 6px;
	text-align:left;
}

div#content h2{
	font-size: 14px;
	color: #24669B;
}
div#navigation{
	float:left;
	width:170px;
	margin-left:-98%;
	background-color:#D8D8D8;
	padding:6px;
	text-align:left
}
div#navigation2, div#content2{
	background-color:#fff;
	padding: 12px;
}

div#contentLogin{
/*	margin-left:200px;*/
	background-color:#fff;
/* 	border: #D8D8D8 2px solid;
	padding: 6px;*/
	text-align:center;
/* 	margin:10px; */
/*     margin-bottom:10px; */
	width:100%;
}

div#contentHelp{
	display:none;
	margin-left:200px;
	background-color:#eaeaea;
	padding: 12px;
}

div#dash{
	border: #006699 1px dotted;
}

div#contentHelp h2{
	font-size: 14px;
	color: #24669B;
}

div#extra{
	clear:left;
	width:100%;
}

/* Paging */
div.paging {
	/*background:#fff;*/
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
div.message {
	clear: both;
	color: #FF0000;
	font-size: 15px;
	font-weight: bold;
	margin: 1em 0;
}

/* Forms */
/*
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
	
}*/

fieldset {
	/*border: 1px solid #000000;*/
	/*
	margin-top: 30px;
	padding: 16px 20px;
	*/
	display: none;
	position: relative;

}

/*
fieldset legend {
	color:  #00370F;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
}
*/
/*
fieldset fieldset {
	
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
	
	position: relative;
}
*/
/*
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	/*margin-left: 20px;*/
	/*position: absolute;
}
fieldset fieldset div {
	clear: left;
	/*margin: 0 20px;*/
	/*position: relative;
}
*/
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
/* 	border: 1px solid red; */
	padding:0;
	margin:0;
}

input[type='text'],input[type='password'], select, textarea {
	color: #444;
	border: 1px solid silver;
}

form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
div.error-message {
	clear: both;
	color: red;
	font-weight: bold;
}
#logo-cliente{
    width:230px;
/*     border: #346767 1px solid; */
    height: 60px;
    background-color: #CCCCCC;
}

/*input[type=text],input[type=password], textarea {
	clear: both;
	display: block;
	font-size: 12px;
	font-family: tahoma, verdana, arial, helvetica ;
	padding: 2px;
	width: 100%;
	border: #000 1px solid;
}*/

select {
	clear: both;
    font-size: 12px;
	vertical-align: text-bottom;

}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 12px;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	/*display: inline;*/
	font-size: 12px;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
input[type=image] {
	/*display: inline;*/
	width: auto;
	vertical-align: bottom;
	
}

#searchText{
    width:100px;
    font-family: Arial ;
    font-size:10px;

}
.textSmall, .textDate{
    font-family: Arial ;
    font-size:12px;
    border: silver 1px solid;
}
.textSmall {
	width:80px;
}
.textDate{
	width:55px;
}
.textMedium{
    width:160px;
    font-family: Arial ;
    font-size:12px;
    border: silver 1px solid;

}

.textNormal, .textNormal_s, .textNormal_ss {
    font-family: Arial ;
    font-size:12px;
    border: silver 1px solid;
}

.textNormald, .textNormald_s, .textNormald_ss {
    font-family: Arial ;
    font-size:12px;
    border: silver 1px solid;
	background-color:#d3d3d3;
}

.textNormal {
	width:99%;
}

.textNormald{
	width:99%;
}

.textNormal_s {
	width: 150px;
}

.textNormal_ss {
	width: 50px;
}

.button{
    font-family: Arial ;
    font-size:12px;
    font-weight:bold;
    border: #999999 1px solid;
    background-color:#C0C0C0;
    color:#FFFFFF;
    height:20px;

}

.iframebutton{
	font-family: Arial ;
    font-weight:bold;
	vertical-align: middle;
	background: #C0C0C0;
	border: #C0C0C0 1px solid;	
	margin: 0 3px 0 3px;
	width:auto;	
    height:16px;	
	color: white;
	font-size:11px;
	padding:2px 21px 2px 21px;
	text-decoration: none;	
	
}

/******************************** SPANS *********************************************/
#menutitle{
    font-size: 14px;
    font-weight:bold;
	border-bottom: 1px dotted #92B3CD;
	background: url('../img/brick.png') no-repeat;
	padding: 0 0 5px 25px;
}

/******************************** TABLAS *****************************************/
/*Topics*/
.topics{
    width:100%;
	border: 1px solid #A6A6A6;
}
.topics th{
    background: url(../img/bg_th_generic.gif) repeat-x;
    color: #FFF;
    text-align:left;
    height:20px;
	font-weight: normal;
	padding: 1px 0 0 5px;
	font-size:13px;
}
.topics th a{
    text-align:left;
    color: #FFF;
}

.topics th a:hover {
	display:block;
	color: #FFF;
	text-decoration: underline;
}
.topics td.acciones{
    width:15%;

}
.topics tr{
    background-color:#EBEBEB;
}
.topics tr:hover{
    background-color:silver;
}
.topics tr.altrow{
    background-color:#F6F6F6;
}
.topics tr.altrow:hover{
    background-color:#c0c0c0;
}

.tableform_topics_header{
  width:100%;
  border-collapse:collapse;
	margin: 0px 0px 0px 0px;
	width:718px;
}
.tableform_topics_header th{
    background: url(../img/bg_th_generic.gif) repeat-x;
/* 	border: 1px solid black;   */
    color: #FFF;
    text-align:left;
    height:19px;
	font-weight:normal;
	padding: 1px 10px 0 17px;
/* 	margin: 2px; */
	font-size: 12px;
}

.tableform_topics{
    width:100%;
	border: 1px solid #BBBBBB;
	margin:0;
	padding:0;
}
.tableform_topics tr{
    background-color: #F6F6F6;
	padding:0;
	margin:0;
}

tr.tableform_topics_alt {
    background-color: #EBEBEB;
	padding:0;
	margin:0;
}

.right2 {
	width: 80px;
	text-align: right;
}

TD.right2 {
	background: none;
}

tr.tableform_topics_alt TD.right2, tr.tableform_topics_alt TD {
	background: #EBEBEB;
}

/*.tableform_topics_alt td {
	display: inline;
}*/

.tableform_topics_alt input[type=radio] {
	width: 10px;
}

.tableform_topics td.right{
    text-align:right;
	padding:2px;
	width: 150px;
	vertical-align: top;
}
.tableform_topics td.left{
    text-align:left;
	padding:2px;
	vertical-align:top;

}

p#nav_partes {
	padding: 0 0 0 10px;
	font-size: 13px;
}

p#nav_opc {
	font-size: 13px;
}

.tableform{
    width:100%;
   /* border-collapse:collapse;*/
}
.tableform tr{
    background-color: #EFEFEF;

}
.tableform td.right{
    text-align:right;
	width: 150px;
}
.tableform td.left{
    text-align:left;

}

/*Inicio*/
.tableform_topics_header_init{
    width:100%;
    border-collapse:collapse;
	width:229px;
}

.tableform_topics_header_init th{
    
    color: #FFF;
    text-align:left;
    height:19px;
    font-weight:normal;
    padding: 1px 10px 0 17px;
    font-size: 12px;
}

.tableform_topics_init, .tableform_topics_init2 {
    width:229px;
	margin:0;
	padding:0;
}

.tableform_topics_init2 tr{
	vertical-align: top;
}


.tableform_topics_init2 {
	border: 1px solid #BBBBBB;
	vertical-align: top;
}

.tableform_topics_init2 td.left {
	color: #666666;
	width: 150px;
	padding: 0 0 0 10px;
	vertical-align: top;
}

input[type=radio] {
	width:10px;
	/*border: 1px solid red;*/
}

.textInit, .textInit2 {    
	color: #666666;
	text-align:center;
}

.textInit {
	font-weight:bold;
}

.textInit2 {
	width: 45px;
}

 /*Login*/

div.loginForm {
	width: 100%;
	text-align: right;
}

.login{
	margin:0;
	padding: 0px;
}

/* ##----## */

/* container */

#container {
	width: 980px;
	border:1px solid #EFEFEF;
	margin: 0 auto;
	text-align:left;
}

/* header */

div#header{
	height:60px;
	vertical-align: top;
	margin-bottom:10px;
	position: relative;
}

#header_logo, #header_banner, #header_user {
	height: 60px;
	position: absolute;
}

#header_logo, #header_banner {
	background: #CCCCCC;
/* 	border: 1px solid #25679B; */
}

#header_logo {
	top: 0px;
	width: 234px;
}

#header_banner {
	width: 468px;
	float: left;
	left: 242px;
}

#header_user {
	width: 242px;
	float: right;
	border: 1px dashed #7AA0BF;
	right: 0px;
	padding: 10px;
	color: #666666;
	position: relative;
	height: 40px;
}

#header_close {
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
}

#header_lang {
	float: left;
	top: 35px;
	position: absolute;
	left: 10px;
}

#header_lang_sel {
	border: 1px solid #25679B;
	padding: 1px 2px 1px 2px;
	margin: -2px 0 0 0;
}

#header_menu_user, #header_menu_support, #header_menu_topics, #header_menu_config, #header_menu_banner, #header_menu_cms, #header_menu_newsletter,#header_menu_blog,#header_menu_search, #header_menu_calendar, #header_menu_generic {
    height:30px;
	padding: 5px 0 0 10px;
	vertical-align:text-bottom;
}

#header_menu_generic {
	background: url(../img/bg_generic.gif) repeat-x;
}

#header_menu_user {
	background: url(../img/bg_user.gif) repeat-x;
}

#header_menu_cms {
	background: url(../img/bg_cms.gif) repeat-x;
}

#header_menu_newsletter{
	background: url(../img/bg_news.gif) repeat-x;
}

#header_menu_search{
	background: url(../img/bg_search.gif) repeat-x;
}

#header_menu_calendar{
	background: url(../img/bg_event.gif) repeat-x;
}

#header_menu_support {
	background: url(../img/bg_support.gif) repeat-x;
}

#header_menu_topics {
	background: url(../img/bg_topics.gif) repeat-x;
}

#header_menu_config {
	background: url(../img/bg_config.gif) repeat-x;
}

#header_menu_banner {
	background: url(../img/bg_banner.gif) repeat-x;
}
#header_menu_blog {
	background: url(../img/bg_blog.gif) repeat-x;
}


#header_menu_path {
	padding: 0 0 8px 10px;
	position: relative;
	vertical-align:middle;
	display: inline;
	color:white;
	font-size:11px;
}

#header_menu_path img {
	vertical-align:middle;
	display:inline;
}
/*
#header_menu_path, #header_menu_path a {
}
*/
#header_menu_path a {
	/*padding: 0 0 8px 10px;*/
	position: relative;
	color: white;
	font-size:11px;
	display:inline;
}

#jump {
	width:195px;
/* 	height: 15px; */
	font-size:10px;
	border: 1px solid;
	line-height: 15px;
}

/* skel */

.cornert {background: url(../img/dot.gif) 0 0 repeat-x; }
.cornerb {background: url(../img/dot.gif) 0 100% repeat-x}
.cornerl {background: url(../img/dot.gif) 0 0 repeat-y}
.cornerr {background: url(../img/dot.gif) 100% 0 repeat-y}
.cornerbl {background: url(../img/corner_bl.png) 0 100% no-repeat}
.cornerbr {background: url(../img/corner_br.png) 100% 100% no-repeat}
.cornertl {background: url(../img/corner_tl.png) 0 0 no-repeat}


#skel {
	position: relative;
	margin-right:225px;
}

/* width:210px;background: white */

#toolbar, #version, #body, #help {
	background: white;
}

#toolbar {
	margin-top: 5px;
}

/* toolbar */

#toolbar, #version {
	width: 205px;
}

.toolbar_title, .toolbar_title_o, .toolbar_title_s {
	font-size: 14px;
    font-weight:bold;
	border-bottom: 1px dotted #92B3CD;
	padding: 0 0 5px 25px;
}

.toolbar_title {
	background: url('../img/brick.png') no-repeat;
}

.toolbar_title_o {
	background: url('../img/cog.png') no-repeat;
}

.toolbar_title_s {
	background: url('../img/bricks.png') no-repeat;
}

#toolbar_parts {
	padding: 0 0 0 10px;
	margin-bottom: 30px;
}

.toolbar_parts_lnk a {
	margin-bottom: 5px;
}

#version {
	margin-top: 10px;
}

#version p {
	border-top: 1px dotted #92B3CD;
	margin-top: 10px;
	padding-top: 5px;
}

/* body & help */

#bodyhelp {
	position: absolute;
	top: 0px;
	left: 218px;
	right: 0px;
	float:right;
	padding-bottom: 50px;

 	width: 100%;

}

#body {

}
/*
#body_content {
	padding-top:10px;
}
*/
#body_title {
	color: #24669B;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}

#body_help {
	float: right;
	position: absolute;
	top: 10px;
	right: 20px;
}

#help {
 /*	position: absolute;
	margin-top: 10px;
	float: left;*/
	left: 0px;
	right: 0px;
	width: 100%;
  margin-top: 10px;
}

.help_title {
	font-size: 12px;
	font-weight: bold;
}

#padder {
	/*margin-top: 50px;*/
}

/* pager */

.pager {
	width: 100%;
	line-height:1.6em;
	margin-top:10px;
}

.pager form {
	margin:0;
	padding:0;
}

.pager_pages {
	color: #666666;
	font-size: 10px;
	text-align:right;
	display: inline;
}

.pager_pages a {
	display: inline;
}

.pager_pages img {
	vertical-align:middle;
}

.pager_number {
/* border: 1px solid red; */
}

.pager_number, .pager_number a {
	color: black;
	text-align:center;
	padding: 5px;
}

.pager_counter {
	text-align:center
}

/* login */

.container_login {
	width: 460px;
	margin: 0 auto; text-align:left
}

#banner_login {
	width: 100%;
	height: 60px;
/* 	border: 1px solid #346767; */
	background: #CCCCCC;
}

.login_h {
	font-weight: normal;
	padding: 0 0 5px 15px;
	border-color: #336666;
	font-size: 11px;
	margin: 0 0 5px 0;
	font-weight:bold;
}

.login_td {
	padding: 0 10px 0 0;
	font-size: 11px;
}

TD.login_field select, input {
	width: 130px;
	font-size: 11px;
}


#login_content {
	background: white;
	margin: 0px;
}

/* buttons */

.rbutton {
	background: #C0C0C0;
	border: #C0C0C0 1px solid;
	padding:2px 5px 0 5px;
	margin:0px;
	width:auto;
}

.rbutton input {
	border:none;
	margin:0 0 1px 0;
	color: white;
	font-size:11px;
	padding:0 15px 0 10px;
	background: none; /*#CCCCCC;*/
width:auto;
}
/*Live Validation*/
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#C0C0C0;
	font-size:10px;
}
	
.LV_invalid {
    color:#CC0000;
	font-size:10px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #C0C0C0;
}
    
.LV_invalid_field,
	input.LV_invalid_field:hover, 
	input.LV_invalid_field:active,
	textarea.LV_invalid_field:hover, 
	textarea.LV_invalid_field:active {
    border: 1px solid #C0C0C0;
}
/*.toolbar td.toolbar_buttons a {
	text-decoration: none;
	color: white;
	padding: 5px 3px 5px 3px;
}

.toolbar td.toolbar_buttons a span {
	padding:5px 10px 5px 7px;
}

.toolbar td.toolbar_buttons a span img {
	margin: 0 4px 0 0 ;
}

.toolbar td.toolbar_buttons a:hover {
	background: url(images/left.png) no-repeat left center;
}

.toolbar td.toolbar_buttons a:hover span {
	background: url(images/right.png) no-repeat right center;
}*/

/* help */

.help_text {
	color: #666666;
	position: relative;
	margin: 0 0 15px 0;
	border-top: 1px dotted #91B2CD;
}

.help_text_first {
	border-top: none;
}

.help_text span {
	float: left;
	position: absolute;
	top: 0;
	left: 20px;
}

.help_page {
	border: 1px dashed #91B2CD;
	margin:10px 0 10px 0;
	padding:5px;
	color: #666666;
}

/* copyright */

#copyright, #copyright a {
	font-weight: bold;
	text-align: right;
	font-size: 11px;
	padding: 5px;
	color: #666666;
	background: #EFEFEF;
	/*border: 1px solid red;
	position: relative;
	width: 300px;
	float: right;
	right: 0px;
	margin: 0;
	left: 115px;*/
}

/*  */

#s1, #s2, #s3, #s4, #s5, #s6, #s7 {
	padding:0;
	margin:0;
	width: 718px;
/* 	border: 1px solid red; */
	background: none;
}

/*  */

.permisos input {
/* 	border: 1px solid red; */
	padding: 0;
	margin: 0;
	width: auto;
}

.form_buttons {
	padding: 8px 5px 5px 5px;
	margin-left: 155px;
}

.internalform {
	background: none;
}

TH.centerLink a {
	text-align: center;
}

.disabled {
	background-color:#D3D3D3;
	
}

/*disabled*/
.textNormalD{
    text-align:left;
	background-color:#D3D3D3;
}
