/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 jwolf Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */




/* custom typography styles */
span.alert,
span.help,
span.info,
span.note,
span.nota,
span.caja,
span.info,
span.errormsg,
span.xfer {
	display: block;
	padding: 10px 10px 10px 10px;
	margin: 0 10px;
}

span.alert {
	background-color: #F3CECE;
	border-top: 2px solid #d04040;
	border-bottom: 2px solid #d04040;
}

span.errormsg {
	background-color: #F3CECE;
	border-top: 2px solid #d04040;
	border-bottom: 2px solid #d04040;
}

span.help {
	background-color: #CADAEF;
	border-top: 2px solid #3060a0;
	border-bottom: 2px solid #3060a0;
}

span.note {
	background-color: #F8EFD0;
	border-top: 2px solid #E6CC62;
	border-bottom: 2px solid #E6CC62;
}

span.nota {
	background-color: #F8EFD0;
	border-top: 2px solid #E6CC62;
	border-bottom: 2px solid #E6CC62;
}

span.info {
	background-color: #F8EFD0;
	border-top: 2px solid #E6CC62;
	border-bottom: 2px solid #E6CC62;
}

span.xfer {
	background-color: #DDF8EB;
	border-top: 2px solid #20a060;
	border-bottom: 2px solid #20a060;
}

span.caja {
	background-color: #DDF8EB;
	border-top: 2px solid #20a060;
	border-bottom: 2px solid #20a060;
}

pre {
	padding:10px;
	background:#F8F8F8 none repeat scroll 0%;
	border:1px solid #C0C0C0;
	margin: 10px 0;
}

blockquote {
	padding: 10px 10px 10px 30px;
	font-style:italic;
	font-size:110%;
	line-height:130%;
	color: #555;
	margin: 15px;
	background: transparent url(images/blockquote.gif) no-repeat scroll 0 5px;
}

.messages {
	padding: 5px;
	margin: 10px 0;
}
.codeview {
margin : 15px 35px 15px 15px;
padding : 10px;
background : #f9f9f9;
border-top : 1px solid #eeeeee;
border-right : 2px solid #cccccc;
border-bottom : 2px solid #cccccc;
border-left : 1px solid #eeeeee;
}
/*.codeview li {
font-size : 13px;
line-height : 24px;
font-family : "Courier New", "MS Sans Serif", sans-serif, serif;
color : #333333;
font-weight : normal;
margin : 0;
padding : 0;
}
/* Clase para img */
.floatleft {float: left;
padding: 0px 10px 0px 0px;
}
.floatright {float: right;
padding: 0px 0px 0px 10px;
}

/* Clase para imitar teclado */
kbd.kbd {
-moz-border-radius-bottomleft:0.3em;
-moz-border-radius-bottomright:0.3em;
-moz-border-radius-topleft:0.3em;
-moz-border-radius-topright:0.3em;
background-color:#E0E0DD;
border-color:#DDDDDD rgb(170, 170, 170) rgb(170, 170, 170) rgb(221, 221, 221);
border-style:solid;
border-width:1px;
font-family:sans-serif;
font-size:0.85em;
font-style:italic;
margin:0pt;
padding:0px 4px;
}
samp.mode {
background-color:#B0BEF2;
font-family:sans-serif;
padding:1px 4px;
}
samp.moda {
background-color:#2C709F;
font-family:sans-serif;
padding:1px 4px;
}

samp {
}
samp.menu, samp.submenu, samp.menuitem, samp.tab {
background-color:#EEEEEE;
}
kbd.samp {
background-color:#DFDFDD;
border:0pt none;
font-family:sans-serif;
font-weight:bold;
margin:0pt;
padding:1px;
}

.noexist, .noexist:visited {
 color:red;
}

/*Listas clases de prueba*/
body.layout-main-last #sidebar-last li.leaf,
body.layout-main-last #sidebar-last ul.menu li,
body.layout-main-last #sidebar-last .item-list ul li,
#content-content .node ul li,
#content-bottom  ul li {
  position: relative; 
  left: 20px;
  background: url('images/triangulo_bullet.gif') no-repeat left 0.75em;
  list-style-image: none;
  list-style-type: none;
  padding-left: 0.9em;
}

.content ul li, {
	list-style-type: disc;
}
