/*  
Theme Name: Bancaenlace
Description: Bancaenlace CSS
Version: 1.00
Author: Patricio Vidal
Author URI: http://www.block6.cl
*/

/*************************************
 +Containers
 *************************************/
*:first-child+html {
}
*{
margin:0;
padding:0;
border:none;
}

html {
	height: 100%;
}
body{
	border: 0px;
	margin: 0;
	padding: 0;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.231;
	background-color: #ffffff;
}
#wideheader{
	height: 247px;
	background:#ffffff;
}
#header{
	width: 498px;
	margin:0px auto;
	padding: 0px;
	height: 247px;
	overflow: hidden;
}
#header_logo{
	width: 498px;
	padding: 0px 0px 0px 0px;
	margin:0px;
	float:left;
}


#content{
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

#maincontent{
	width: 498px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 13px;

}

.fila_titulo{
	width: 478px;
	height: 26px;
	background-color: #f7f7f7;
	border-top: solid 1px #dfdfdf;
	font-size: 18px;
	font-weight: bold;
	color: #4c4c4c;
	padding: 12px 10px 0px 10px;
}
.fila{
	width: 478px;
	height: 48px;
	border-top: solid 1px #dfdfdf;
	padding: 0px 10px 0px 10px;
}

.pais{
	width: 239px;
	height: 48px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #4c4c4c;
	float: left;


}
.pais p{
	float: left;
	height: 48px;


}
.pais span{
	padding: 24px 0px 0px 4px;
	font-size: 14px;
	font-weight: bold;
	color: #4c4c4c;
	float: left;
}
.pais span a{
	text-decoration: none;
	color: #4c4c4c;
}
.pais span a:hover{
	text-decoration: underline;
	color: #9dce25;
}
