/*-----------------------------------------------------*/
/*------------- RESETEAR CSS --------------------------*/
/*-----------------------------------------------------*/

 * { margin:0;
     padding:0;
	 border:0; 
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
   }
   
  


/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------- PRINCIPAL-------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/


body,html {
       font-family: Tahoma, "Times New Roman", serif;
		font-size: 12px;
		color: white;
       	margin: 0px;
		padding: 0px;
		
     }
	
body {
	font: 76% Tahoma;
	text-align:center;
	background-color: black;
	height: 100%;
}


/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------- CABECERA -------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/


.cabecera {
    width: 100%;
	background-color: #000000;
	font-size:12px;
	font-family: Tahoma;
	
	
}
	
.cabecera img {
   padding: 5px 5px 5px 20px;
}


.cabecera A:link {
  color: #FF9933;
   text-decoration: none;
   font-weight : bold;
 }
	 
.cabecera A:visited {
   color: #FF9933;
   text-decoration: none;
   font-weight : bold;
 }
 
.cabecera A:hover {
  color:   #00FFFF;
  text-decoration: none;
  font-weight : bold;
 }


  
/*--------------------------------------------------------*/
/*---------------------    MENU       --------------------*/
/*--------------------------------------------------------*/               
  
 #menu {
	list-style:none;
	margin:0;
	padding:0;
	font-family : Tahoma;
	font-weight : normal;
}
 
 #menu li {	
     margin:2px;
	 padding:0;
	 float:right;
 }

 #menu li a {	
     display:block;
	 width:100px;	
	 padding:4px 0;	
	 text-decoration:none;
	 text-align:center;
	 font-size:12px;
	 color:#FFFFFF;
	 background-color:#303030;
	 }
	 
 #menu li a:hover {
 	color:#000000;
	background-color: #FFCC00;

}
/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*--------    PAGINA  PAGINA PRINCIPAL       -----------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/	
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/

#contenedor {
	
	margin: 0 auto;
    width: 70%;
   	background-color: #000000;
	
		 
}

/*-------------------------------------------------------*/
/*--------  TITULO POST, IMAGEN CENTRAL      ------------*/
/*-------------------------------------------------------*/

.relleno {
   width: 100%;
   background-color: #000000;
   padding-bottom: 500px;
 }

 .datoserror {
   margin: 0 auto;
   text-align: center;
   color: #FF0000;
   font-weight : bold;
   font-size : 16px;
   padding-top: 100px;
   padding-bottom: 10px;
   
 }
 .datos {
	font-family: Tahoma;
	font-size: 14px;
	font-weight : bold;
	background-color: #000000;
	color: #FFFFFF;
	text-align : right;
	padding-right : 10px;
	padding-bottom: 10px;
}

.datos input { 
  border: #FF0000;
  border-style: solid; 
  border-top-width: 1px;
  border-right-width: 1px; 
  border-bottom-width: 1px;
  border-left-width: 1px;
 }
 
 .literal {
	font-family: Tahoma;
	font-size: 20px;
	background-color: #000000;
	color: #FF9900;
	text-align : right;
	padding-bottom: 5px;
	padding-right : 10px;
	font-weight : bold;
}


/*-------------------------------------------------------*/
/*--------  ACCIONES                         ------------*/
/*-------------------------------------------------------*/


.acciones {
  font-size : 12px;
  color: #FFFFFF;
  text-align: left;
  padding-left: 25px;

}

.acciones A:link {
  color: #FF9933;
  text-decoration: none;
  font-weight : bold;
 }
	 
.acciones A:visited {
   color: #FF9933;
   text-decoration: none;
   font-weight : bold;
 }
 
.acciones A:hover {
  color:   #00FFFF;
  text-decoration: none;
  font-weight : bold;
 }


/*-------------------------------------------------------*/
/*--------  PARA ASIGNACAT                         ------------*/
/*-------------------------------------------------------*/


  .muestraIDsinflotar {
	font-size : 12px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	float:bottom;
	 
	
}
  
  .muestraIDsinflotar img {
  width: 75px;
  height: 50px; 
  }
  
   .muestraIDsinflotar select {
   font-family: Tahoma;
   font-size: 12px;
   border: 2px;
   
  }
  .muestraIDsinflotar input {
   font-family: Tahoma;
   font-size: 12px;
   border-style: solid; 
   border-top-width: 1px;
   border-right-width: 1px; 
   border-bottom-width: 1px;
   border-left-width: 1px;
   
  }
  
.vuelvemenu{
   margin: 0 auto;
   text-align: center;
   color: #00FF00;
   font-weight : bold;
   font-size : 16px;
   padding-top: 100px;
   padding-bottom: 10px;

}

.vuelvemenu A:link {
  color: #FF6600;
  text-decoration: none;
  font-weight : bold;
 }
	 
.vuelvemenu A:visited {
   color: #FF6600;
   text-decoration: none;
   font-weight : bold;
 }
 
.vuelvemenu A:hover {
  color:   #00FFFF;
  text-decoration: none;
  font-weight : bold;
 }
  
  
  /*-------------------------------------------------------*/
/*--------  PARA ANYADECAT                         ------------*/
/*-------------------------------------------------------*/


.anyadirunacategoria {
  font-family: Tahoma;
  font-size: 12px;
  color: #FFFFFF;
  padding-bottom: 5px;
  text-align: left;
  padding-left: 20px;

}

.anyadirunacategoria input {
  border: #FF0000; 
  border-style: solid; 
  border-top-width: 1px;
  border-right-width: 1px; 
  border-bottom-width: 1px;
  border-left-width: 1px;
 
  
}

.titulotodascategorias {

font-family: Tahoma;
font-size: 16px;
font-weight: bold;
text-align: left;
padding-left: 5px;
padding-bottom: 20px;
color: #FFFFFF;
}