/* CSS Document */


body,td {
	color:#444;
	margin:0px;
	font-size: 0.71em;
	line-height: 1.7em;
	font-family: "Lucida Sans", Calibri, Verdana, sans-serif;
}
input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #878274;
	margin: 2px;
	background-color: #F9F9F9;
	border: solid 1px #E1E1E1;
}
p {
	margin-bottom:0.4em;
	margin-top: 0em;
}
a {
	color: #dbb874;
	text-decoration: none;
}
a:hover {
	color: #ffb82e;
}
img {
border-style:none;
}
.Titulos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: normal;
	color: #005f33;
}

.Titulos a {
color: #005f33;
}

.TitulosMedianos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #005f33;
}
.Subtitulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 21px;
	color: #dbb874;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
}
.peque {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #878274;
	margin: 0px;
}
.verde {
	color: #005f33;
}
.pequeVerde {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #005f33;
	margin: 0px;
}
.menulateral {
	margin:0px;
	text-indent: 22px;
}
.menulateral a {
	color:#444;
}
.menulateral a:hover {
	color:#005f33;
}
.buscar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#005f33;	
}
.buscar a {
	color:#444;	
}
.buscar a:hover {
	color:#000;	
}
.sinmargen {
	margin:0px;
}
.agregara {
	margin:0px;
	text-indent: 24px;
	color:#75602D;
}
.agregara a {
	color:#75602D;
}
.agregara a:hover {
	color:#dbb874;
}
.Estadodecompra {
	display: block;
	width: 100%;
	text-indent:6px;
}
.Estadodecompra a {
	display: block;
	background:#f9f9f9;
	width: 100%;
	color:#999;
}
.Estadodecompra a:hover  {
	color:#444;
	display: block;
	width: 100%;
	background: #e4e4e4;
	text-indent:8px;
}

.contenido_titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #005f33;
}
form
{
	margin: 0em;
}

#flash {
	Z-INDEX: -999
}

.error
{
	color: #FF0000;
}

/**MODIFICACION STOCK**/

span.stockDisponible{
color:#005f33;
font-size:9px !important;
}

span.stockNoDisponible{
color:#dbb874;
font-size:9px !important;
}

/**MODIFICACION CUENTAS**/

#contenedorCuentas{
width:100%;
}

#contenedorCuentas ul{
list-style:none;
padding:0;
margin:0;
}

#contenedorCuentas div{
width:45%;
display:block;
height:100%;
float:left;
margin-left:10px;
}

#contenedorCuentas h2{
margin-top:-5px;
}

#cuentaLibros{
border-right:1px solid #005f33;
}

#contenedorCuentas .clear{
clear:both;
float:none;
height:10px;
}

.alertaStock{
background:#efefef;
padding:5px 10px;
border:1px solid #ccc;
}