@CHARSET "UTF-8";

div#sfWebDebugBar {
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
}

/* -------------------------------------------------------------------------- 
 * Estilo general
 * -------------------------------------------------------------------------- */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

a {
	text-decoration: none;
	color: #e00;
}

a:hover {
	text-decoration: underline;
}

body {
	color: #666666;
	background: #4F5050;
}

body, p, input, a, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}


/* -------------------------------------------------------------------------- 
 * Layout general
 * -------------------------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#header {
	position: absolute;
	top: 0;
	left: 30px;
	right: 30px;
	height: 196px;
	overflow: hidden;
	z-index: 20;
}

#footer {
	background: url(../images/fondo_pie.gif) top left repeat-x #fff;
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
	height: 51px;
	overflow: hidden;
	font-size: 11px;
	z-index: 20;
}

#sidebar {
	background: url(../images/fondo_submenu.jpg) left top repeat-x #fff;
	width: 202px;
	position: fixed;
	left: 30px;
	top: 196px;
	bottom: 51px;
	overflow: auto;
	z-index: 15;
}

#content {
	position: fixed;
	top: 196px;
	left: 30px;
	right: 30px;
	bottom: 51px;
	background: #fff;
	overflow: auto;
	padding: 20px 20px 20px 222px;
	z-index: 0;
}

/* -------------------------------------------------------------------------- 
 * IE workarounds
 * -------------------------------------------------------------------------- */

* html body {
	background: url(dummy) fixed #4F5050;
	padding: 0px 30px;
}

* html body #wrap {
	height: 100%
}

* html #content-wrap {
	height: 100%;
	background: white;
}

* html #content {
	padding: 216px 20px 51px 222px;
}

* html #footer {
	width: 100%;
	position: absolute;
	left: 30px;
	top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? 
		documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : 
		document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

* html #header {
	width: 100%;
	position: absolute;
	left: 30px;
	top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? 
		documentElement.scrollTop : 
		document.body.scrollTop)
}

* html #sidebar {
	position: absolute;
	top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? 
		documentElement.scrollTop+196 : 
		document.body.scrollTop+196)
}



/* -------------------------------------------------------------------------- 
 * Encabezado
 * -------------------------------------------------------------------------- */

#logobar {
	height: 124px;
	background: url(../images/encabezado.png) top left repeat-x #000;
}

#logobar #logo {
	margin-left: 26px;
}

#topmenu {
	height: 40px;
	color: white;
	padding: 10px;
}

#topmenu * {
	font-size: 11px;
}

#topmenu a {
	color: white;
}

#topmenu ul {
	margin-top: 2px;
	float: right;
}

#topmenu li {
	display: block;
	float: left;
}

#topmenu form {
	float: right;
}

#topmenu label {
	margin-right: 1em;
}

#topmenu .vbar {
	margin-left: 1em;
	margin-right: 1em;
}

#topmenu input {
	width: 7em;
}

#separator {
	background: url(../images/fondo_submenu.gif) top left repeat-x #000;
	height: 24px;
}

#titulo {
	background: url(../images/fondo_submenu2.gif) bottom left repeat-x #fff;
	height: 48px;
}

#titulo img {
	float: left;
}

#titulo h1 {
	float: left;
	display: inline;
	padding-top: 15px;
	padding-left: 10px;
}

#titulo h1, #titulo h1 a {
	font-size: 14pt;
	font-weight: bold;
	color: #585858;
}

#titulo h1 a:hover {
	text-decoration: none;
	color: #e00;
}


/* -------------------------------------------------------------------------- 
 * Pie de página
 * -------------------------------------------------------------------------- */

#footer div {
	padding: 10px;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}


/* -------------------------------------------------------------------------- 
 * Sidebar
 * -------------------------------------------------------------------------- */

#sidebar div {
	padding: 15px;
	font-size: 9pt;
}

#sidebar h1 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 10px;
}

#sidebar li, #sidebar p {
	font-size: 90%;
}

#sidebar li li {
	font-size: 100%;
}

#sidebar a {
	font-size: 100%;
}

#sidebar li {
	margin-left: 15px;
	list-style-type: square;
	color: #f00;
}

#sidebar ul {
	margin-bottom: 15px;
}

#sidebar ul ul {
	margin-bottom: 5px;
}


/* -------------------------------------------------------------------------- 
 * Estilo general del contenido
 * -------------------------------------------------------------------------- */

#content p {
	margin-bottom: 1ex;
}

#content h1 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1.5ex;
	text-transform: capitalize;
}

#content h2 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 1ex;
	margin-top: 2ex;
}

#content table+h2 {
	margin-top: 2ex;
}

#content hr {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 1px;
	background: #ddd;
	border: none;
}

#content ul {
	margin-left: 1.2em;
}

#content li {
	list-style-type: square;
}

#content table {
	background: #fbfbfb;
	border-collapse: collapse;
	border-spacing: 0;
}

#content thead {
	color: #c00;
	border-bottom: 1px solid grey;
	padding: 2px 6px 2px 6px;
	font-size: 110%;
}

#content th {
	padding: 5px 6px 5px 6px;
	text-align: left;
}

