@CHARSET "UTF-8";
/*$Id: stylesheet.css 98 2008-02-08 19:36:29Z miguelangel $*/

/* ============================================================================
 * cmsSection
 * ============================================================================
 */

.cmsSection {
    width: auto;
}

.cmsoptions {
    float: right;
    display: inline-block;
    *line-height: 1.8em;
}

.cmsSection .cmsoptions {
    position: relative;
    top: 5px;	
}

.cmsoptions a {
    background-color: #fff78E !important;
    color: black !important;
    padding: 0.2em 0.6em 0.3em 0.6em;
    text-decoration: none;
    font-size: 0.93em;
    border: 1px solid blue !important;
}

.cmsoptions a:hover {
    text-decoration: none;
    background-color: #FFD78E !important;
}

.edit form {
    width: 100%;
}

.edit #title input {
    width: 100%;
		font-size: 1em;
		font-weight: bold;
}

.edit #content textarea {
    width: 100%;
    height: auto;
    background: white;
}

/* ============================================================================
 * cmsSection2
 * ============================================================================
 */
.cmsSection2 {
    width: auto;
}

.edit #title2 input {
    width: 100%;
}

.edit #content2 textarea {
    height: auto;
    background: white;
}

/* ============================================================================
 * cmsConfigItem
 * ============================================================================
 */
.cmsConfigItem {
    _display: inline-block;
}

.cmsConfigItem.show {
    display: inline-block;
    width: 100%;
    background: #f0f0d0;
}

.cmsConfigItem .cmsoptions {
    position: relative;
    top: 4px;	
    *top: 1px;
    *line-height: 2em;
}

.cmsConfigItem label {
    font-weight: bold;
}

.cmsItemShow {
    display: inline-block;
    margin: .3em;
}

/* ============================================================================
 * cmsLink
 * ============================================================================
 */
.cmsLink {
    display: inline-block;
    width: 100%;
}

.cmsLink .cmsoptions {
    position: relative;
    top: 4px;	
    *top: 1px;
    *line-height: 2em;
}

/* ============================================================================
 * cmsTextLink
 * ============================================================================
 */

.cmsTextLink {
    display: inline-block;
    width: 100%;
}

.cmsTextLink ul
{
	list-style-type: none;
  margin: 1px;
	padding: 0;
  text-align: right;
}

.cmsTextLink li
{
  display: inline;
	list-style-type: none;
	margin: 0;
}

.cmsTextLink a, .cmsTextLink a:visited, .cmsTextLink a:link 
{
  padding: 1px 2px 1px 7px;
  color: #333;
  font-size: 11px;
  font-family: Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
  border: 1px solid #c0c0c0;
  border-right: 4px solid #999;
  background-color: #fff78E;
  cursor: hand;
  cursor: pointer; 
	*overflow: visible; /* Quitar el padding de botones en IE6/7 */
}

.cmsTextLink a:hover
{
	background-color: #FFD78E !important;
}

/* ============================================================================
 * cmsEditConfig
 * ============================================================================
 */

#cmsEditConfig {
    width: 40em;
    margin: 0 auto;
}

#cmsEditConfig #label {
    font-weight: bold;
    padding-top: 2em;
    display: inline-block;
}

#cmsEditConfig #value {
    width: 100%;
}

#cmsEditConfig #help {
    font-size: .9em;
    margin-top: 1em;
    margin-bottom: 3em; 
}

/* ============================================================================
 * cmsLibrosLoad
 * ============================================================================
 */

#cmsLibrosLoad label {
    font-weight: bold;
    display: inline-block;
}

#cmsLibrosLoad form p {
	  font-size: 1em;
		margin-bottom: 0;
}

#cmsLibrosLoad .help {
	  font-size: .9em;
}

#cmsLibrosLoad p.help {
		margin-top: 0;
		margin-bottom: 2em;
}

#wizard_help {
		color: #4d62dc;
}

/* ============================================================================
 * cmsAyuda
 * ============================================================================
 */
#cmsAyuda {
	margin-left: 8em;
	margin-right: 8em;	
}

#cmsAyuda #cmsAyudaIndice {
	margin-top: 1em;
}

#cmsAyuda h2 {
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom: .5em solid;
}

#cmsAyuda h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
	border-bottom: .5em solid;
}

#cmsAyuda h4 {
	margin-top: 1em;
	margin-bottom: 1em;
}

#cmsAyuda h5 {
	margin-top: 1em;
	margin-bottom: 1em;
}

