/*
	FFDAB5 - AA2727
	FF4A03 - AA2727
*/

body
{
	text-align:center;
	background-color:#AA2727;
}
.cuerpo textarea
{
	width:300px;
	height:200px;
}
#login
{
	width:250px;
	height:100px;
	
	background-color:#F9F9F9;
	color:#AA2727;
	font-family:Arial, Helvetica, sans-serif;

	position:absolute;	
	margin-top:-50px;
	margin-left:-125px;
	top:50%;
	left:50%;
	
}
#login table{margin: 5px 5px 5px 5px; text-align:left;}
#boton_eliminar
{
	background-image:url(img/boton_eliminar.gif);
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	border-style:none;
	width:16px;
	height:16px;
	cursor:pointer;
}
#boton_editar
{
	background-image:url(img/boton_editar.gif);
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	border-style:none;
	width:16px;
	height:16px;
	cursor:pointer;
}
#menu
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	font-weight:bold; 
	margin-left: -330px;
	margin-right:auto;
	margin-top: 30px;
	text-align:center;
	width:670px;
	clear:none;
	z-index:2;
	top:2%;
	left:50%;
	position:absolute;
	
}
#menu ul
{
	padding: 0;
	margin:0;
	list-style:none;
}
#menu h4
{
	margin:0;
	padding:0;
	color:#CCCCCC;
	width:160px;
	font-size:12px;
	display:block;
}

#menu li /* estilo de los elementos de lista */
{	
	background-color:#AA2727;
	color:#FFFFFF;
	float:left;
	position:relative;
	width:160px;

}

#menu a
{
	background-color:#AA2727;
	width:150px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
#menu a:hover
{
	color:#000000;
}
#menu li ul /* estilo de la lista de opciones */
{
	display:none;
	position:relative;
	top: 0px;
	left:0px;
}
#menu li > ul /* Necesario por IE. */
{
	top:auto;
	left:auto;
}
#menu li:hover ul, #menu li.over ul /* Mostrar/ocultar elementos del menu */
{
	display: block;
	padding-bottom:2px;
}
#menu #opciones li /* estilo de las opciones individuales del menu */
{
	width:auto;
	border-width:0;
	border-style:none;
	margin-left:0px;
	
}
#menu li ul li
{
	padding-bottom:5px;
}
#menu #opciones a 
{
	text-decoration:none;
	display:block;
	width:150px;
	border-width:0;
	border-style:none;
	margin-left:2px;
	padding-bottom:2px;
	
}
#menu #opciones a:hover
{
	color:#000000;
}
.cuerpo
{
	margin-top: 10px;
	text-align:center;
	background-color:#FFFFFF;
	border-color:#7A1B1B;
	border-style:solid;
	border-width:thin;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
.cuerpo img
{
	border-style:none;
}
.cuerpo table
{
	background-color:#F9F9F9;
	color:#000;
	font-weight:bold;
	width:650px;
	text-align:center;
	margin-bottom:20px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
}
.cuerpo table td
{
	height:50px;
}
.cuerpo table th
{
	background-color:#AA2727;
	color:#FFFFFF
}
.cuerpo table textarea
{
	width:300px;
	height:200px;
}
.cuerpo table input
{
	width:250px;
}
.cuerpo table img
{
	margin: 3px 0px 3px 0px;
}
.cuerpo select
{
	font-family:Arial, Helvetica, sans-serif;
	z-index:inherit;
	margin: 20px 20px 0px 0px;
}
.cuerpo .titulo_categoria
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	background-color:#AA2727;
	color:#fff;
	margin-top:70px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:650px;
}