#content td {
	padding: 5px 6px 5px 6px;
}

#content input[type="submit"] {
	padding: 1px;
	margin-right: 2px;
	text-transform: capitalize;
}

#content a.command {
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	text-transform: capitalize;
}

#content a.command:hover {
	background: #fbb;
	border: 1px outset red;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

#content .small {
	font-size: 80%;
}

#content .small a {
	font-size: 100%;
}

#content .huge {
	font-size: 140%;
}

#content .huge a {
	font-size: 100%;
}

#content .big {
	font-size: 120%;
}

#content .big a {
	font-size: 100%;
}

#content .message {
	margin-top: 2ex;
	margin-bottom: 2ex;
	padding: 10px;
	border: 1px solid #f88;
	background: #fdd;
}

#content .message p {
	margin: 1ex 1ex;
}

#content .score {
	font-weight: bold;
}

#content .score:after {
	content: " Amps";
}

#content div.frame {
	background: #fafafa;
	padding: 10px;
}

#content div.frame div.subframe {
}


/* -------------------------------------------------------------------------- 
 * Listas
 * -------------------------------------------------------------------------- */

#content table.list {
	width: 100%;
}

#content table.list.narrow {
	width: auto;
}

#content table.list thead {
	background: #fbfbfb;
}

#content table.list thead th {
	color: #d00;
	border-bottom: 1px solid #888;
}

#content table.list tbody tr {
	background: #f2f2f2;
}

#content table.list tbody td {
	border-bottom: 1px dotted #888;
}

#content table.list tbody tr:hover {
	background: #ccc;
}

#content table.list tfoot td {
	border-top: 1px solid grey;
}

#content table.list tfoot th {
	border-top: 1px solid grey;
}

#content table.list tr.self {
	color: #e00;
}

#content table.list tr.bold {
	font-weight: bold;
}

#content table.list .list-title {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #666;
}

#content .list-view table.info {
	width: 100%;
}


/* -------------------------------------------------------------------------- 
 * Vistas de registros
 * -------------------------------------------------------------------------- */

#content div.detail-view {
	background: #fafafa;
	width: 80%;
}
	
#content table.info {
	background: #eaeaea;
	margin-bottom: 1.5ex;
	width: 100%;
}

#content table.info thead tr {
	background: #fbfbfb;
}

#content table.info thead th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #888;
}

#content table.info tr {
	border: none;
	background: #f2f2f2;
}

#content table.info th {
	text-align: left;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 10em;
	width: 25%;
	vertical-align: top;
}

#content table.info td {
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 10em;
	color: black;
}


/* -------------------------------------------------------------------------- 
 * Formularios
 * -------------------------------------------------------------------------- */

#content div.form-view {
	background: #eaeaea;
	width: 80%;
}
	
#content div.form fieldset {
	float: left;
	width: 100%;
}

#content div.form br {
	clear: both;
}

#content div.form {
	margin-bottom: 2ex;
}

#content fieldset {
	padding: 0;
	background: #f2f2f2;
	border: none;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 50%;
}

#content fieldset div.legend {
	color: #d00;
	background: #fbfbfb;
	border-bottom: 1px solid grey;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 5px 5px 6px;
	margin-bottom: 5px;
}

.form-row {
	padding: 3px 6px 3px 6px;
	clear: both;
}

.form-row label {
	width: 10em;
	text-align: left;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.form-row label.noalign {
	float: none;
	display: inline;
	width: auto;
}

.form-row .align {
	margin-left: 10em;
	padding-left: 10px;
}

.form-row .form_error {
	margin-left: 10em;
	padding-left: 10px;
	color: #f00;
}

.wide .form-row label {
	width: 14em;
}

.wide .form-row .form_error {
	margin-left: 14em;
}

.form-row.wide label {
	width: 14em;
}

.form-row.wide .form_error {
	margin-left: 14em;
}

.form-row.narrow label {
	width: 8em;
}

.form-row.narrow .form_error {
	margin-left: 8em;
}

.form-row input[type="text"],.form-row input[type="password"],.form-row select
	{
	padding: 1px;
	border: 1px solid #888;
}

.form-row input[type="checkbox"] {
	margin-top: .9ex;
}

.thumb-row {
	padding: 6px;
}

.thumb-row .thumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;	
}


/* -------------------------------------------------------------------------- 
 * Estilos Específicos
 * -------------------------------------------------------------------------- */

#rules {
	margin-top: 2ex;
	margin-bottom: 2ex;
	padding: 10px;
	background: #ccc;
	max-width: 700px;
}

#content .event {
}

#content .event h1 {
	margin-bottom: 0;
	font-size: 120%;
}

#content .event h1 a {
	font-size: 100%;
}

#content .event h2 {
	font-size: 80%;
	margin-bottom: 4ex;
}

#content .event img {
	float: right;
	margin-left: 1ex;
	margin-right: 1ex;
	margin-bottom: 1ex;
}

#content .twocols .frame {
	margin-left: 0;
	width: auto;
	margin-right: 20px;
}

#content .twocols .subframe {
	float: left;
	width: 49%;
}

.thumb-row br {
	clear: both;
}