#cmsAyuda .topic {
	border-left: 1em solid #c0c0c0;
	padding-left: 1em;
	margin-right: 3em;
}

#cmsAyuda .topic h4 {
	padding-bottom: .5em;
	border-bottom: 3px solid gray;
}

#cmsAyuda ul {
	margin-bottom: 1em;
}

#cmsAyuda .demobutton {
	width: 15em; 
	margin: 0 auto; 
	border: 1px solid #f0f0f0; 
	background: #f0f0f0;
}

#cmsAyuda .demobutton ul {
	text-align: center;
}

#cmsAyuda .demobutton li {
	margin: 0 auto;
}

#cmsAyuda p.destacado {
	padding: 1em;
	background: #e9f9f0;
}


/* ============================================================================
 * Texto
 * ============================================================================
 */

.showText {
	border: 1px solid gray;
	padding: 4px;
	background: #e0e0e0;
	font-family: monospace;
	font-size: 1em;
	white-space:nowrap;
	qoverflow-x: scroll;
	
	overflow:scroll;
	_width: 99%; 
	
	height: 15em;
}

/* ============================================================================
 * Botones
 * ============================================================================
 */
ul.cms_actions
{
	list-style-type: none;
  margin: 10px 0;
  text-align: right;
}

ul.cms_actions li
{
  display: inline;
	list-style-type: none;
}

ul.cms_actions input, ul.cms_actions a
{
  padding: 3px 3px 3px 20px;
  color: #333;
  font-size: 11px;
  font-family: Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
  border: 1px solid #c0c0c0;
  border-right: 4px solid #999;
  background-color: #fff78E;
  cursor: hand;
  cursor: pointer; 
	*overflow: visible; /* Quitar el padding de botones en IE6/7 */
}

ul.cms_actions a
{
  padding: 4px 6px 4px 24px;
}

ul.cms_actions input:hover, ul.cms_actions a:hover
{
	background-color: #FFD78E !important;
}

ul.cms_actions form
{
	display: inline-block;
}

/* Corrección para botones de edición de secciones */
.cmsConfigItem ul.cms_actions, 
.cmsSection ul.cms_actions,
.cmsSection2 ul.cms_actions {
	float: right;
	padding: 0;
	padding-left: 2px;
	margin: 0;
}
.cmsConfigItem ul.cms_actions li, 
.cmsSection ul.cms_actions li,
.cmsSection2 ul.cms_actions li
{
	margin-left: 2px;
}

.progressbar_border {
	width: 200px;
	height: 20px;
	background: #fff1f1;
	padding: 3px;
	border: 1px solid #DDD;
}

.progress_bar {
	height: 20px;
	background: url(../images/cms/progress_pink.gif) repeat-x; 
}

.progress_percent {
	color: black;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	top: -17px;
}

.cms_action_edit
{
  background: url(../images/cms/edit.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

.cms_action_create
{
  background: url(../images/cms/add.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

.cms_action_save
{
  background: url(../images/cms/save.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

.cms_action_save_and_add
{
  background: url(../images/cms/save.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

.cms_action_save_and_list
{
  background: url(../images/cms/save.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

.cms_action_delete
{
  background: url(../images/cms/delete.png) no-repeat 3px 2px;
  border-right: 4px solid #E75C58 !important;
}

.cms_action_cancel
{
  background: url(../images/cms/cancel.png) no-repeat 3px 2px;
  border-right: 4px solid #E75C58 !important;
}

.cms_action_filter
{
  background: url(../images/cms/filter.png) no-repeat 3px 2px;
  border-right: 4px solid #66f !important;
}

.cms_action_reset_filter
{
  background: url(../images/cms/reset.png) no-repeat 3px 2px;
  border-right: 4px solid #E75C58 !important;
}

.cms_action_list
{
  background: url(../images/cms/list.png) no-repeat 3px 2px;
  border-right: 4px solid #66f !important;
}

.cms_action_next
{
  background: url(../images/cms/next.png) no-repeat 3px 2px;
  border-right: 4px solid #66f !important;
}

.cms_action_prev
{
  background: url(../images/cms/previous.png) no-repeat 3px 2px;
  border-right: 4px solid #66f !important;
}

.cms_action_top
{
  background: url(../images/cms/top.png) no-repeat 3px 2px;
  border-right: 4px solid #66f !important;
}

.cms_action_refresh
{
  background: url(../images/cms/refresh.png) no-repeat 3px 2px;
  border-right: 4px solid #66f !important;
}

