/* CSS Document */

html, body, ol, ul, li, dl, dt, dd, img {
  margin: 0; 
  padding: 0;
  border: 0;
  list-style: none;
}

body {
  padding: 0 340px; /* the critical side padding that sets the natural min-width! */ 
	background: url(../imagenes/fondo.gif); /* this BG tiles the area outside the columns */
	color: #000; 
  font-family: arial, sans-serif, helvetica;
  font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
  text-align: center; /* centers the #sizer element in IE5.x/win */
}

#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 60%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
	max-width: 120px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -335px; /* neg side margin values should be < or = to side body padding */
	min-width: 670px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative; /* makes #expander visible outside #sizer in IEwin */
} 

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 


#wrapper1 {
	background: #FFF; /* this BG tiles the left column */
	font-size: 12px; /* set global font-size here */
	position: relative;
	border-top: 3px solid #3279B9;
	border-bottom: 3px solid #F4CA40;

} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
	background: #FFF; /* this BG tiles the right column */
}


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */

.outer {
  background: #FFFFFF; /* this BG tiles the center column */
  border-left: 2px solid #FFF; /*** Critical left divider dimension value ***/
  border-right: 2px solid #FFF; /*** Critical right divider dimension value ***/
  margin-left: 150px;    /*** Critical left col width value ***/
  margin-right: 120px;    /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  width: 100%;
  margin: 0 -1px 0 0;
}

.center {
  float: right;
  width: 99%;
  position: relative; /* Needed for IE/win */
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 153px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
  margin-left: -151px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
	float: right;
	position: relative; /* Needed for IE/win */
	width: 123px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
	margin-right: -121px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/

}

.centerbox {
  font-weight: bold;
  ext-align: justify;
  verflow: visible;
  idth: 100%;
}

.container-left {
  margin-right: 4px; /*** Critical left divider dimension value ***/ 
  color: #001533;
}

.container-right {
	margin-left: 4px; /*** Critical right divider dimension value ***/
	color: #000033;
	padding-bottom: 0; /* makes room for the froggy */
	text-align: center;
}

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */



/*************** Header and Footer elements *****************/


