* { 
	margin: 0; 
	padding: 0; 
}
body{		
    background-color: #eee;/* Color de fondo */
	font-family:Arial, Helvetica, sans-serif;
}

h1{	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:30px;
	color: #000;
	padding-top:40px;		
}
h2{	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:20px;
	color: #000;
	padding-top:10px;		
}
#container {
	position:relative;
	width:90%;
	background:#FFF;/* Color de fonfo del cuerpo */
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}
#header {
	text-align: left;
	padding-top: 20px;
	padding-bottom:10px;
	padding-left:10px;
	background-image:url(../images/fondoadmin.jpg);
	background-repeat:repeat-x;
	background: #Z;/* Color de la cabecera*/		
}
#content {
	padding-left:1%;
	padding-right:1%;
	padding-bottom:5%;
	min-height:400px;
}

#footer {
	background: #6a0235;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	overflow:auto;
	width: auto;

	}
p.footer{
	font-size:11px;
	color:#FFF;
	}

.user{
	color:#000;/*coloer del user*/
	float:right;
	padding-right:50px;
	padding-top: 10px;
	font-size:13px;
	}
	
/* estilo menu*/

#menu
{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	background: #6a0235;
	background: -moz-linear-gradient(#8f1066, #6a0235); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #000),color-stop(1, #444));	
	background: -webkit-linear-gradient(#8f1066, #6a0235);	
	background: -o-linear-gradient(#8f1066, #6a0235);
	background: -ms-linear-gradient(#8f1066, #6a0235);
	background: linear-gradient(#8f1066, #6a0235);
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}

#menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
	float: left;
	height: 25px;
	padding: 0 15px;
	color: #eee;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a
{
	color: #DDD;/* Color del texto del menu*/

}

*html #menu li a:hover /* IE6 */
{
	color: #DDD;/* Color del texto del menu*/
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #6a0235;
    background: -moz-linear-gradient(#8f1066, #6a0235); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #000),color-stop(1, #444));	
	background: -webkit-linear-gradient(#8f1066, #6a0235);	
	background: -o-linear-gradient(#8f1066, #6a0235);
	background: -ms-linear-gradient(#8f1066, #6a0235);
	background: linear-gradient(#8f1066, #6a0235);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #4f0027, 0 2px 0 #8f1066; /*SOMBRAS MENU DESPLEGABLE*/
    -webkit-box-shadow: 0 1px 0 #4f0027, 0 2px 0 #8f1066;
    box-shadow: 0 1px 0 #4f0027, 0 2px 0 #8f1066;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px;
	height: 10px;
	width: 215px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

/*#menu ul a:hover
{
    background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);
}*/

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

/*#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec; 
}*/

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #04acec; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

a:link {
	color: #42413C;
	text-decoration: none; 
}
a:visited {
	color: #42413C;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/*------------------------------------------------------------------ */
/*
Table Style - This is what you want
------------------------------------------------------------------ */
table {border-spacing: 0;}
table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin-top:20px;
	margin-bottom:20px;
	border:#ccc 1px solid;
	width:100%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:21px 20px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child{
	text-align: left;

}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr{
	text-align: center;
	padding-left:20px;
}
table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table tr td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

/*style tabla DETALLE ARTICULO*/

table.detallearticulo{
	width:890px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:0px;
	color:#666;
}

table.detallearticulo th {
		padding:21px 20px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}


table.detallearticulo th:first-child{
	text-align: center;
}

table.detallearticulo tr{
	text-align: left;
}



/*style formulario*/

div.box{
margin:0 auto;
width:500px;
background:#6a0235;/* color del formulario*/
position:relative;
top:50px;
border:1px solid #adadab;
}

div.box h1{ 
color:#FFF;/*color del texto de la cabecera*/
font-size:15px;
text-transform:uppercase;
padding:5px 0 5px 20px;
border-bottom:1px solid #fff;
border-top:1px solid #fff; 
}

div.box label{
width:100%;
display: block;
background:#efefef;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
padding:5px 0 5px 0;
}
div.box label span{
display: block;
font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size:12px;
float:left;
width:100px;
text-align:right;
padding:5px 20px 0 0;
}
div.box .input_text{
padding:5px 5px;
width:300px;
color:#333;
background:#fff;
border-bottom: 1px double #999;
border-top: 1px double #999;
border-left:1px double #999;
border-right:1px double #999;
}

div.box .input_box{
padding:5px 5px;
width:312px;
color:#333;
background:#fff;
border-bottom: 1px double #999;
border-top: 1px double #999;
border-left:1px double #999;
border-right:1px double #999;
}

div.box .input_imagen{
padding:5px 5px;
width:210px;
color:#333;
background:#fff;
border-bottom: 1px double #999;
border-top: 1px double #999;
border-left:1px double #999;
border-right:1px double #999;
}

div.box .message{
padding:7px 7px;
width:300px;
height:150px;
background:#fff;
border-bottom: 1px double #999;
border-top: 1px double #999;
border-left:1px double #999;
border-right:1px double #999;
overflow:hidden;

}

div.box .button
{
margin:0 0 10px 0;
padding:4px 7px;
background:#6a0235;/*color del boton del formulario*/
border:0px;
position: relative;
top:10px;
left:230px;
width:100px;
border-bottom: 1px double #fff;
border-top: 1px double #fff;
border-left:1px double #fff;
border-right:1px double #fff;
cursor: hand;
color:#FFF;/*Color de texto delos botones*/
}

div.box .buttonImagen
{
margin:0 0 10px 0;
padding:4px 7px;
background:#6a0235;/*color del boton del formulario*/
border:0px;

border-bottom: 1px double #fff;
border-top: 1px double #fff;
border-left:1px double #fff;
border-right:1px double #fff;
cursor: hand;
color:#FFF;/*color de texto del boton*/
}

#searchform {

    width: 280px;
  	height:30px;
    padding: 8px;
  	margin:50px auto;
    background: #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 2px 0 rgba(255,255,255,.5);
}

#searchform input {
    width: 190px;
 	height:20px;
    padding: 5px;
    float: left;
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;
 	box-shadow: 0 1px 1px rgba(0,0,0,.4) inset;
}
#searchform input:focus {
    outline: 0;
  	height:21px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
#searchform input:-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
#searchform input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
#searchform input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}   
#searchform button {
    position: relative;
    float: right;
    border: 0;
    cursor: pointer;
    height: 30px;
    width: 80px;
    font-size:15px;
    color: #fff;
    background: #6a0235;/*color del boton de busqueda*/
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}  
#searchform button:hover{
    background: #2d4a71;
}
#searchform button:active,
#searchform button:focus{
    background: #2d4a71;
}
#searchform button:before { /* flecha */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #2d4a71 transparent;
    top: 8px;
    left: -5px;
}
#searchform button:hover:before{
    border-right-color: #2d4a71;
}
#searchform button:focus:before{
    border-right-color: #2d4a71;
}  

p.logo{
	margin-left:auto;
	margin-right:;
	}
	
p.desc{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin-left:41px;
	}
	
p.center{
	text-align:center;
	}
	
/* minimal
*******************************************************************************/
button.minimal {
  background: #6a0235;
  color: #FFF;
  font: arial, sans-serif;
  padding: 8px 0 9px;
  text-align: center;
  width: 150px;
  margin-bottom:20px;
  margin-top:20px;
  }
  button.minimal:hover {
    background: #02d4c6;
    color: #FFF;
    cursor: pointer; }
