/* Definición de Identificadores */
body
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-x
}

a
{
	color: #664800;
	padding: 0.2em;
	font-weight: bold;
}

a:hover
{
	color: #f0a45a;
	padding: 0.2em;
	font-weight: bold;
}

div
{
	/*border: 1px solid red;*/
}

.warnError
{
	width: 80%;
	margin: 0.5em;
	padding: 0.5em;
	border: 1px solid #FFF0F0;
	background-color: #FFCCCD;
	font-weight: bold;
}

#contenedor_principal
{
	/*border: 1px solid red;*/
	width: 800px;
	margin: 0 auto 0 auto;
}

div[id] #contenedor_principal
{
	height: auto;
}

/* HEADER CONTAINER STYLES */
#contenedor_cabecera
{
	text-align: right;
	margin-top: 1em;
	margin-bottom: auto;
	margin-right: 1em;
	margin-bottom: auto;
}

/* LOGO STYLES */
#logo
{
}

#outer_contenedor_principal
{
	margin-top: 60px;
}

#contenedor_contenido_pagina
{
	width: 100%;
	margin: 60px auto;
	text-align: left;
	max-width: 1024px;
}

#sidebar
{
	/*border: 1px solid blue;*/
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
}

#sidebar-content
{

	margin: 0;
	padding: 0.5em 1em;
}

#main
{
	/*border: 1px solid red;*/
	margin:0 0 0 180px;
	padding: 0;
}

#main-content
{
	margin: 0;
	padding: 0.5em 1em;
	font-size: 100%;
}
	  
hr.cleaner
{
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}

/* LOGIN FORM STYLES */
#login_form
{
	width: 80%;
	margin: 0 auto 0 auto;
}

#login_form fieldset
{

}

#login_form legend
{

}

#login_form h3
{
	color: #c67729;
	border-bottom: 2px solid #c67729;
}

#login_form dt
{
	font-weight: bold;
	float: left;
	width: 140px;
	text-align: right;
}

#login_form dd
{
	margin-left: 125px;
}

/* FORGOT FORM STYLES */
#forgot_form
{
	width: 80%;
	margin: 0 auto 0 auto;
}

#forgot_form h3
{
	color: #c67729;
	border-bottom: 2px solid #c67729;
}

/* MENU PRINCIPAL */
#user_tasks
{
	/*height: 25px;*/
	margin-top: 23px;
	/*margin: 3em 0;*/
	padding: 0 1em;
	/*border-bottom: 1px solid black;*/
}

div.outer
{
	float: left;
	width: 150px;
	height: 25px;
	margin: 0 3px 0 0;
	background: url(../images/menu_bg.gif) 0 -50px no-repeat;
}

div.outer a
{
	display: block;
	margin: 0;
	padding:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*font: bold 13px/1;*/
	/*color: #039;*/
	text-decoration: none;
	background: url(../images/menu_bg.gif) top left no-repeat;
}

div.outer span
{
	display: block;
	margin: 0;
	padding: 7px 0 0 13px;
}

div.outer a:hover
{
	background-image: none;
	/*color: yellow;*/
}

div.outer a:active
{
	color: black;
}

/* MENU */
#user_data
{
	position: relative;
	font-size: 11px;
}

#menu_usuario
{
	position: absolute;
	top: -65px;
}

#user_data ul
{
	margin: 0;
	padding: 0;
}

#user_data li
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

/* RESULTADOS -- STYLE */
#resultados_nombres
{

}

#resultados_nombres select
{
	font-size: 11px;
	background-color: #fae2cb;
}

#resultados_nombres input
{
	font-size: 11px;
}

#resultados_nombres table
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	caption-side: top;
	empty-cells: show;
	table-layout: inherit;
	font-size: 12px;
	border-left: 2px solid #e77817;
	/*border-right: 2px solid #e77817;*/
	/*border-bottom: 2px solid #e77817;*/
}

#resultados_nombres h3
{
	color: #c67729;
	border-bottom: 2px solid #c67729;
}

#resultados_nombres th
{
	background-color: #e77817;
	color: #ffffff;
}

#resultados_nombres td
{
	border-bottom: 1px solid #fae2cb;
}

#resultados_nombres .even
{
	background-color: #fdf1e6;
}

#resultados_nombres .odd
{
	background-color: #ffffff;
}

#resultados_nombres form
{
	margin: 0;
	padding: 0;
}

#resultados_nombres strong
{
	color: #e77817;
	font-size: 14px;
}

.something
{
	font-size: 11px;
	color: black;
}

#resultados_nombres .desc
{
	color: #dda778;
}

#resultados_nombres .title
{
	color: #e77817;
	font-weight: bold;
}

#contenedor_pie_pagina
{
	border-top: 1px solid #ffcfa5;
	margin-top: 6em;
	padding-top: .5em;
	font-size: 11px;
}

#contenedor_pie_pagina em
{
	font-style: normal;
}

#user_admin_tasks
{

}

#user_admin_tasks ul
{
	width: auto;
	margin: 0;
	padding: 0;
}

#user_admin_tasks li
{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	width: auto;
	margin: 0;
	padding: 0;
}

#user_tasks
{
	padding: 0;
}

#user_tasks ul
{
	width: auto;
	margin: 0;
	padding: 0;
}

#user_tasks li
{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	width: auto;
	margin: 0;
	padding: 0;
}