.header {
  width: 100%;
  color: #b33;
  padding: 0;
  background: url(../imagenes/logo01.jpg) no-repeat;
  background-color:#F4CA40}

/*\*/
* html .header {background-position: 0px 0px;}
/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

.header span {color: #373;} 

.footer {
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	color: #944;
	clear: both;
	padding: 5px 0 5px;
	position: relative;
	background: url(../imagenes/fondobase.gif);
	background-color: #3275B9;
	border-bottom: 2px solid #D3393B;
}

.footer p {
	margin: 0;
	color: #FFF;
	text-align: right;
}

.footer hr {
  color: #CF3535;
	margin: 0;
	background: #CE3C3F;
	height: 5px;
}

.froggy {
position: absolute;
top: -65px;
right: -10px;
}


/************** Spacing controls for various column contents ***************/

.textpadder {padding: 5px;}


/************** Generic Rules *************/

a {
	color: #A6CAD9;
	vertical-align: bottom;
	text-decoration: none;
}

p  {
	margin: 2px 0;
	font-size: 11px;
	line-height: 14px;
}

h1 {margin: 7px 0 1px 8px;}

h2 {
  font-size: 11px; 
  text-align: center; 
  padding: 2px 0; 
  margin: 0; 
  color: #eec;
  font-family: arial, sans-serif, helvetica;
}

.centerbox h2 {color: #500;}

.left h2 {
	background-image: url(../imagenes/fondobase.gif);
	color: #FFF;
	margin-left: -1px;
}

h3 {
	margin: 0;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 2px 2px 2px 10px;
	background-image: url(../imagenes/fondobase.gif);
}

h3, h4 {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(../imagenes/fondobase.gif);

}

h4 {
	padding: 2px 2px 2px 5px;
	margin: 0;
}

h5 {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(../imagenes/fondobase.gif);
	padding: 2px 2px 2px 5px;
	margin: 30px 0 10px;
}

h6 {
	padding: 10px 2px;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3377B8;
}

.azul {
	font-size: smaller;
	color: #3377B8;
}

.azul_A {
	font-size: larger;
	color: #3377B8;
	font-weight: bolder;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.azul_I {
	color: #255585;
	font-weight: normal;
	font-style: italic;
}

.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: 10px;}

.lista {
	font-size: 11px;
}

/************** Fancy Nav Buttons *************/

.sidenav {
	margin: 0px;
}

.sidenav, .sidenav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidenav li a {
	border: 0;
	color: #005;
	text-decoration: none;
	background: #F4CA40;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 5px 0 5px;
	white-space: nowrap;
}

.sidenav li a:hover, .sidenav li a:active {
	background: #3778B8;
	color: #FFFFFF;
}

/************** links izquierdos *************/

.linkizq {
	margin: 0;
}

.linkizq, .linkizq li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-bottom: 0px;
}

.linkizq li a {
	margin: 0 0 0 -1px;
	border: 0;
	padding-bottom: 0px;
	color: #3A75BB;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	display: block;
	text-align: right;
	font-weight: bold;
}

.linkizq li a:hover, .linkizq li a:active {
	background: url(../imagenes/fondo.jpg);
	color: #FFFFFF;
}

/************** links centrales *************/

.linkmedio {
	margin: 0;
}

.linkmedio, .linkmedio li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.linkmedio li a {
	margin: 0;
	border: 0;
	color: #3777B5;
	text-decoration: none;
	background: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0 5px 0 5px;
	white-space: nowrap;


}

.linkmedio li a:hover, .linkmedio li a:active {
	background: url(../imagenes/fondo.jpg);
	color: #FFFFFF;
}

.elegir {
	text-align: right;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 90%;
}

.elegir tr {
	text-align: right;
	vertical-align: top;
}

.elegir td {
	text-align: right;
	vertical-align: top;
}

/************** link derecha *************/

.linkder {
	margin: 0;
}

.linkder, .linkder li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-bottom: 0px;
}

.linkder li a {
	margin: 0 0 0 -1px;
	border: 0;
	padding-bottom: 0px;
	color: #3A75BB;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	display: block;
	text-align: center;
	font-weight: bold;
}

/*
.linkder li a:hover, .linkder li a:active {
	background: url(../imagenes/fondo.jpg); 
	color: #FFFFFF;
}
*/

/************** link registro *************/

.registra {
	margin: 0;
}

.registra, .registra li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-bottom: 3px;
}

h2.registra, a.registra, a.registra li {
	margin: 0 0 0 -1px;
	border: 0;
	padding-bottom: 3px;
	color: #036;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
	display: block;
	text-align: center;
	font-weight: bold;
/*	background-color:#F4CA40; */
}

h2.registra {
	background-color:#F4CA40;
}

a.registra:hover{ /*hover background color*/
background-color: #3279B9;
color: white;
}

form.registra {
	padding-bottom:2px;
	margin-bottom:2px;
	margin-top:2px;
}

/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

img {max-width: 100%;} 
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */


/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -4px;}
/* */

.left {margin-right: -1px;}

.right {margin-left: -1px;}
 
/*\*/
* html .left {margin-right: -2px;}
/* */

/*\*/
* html .centerbox .textpadder {padding: 8px 5px 8px 8px;}
/* IEwin produces extra space to the right of the justified text, and this fudges it away */



/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.clicker {
  display: block;
  text-align: center; 
  padding: 3px; 
  background: #833; 
  cursor: pointer;
	margin: 5px;   
}

.hide {display: none;}

/**************** <div> con scroll *******************/

#rola {
	height: 320px;
	overflow:auto;
}

#rola2 {
	height: 380px;
	overflow:auto;
}

#rola3 {
	height: 275px;
	overflow:auto;
}

#rola4 {
	height: 240px;
	overflow:auto;
}