/* DIV donde se localiza el bloque de categorías */
.categorias {
	font-family : arial, helvetica, sans-serif;
	height : auto;
	width : 180px;
	background-image: url(../imagenes/fondoizquierdo.jpg);
	background-repeat:  repeat-y;
  }

/* Contenedor de botones*/
.ContenedorBtn
{
	position:relative;
	text-align:center;
	top:320px;
	width:100%;
	left: 0px;
	height: 43px;
	z-index: 6;

}
/* DIV que contiene el cuerpo del sitio */
.ContenidoPrincipal {
	background-color: #FF0000;
	border: none;
	width: 100%;
	font-size: 24px;
	font-style: italic;
	color: #00FF00;
	text-align: center;
  }

/* DIV que corresponde al encabezado de la hoja */
#Encabezado {
	height:6em;
	width:100%;
	left:0px;
	top:0.5em;
	position:absolute;
	
	text-align:center;
	/*background-image: url(../imagenes/bloque2.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;

  }

/* TABLA ubicada dentro del div Categoriaas */
.producto {
	color: #000099;
	border: thick dotted #00FF00;
	font-size: medium;
	font-weight: bold;
  }

/* DIV del carrusel */ 
#Carousel
{
	
	position:absolute; left:85 px; z-index: 5; top: 135px; width: 648px; height: 61px;
}
#busqueda {
    background-color : #CC0000 ;
  }
 #busqueda2 {
    
    left : 630px;
    position : absolute;
    top : 4em;
    width : 175px;
  }

.panelProducto {
	width : 560px;
	color: #000099;
	border: thick dotted #00FF00;
	font-size: medium;
	font-weight: bold;

  }

.imgCatalogo {
   max-height : 200px;
   max-width : 300px;
  }

.imgIndividual {
    max-width:550px;
  }


#CategoriasDelProducto {
    border-bottom-color : #000000;
    border-bottom-width : 3px;
    border-left-color : #000000;
    border-left-width : 3px;
    border-right-color : #000000;
    border-right-width : 3px;
    border-top-color : #000000;
    border-top-width : 3px;
  }


#CategoriasDelProducto li {
    list-style-type : circle;
  }


#AdmListaProductos td {
    border-color : black;
    border-style : none;
    border-width : 0px;
    padding-bottom : 1px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 1px;
  }


.par {
    background-color : #ccccff;
  }


.non {
    background-color : #ffffcc;
  }
  
  
/* Normal */
.tblCategorias a:link, .tblCategorias a:visited, .tblCategorias a:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
	
}

/* Normal con mouse encima */
.tblCategorias a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
	font-variant: small-caps;
}

/* Categoría seleccionada */
  .tblCategorias .categoriaSeleccionada a:link, .tblCategorias .categoriaSeleccionada a:visited, .tblCategorias .categoriaSeleccionada a:active{
    font-stretch: wider;
    font-weight: bold;
	color:#007777;
  }
.tblCategorias .categoriaSeleccionada a:hover{
    font-stretch: wider;
    font-weight: bold;
	color:#000077;
  }
 
/* 
#contenedor {
  	background-color : #CC0000 ;
	color=#00FF00;
    left : 50px;
    position : absolute;
    top : 4em;
    width : 175px;
  }
 */
  .animacion
  {
  left: 850px;
  top: 10em;
  }
