@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	}

div#contenedor {
	width:750px;
	height: 549px;
	font-size:13px;
	color:#FFF;
	position:relative;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:url(bitmaps/bg.jpg) left top no-repeat;
	}

div#contenedor #info {
	width:441px;
	height:470px;
	position:absolute;
	top:32px;
	left:22px;
	}

#contenedor h1 {
	text-indent:-9999px;
	background:url(bitmaps/h1.jpg) left top no-repeat;
	width:441px;
	height:125px;
	position:absolute;
	left:0;
	}

#contenedor h2 {
	text-indent:-9999px;
	background:url(bitmaps/h2.jpg) left top no-repeat;
	width:363px;
	height:66px;
	clear:left;
	position:absolute;
	top:157px;
	left:41px;
	}

a#cliente_santander { 
	display:inline-block;
	position:absolute;
	height:55px;
	width:209px;
	bottom:170px;
	left:8px;
	text-indent:-9999px;
	background:url(bitmaps/btn_cliente.jpg) left top no-repeat;
	}

a#cliente_santander:hover { 
	background:url(bitmaps/btn_cliente.jpg) left bottom no-repeat;
	}

a#cliente_chile { 
	display:inline-block;
	position:absolute;
	height:55px;
	width:209px;
	bottom:170px;
	right:8px;
	text-indent:-9999px;
	background:url(bitmaps/btn_chile.jpg) left top no-repeat;
	}

a#cliente_chile:hover { 
	background:url(bitmaps/btn_chile.jpg) left bottom no-repeat;
	}

a#no_cliente { 
	display:inline-block;
	position:absolute;
	height:55px;
	width:209px;
	bottom:107px;
	left:122px;
	text-indent:-9999px;
	background:url(bitmaps/btn_no_cliente.jpg) left top no-repeat;
	}
	
a#no_cliente:hover { 
	background:url(bitmaps/btn_no_cliente.jpg) left bottom no-repeat;
	}

a#extranjero { 
	display:inline-block;
	position:absolute;
	height:41px;
	width:225px;
	bottom:45px;
	left:109px;
	text-indent:-9999px;
	background:url(bitmaps/btn_extranjero.jpg) left top no-repeat;
	}

a#extranjero:hover { 
	background:url(bitmaps/btn_extranjero.jpg) left bottom no-repeat;
	}

div#contenedor p {
	position:absolute;
	bottom:0;
	left:85px;
	}

.sucursal {
	color:#cccc99;
	}

#sucursal:hover {
	color:#ffff33;
	cursor:pointer;


