/* mac hide\*/
html, body {height:100%}
/* end hide */


body {
	padding:0;
	margin:0;
	text-align: center;
	min-width: 840px; /* for mozilla*/
	/*background-color: #B7C5CE;*/
	color: #414040;
	font-family: Verdana,arial;
	background-color: #666666;
	background-image: url(../img/stripe.png);
	/*background-image: url(../img/fondo.gif);
	background-repeat: repeat-x;*/
}


/* */

h1 {
	font-size: 1.40em;
	letter-spacing:	-0.01em;
	color: #4D4C4C;
}

h2 {
	font-size: 1.05em;
	color: #000;	
}

h3 {
	font-size: 0.95em;
	color: #000;
}

a, a:visited {
  color: #0E5AA1; 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

a:hover, a:active { 
	color: #092EA7;		
    /*background-color: #8AACB3;*/
}

p {
	font-size: 0.9em;
	line-height: 130%;
}


/* */

.small {
	font-size: 0.7em;
}

.bold {
	font-weight: bold;
}

.bottomLine {
	border-bottom: 1px solid #778B98;	
}


/* */

input,textarea {
	border:	1px solid #000;
}

input.button {
   background-color: #E2E2E2;
   margin-top: 5px;
}





#outer{
	min-height: 100%;
	width: 930px;
	border-right: 1px solid #998585;
	border-left: 1px solid #998585;
	text-align: left;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	background-color: #fff;
}
 
* html #outer{height: 99.9%;} /*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/
#header {
	min-height: 80px;
	position: relative;
	text-align: center;
}
* html #header{height: 90px}

#left {
	position: relative; /* ie needs this to show float */
	width: 250px;
	float: right;
	padding: 5px;
}
#left p {padding: 2px}

#footer {
	width: 100%;	
	clear: both;
	height: 50px;
	color: #000000;
	text-align: center;
	left: 0;
	bottom: 0;
	/*position: absolute;*/
	font-size: 0.7em;
}
* html #footer {/*only ie gets this style*/
	\height:52px; /* for ie5 */
	he\ight:50px; /* for ie6 */
	/*margin-bottom: -20px;*/
}
div,p  {margin-top: 0} /* clear top margin for mozilla */

#content {
	width: 600px;
	float: left;
	padding-right: 10px;
	padding-bottom: 30px;
}
#content p {padding-left:3px;line-height: 150%;}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */


/* */

#search-nav {
	float: right;
	margin: 20px 10px 0 0;
}


/* */

#nav {
	margin: 0px auto 0px auto;
	margin-bottom: 30px;
	background-color: #767570;
	height: 29px;
}


#nav ul {
	margin: 0;
	padding: 0.3em 0.5em;
	list-style-type: none;
}
			
#nav ul li {
	border-right: 1px solid #e2e2e2;
	display: inline;			
}
			
#nav a {
	color: #fff;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}

#nav a:hover {
	background-color: #D08F33;
	text-decoration: underline;
}

/* */

#nav2 {
	background-color: #4386A5;
	border: 1px solid #367795;
	height: 250px;
	width: 250px;
}


/*#nav, #nav .sb-inner { background-color: #5C5850; }*/
#nav, #nav .sb-inner { background: #414B55 url(../img/fondo-header.jpg) repeat-x; }
#nav .sb-border { background: #41474D; }

#content, #content .sb-inner { background-color: transparent; }
#content .sb-border { background: #e2e2e2; }

#nav2 ul {	
	list-style-type: none;
	padding: 0;
	margin: 0.5em auto 0.5em 0.2em;
}
			
#nav2 ul li {
	/*border-right: 1px solid #666666;*/
	/*display: inline;	*/	
	padding-top: 5px;
}
			
#nav2 a {
	color: #fff;
}

#nav2 a:hover {
	color: #000;
	background-color: #4386A5;
}




/* */

ul.normal {
	list-style-type: square;
	font-size: 0.9em;
}
			
ul.normal li {
	padding: 0.6em 0;
}

/* Alpha list */
#list {
	/*width: auto;*/
	width: 600px;
	height: 23px;
	padding: 0 0 0 0; /*top right bottom left*/
	border: 1px solid #000;
	background-color: #FFF;
}


/* Tablas */

table.bancos {
	border: 1px solid #666666;
	width: 85%;
	border-collapse: collapse;
}

tr.bancos-title {
	background-color: #ccc;
}

tr.bancos-info {
	background-color: #EDE8E8;
}

table.bancos td {
	border: 1px solid #000;
	padding: 0.3em;
}


