﻿/*********************************************************
   HTML Elements
 *********************************************************/

html {
  height: 100%;
}

body {
	text-align: left;
	background: url("../escolares/images/bg/light_body.gif") repeat-y;
	color: #555;
	font-family: Arial, Helvetica, sans-serif, "Lucida Grande CE";
	font-size: 11px;
	font-weight: normal;
	line-height: 19px;
}


/* Headers */
h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h5 {
  margin: 0 0 10px 0;
  padding: 0;
}


h4 {
  margin: 0 0 10px 0;
  padding: 0;
}


h3 {
  margin: 0 0 10px 0;
  padding: 0;
}


h2 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
	padding-bottom: 0.2em;
	color: #2988B3;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #C2E4E4;
	float: left;
	width: 100%;
}

h2 {
  font-size: 1.2em;
  color: #586B7A;
}

h3 {
  text-transform: capitalize;
  font-size: 1.2em;
  color: #353E47;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}


/* Needed to horizontally pad in a coloured container */
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


.horzPad h5 {
  padding-left: 5px;
  padding-right: 5px;
}


.horzPad h4 {
  padding-left: 5px;
  padding-right: 5px;
}


.horzPad h3 {
  padding-left: 5px;
  padding-right: 5px;
}


.horzPad h2 {
  padding-left: 5px;
  padding-right: 5px;
}


.horzPad h1 {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links */
a {
	text-decoration: underline;
	color: #3B5D77;
}

a:hover {
	color: #00CCFF;
	text-decoration: underline;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}

/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
	margin: 5px 10px 10px 0;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #9DDCEC;
}
img.floatLeft2 {
	margin: 5px 10px 10px 0;
	border: 5px solid #66CC00;
}

/* Lists */
ul li {
  list-style-image: url("../escolares/images/bg/submenu1.gif");
}

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}



/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}



/**************************************************************
   Form Elements
 **************************************************************/
/* 
 wFORMS 2.0 Stylesheet - Time-Track Theme v3 - Aug. 2006
 See http://www.formassembly.com/wForms
 
 To be used along with wforms-jsonly.css
 This stylesheet and the associated images are Copyright (c) 2005 Cedric Savarese (http://www.4213miles.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/
 
form {
	padding: 10px;
}
/* Form Sections ======================================================================== */
/* Fieldset  */

fieldset {
	margin: 20px 0;
	padding: 15px 10px;
	border: 3px double #ccc;
	background-color: #FFF;
	overflow: auto;
}
legend {
	padding: 2px 5px;
	/*color: #9DCB99;*/
	font-weight: normal;
}
/* Nested Fieldset  */
fieldset fieldset  {
	background-color:#FFF;
	border: 1px solid #ccc;
}
fieldset fieldset legend {
	font-size: 90%;
}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;	
}
/* Grid Section */
/*form table {
	border-collapse: collapse;
}
*/
form td {
	padding: 0 4px;
	/*border-left: 1px solid #9DCB99;
	border-right: 1px solid #9DCB99;* /
}
form th {
	padding: 0 4px;
}
form .alternate-1 {
	background-color:#DDF0DD;
}
form .alternate-1 td {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	
}
form .alternate-0 {
}

/* Combo Label + Input Field =========================================================== */

form .inlineSection .oneField {
	padding: 0;
	margin-right: 4px;
	white-space: nowrap;	
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 	
}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {	
	color: #333;
	margin: 0;
}
/* Text inputs / Select label */
label.preField {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	border-bottom: 1px dotted #aaa;
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0.5em 0;
	padding: 0 2px;
	border-bottom: 1px dotted #aaa;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 8px 0 2px;
	font-size: 90%;
}
/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 4;
	margin-left: 0px;
}
input[type=text], input[type=password] {
}
select {
	padding: 0;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 5;
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}

/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 20px 0 10px 0;	
}
/* Submit button */
form .primaryAction {
	padding: 4px 15px;
	font-weight: bold;
}
/* Cancel button */
form .secondaryAction {
	padding: 4px 15px;
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}
/* Separador */
form .separadorvertical {
	color: grey;
	width: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
}


/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
	font-style: normal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
form .field-hint {
	float: right;
	clear: right;
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	margin: 2px 0 7px 0;
	padding: 2px;
	font-size: 85%;
	min-height: 2em;	

}
/* Field-Hint without focus */
form .field-hint-inactive {
	float: right;
	clear: right;
	color: #666;
	border: 1px solid #E4E3D3;
	background-color: #FFFFFF;
	margin: 2px 0 7px 0;
	padding: 2px;
	font-size: 85%;
	min-height: 2em;	

}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
}
div.removeable {
	margin: 3px 0;
	padding-right: 6px;	
	border: 1px dotted #ccc;
	background-color: #F3F3F3;
	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
}
form .removeLink {
	line-height: 260%;
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an,
.onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar,
.onstate-as, .onstate-at, .onstate-au, .onstate-av,
.onstate-aw, .onstate-ax, .onstate-ay, .onstate-az {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */


 
/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
	width: 300px;
	border-left-width: 1px;
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
form .inlineSection .oneField {
	display: expression('inline-block');		
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('9em');
}
/* Texto Form */
.textoform {
	color: #2887B4;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* buscador */
.buscador {
	color: #2887B4;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 303px;
	float: right;
	margin-top: 2px;
	height: 43px;
	padding-top: 0px;
	background-image: url("../escolares/images/homebuscador_r3_c5.gif");
	background-repeat: no-repeat;
	background-position: right;
	margin-left: 0px;
	
}

