/*

Stanford Bank Colombia
Main CSS
Todos los Derechos Reservados, 2007

---------------------------------- */

body {
  margin: 0;
  padding: 0;
  
  /* font-family: Georgia, "Times New Roman", Times, serif;  Fonts de Venezuela */
  font-family: Tahoma, Verdana, Arial, sans-serif;
  
  
  font-size: 0.8em;
  
  color: #333;
  background-color: #fff;
  
  text-align: center;
}





h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.3em 0;
  padding: 0;
}

h3 {
 font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}


h5, h6 {
  font-size: 1em;
}


ul li, ol li {
  margin-bottom: 5px;
}





a {
  color: #9C5708;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}



.clear {
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
  display: block;
  margin: 0; padding: 0; border: 0;
}









#container {
 width: 900px;
 
 margin: 0 auto;
 padding: 0;
 /*border-left: 4px solid #ececec;
 border-right: 4px solid #ececec;*/
 
 text-align: left;
 
 background-color: #fff;
}







/* Header
---------------------------------- */

#header {
  position: relative;
  
  height: 90px;
  
  background-color: #fff;
}


#header h1 {
  position: relative;
  
  margin: 0;
  padding: 0;
}

#header h1 a {
  position: relative;
  
  width: 202px;
  height: 37px;
  
  margin: 38px 0 0 21px;
  padding: 0;
  
  background-image:url(../images/logo.gif);
  background-repeat: no-repeat; 
  
  float: left;
}


#header h1 span {
  display: none;
}











#language {
 position: relative;
 width: auto;
 
 margin: 10px 30px 0 0;
 padding: 0;
 
 color: #744217;
  
 list-style-type: none;

 font-size: 0.9em;
 
 float: right;
 
 display: none;   /* No va en dos idiomas por ahora */
}


#language li {
  margin: 0;
  padding-right: 10px;
  
  color: #ccc;
  
  display: inline;
}

#language li+li {
 padding: 0;
}

#language a {
  color: #46433a;
}


#language:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}








#header #slogan {
  position: relative;
  width: auto;
  
  /* margin: 32px 30px 0 0;   Este es el margin si se muestra el menu de idiomas */
  margin: 54px 30px 0 0;
     
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1.15em;
  
  color: #333;
  
  clear: right;
  float: right;
}













/* Navigation
---------------------------------- */

#navigation {
  margin-top: 2px;
  background-color: #36332c;
  
  clear: both;
}








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

#photo {
  width: 175px;
  
  margin: 2px 20px 2px 0;
  
  float: left;
}



#home #photo {
  display: none;
}















/* Content
---------------------------------- */

#content {
 width: 650px;
 
 padding: 20px 0;
 
 text-align: justify;
 
 float: left;
}



#home #content {
  width: 760px;
  
  padding: 0;

  clear: both; 
  float: none;
}



#home #content img {
  margin: 0;
  padding: 0;
  border: 0;
}


#content h2 {
  font-size: 2.4em;
}

#content h2, #content h3, #content h4 {
  font-weight: normal;
}



#content p {
  margin-top: 0;
  line-height: 1.5;
}


#content ul { 
  padding-left: 25px;
  list-style-type: circle;
}


#content ul li #content ol li { 
  margin-left: 5px;
  padding-left: 5px;
}



#content ol, #content ul {
  line-height: 1.3;
}


#content ol li ol, #content ul li ul {
  margin-top: 5px;
}



#content a {
  color: #9C5708;
}




#fotos-home {
  position: relative;
  z-index: 2;
}







/* Tablas de Productos
---------------------------------- */

.tabla_productos {
  width: 95%;
  border: 0;
}

.tabla_productos th {
  color: #FFFFFF;
  background-color: #46433a;
  
  text-align: center;
}

.tabla_productos td {
   color: #000;
   background: #eee;
}

.tabla_productos th, .tabla_productos td  {
  padding: 4px;
  
  vertical-align: top;
  
  font-size: 11px;
  line-height: 1.2;
}


.tabla_productos tr.alternate_row td {
	color: #000;
	background: #D4D4D4;
}

.pieCartera {
  margin: 8px 0 0 10px;
  
  font-size: 0.6em;
  line-height: 1.0;
  
  float: left;
}


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

#sidebar {
  width: 175px;
  
  margin: 2px 0 2px 20px;
    
  background-color: #e4dfcc;
  
  float: right;
}



#home #sidebar {
  display: none;
}
*/




/* Mapa del Sitio
---------------------------------- */

#mapa ul.list {

  color: #3d0101;
}

  


/* Footer
---------------------------------- */

#footer {
 height: 110px;
 
 margin: 0;
 padding: 20px 0;
 
 color: #474338;
 /*background-color: #3d0101;  Rojo Vino */
 background-color: #fff;
 
 clear: both;
}



#footer h2 {
 margin: 6px 0 0 10px;
 padding: 0;
 
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 1.2em;
 font-weight: normal;
/* 
 background-image: url(../images/imagenFooter.jpg);
 background-repeat: no-repeat;
 background-position: left top;
*/
 
 display: inline;
 
 float: left;
}






#footer hr {
  height: 8px;
  
  margin: 11px 0 0 0;
  padding: 0;
  border: 0;
  
  color: #47433a;
  background-color: #47433a;
  
  clear: both;
}




#footer p {
  margin: 10px 0 0 10px;
  
  font-size: 0.8em;
  line-height: 1.3;
  
  float: left;
}



#footer p a {
  color: #474338;
  text-decoration: underline;
}






#footer ul {
  margin: 10px 30px 0 0;
  padding: 0;
  
  list-style-type: none;
  float: right;
  
}


#footer ul li {
  margin: 0 6px 0 0;
  padding: 0; 
  
  display: inline;
}


#footer ul li a {
  color: #474338;
  
  font-size: 0.8em;
}


