/* CSS Document */
#admin_contenedor_principal, #admin_cabecera, #admin_contendor, #admin_conenedor_menu, #admin_conenedor_texto, #admin_pie {
	float: left;
	}
#admin_contenedor_principal, #admin_contendor, #admin_conenedor_menu, #admin_conenedor_texto {
	height: auto;
	}

#admin_contenedor_principal {
	width: 600px;
	}
#admin_cabecera {
	width: 590px;
	height: 50px;
	padding: 5px 0px 0px 10px;
	background-color: #669900;
	}
#admin_contendor {
	width: 600px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	}

#admin_conenedor_menu {
	width: 130px;	}
#admin_conenedor_texto {
	width: 450px;
	padding: 10px 10px 0px 10px;
	}
#admin_pie{
	width: 600px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	background-color: #b9d300;
	}
		
/*******************menu****************************************/	
.menu_nivel1, .menu_nivel2, .menu_nivel3 {
	width: 124px;
	height: 20px;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	display: block;
	border-bottom-style: dashed; border-bottom-color: #7a9c00; border-bottom-width: 1px;
	border-right-style: dashed; border-right-color: #7a9c00; border-right-width: 1px;
	}
	
.menu_nivel1 { background-color: #333333;}
.menu_nivel2 { background-color: #666666;}
.menu_nivel3 { background-color: #FFFFFF;}
.menu_nivel1 p { color: #ffffff; font-size: 10px;}
.menu_nivel2 p { color: #ffffff; font-size: 10px;}
	
/********************admin_ver***********************************/
.art_ind {
	width: 435px;
	height: auto;
	
	margin: 0px 0px 20px 0px;
	padding: 5px;
	background-color: #F7FAED;
	
	border-bottom-style: dashed; border-bottom-color: #7a9c00; border-bottom-width: 1px;
	float: left;
	}
.art_ind_img {
	width: 115px;
	height: 115px;
	margin: 0px 10px 30px 0px;
	/*margin-right: 10px;*/
	background-repeat: no-repeat;
	float: left;
	}
.art_ind_categoria, .art_ind_titulo, .art_ind_texto {
	width: 310px;
	float: left;
	}
.art_ind_categoria, .art_ind_titulo {
	font-weight:bold;
	}



.art_ind_precio, .art_ind_ver {
	width: 300px; height:30px;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 0px 5px;
	font-weight: bold;
	
	padding-left: 125px;
	
	float: left;
	}
	
.art_ind_precio { background-color: #FFFFFF; }
.art_ind_ver { background-color:#F0F0F0; }
.art_ind_precio p { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 16px; }
	
.art_ind_categoria_borrar {
	width: 400px;
	height: auto;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 10px 0px;
	
	border-bottom-style: dashed; border-bottom-color: #CCCCCC; border-bottom-width: 1px;
	}	

.sin_bordes {
	border:none;
	text-decoration: none;
	}
#ocultar_visible {
	display: block;
	}