#wrap3 {
	height:396px;
}

#wrap3 div.cont {
	position:absolute;
}

.borderBlue {
	border:1px solid #6987b8;
}

.p1 {
	margin: 4px 0px 0px 12px;
	/* font-family: verdana; --> cambiar fuente si se desea */
	font-size: 12px;
	font-weight: bold;
}

#p2 {
	margin: 20px 0px 0px 6px;
	font-family: verdana;
	font-size: 9px;
	line-height: 15px;
}

#p3 {
	margin: 10px 0px 0px 6px;
	font-family: verdana;
	font-size: 9px;
	line-height: 15px;
}

.title3 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	color: white;
	line-height: 22px;
	vertical-align: middle;
}

.title4 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	color: white;
	line-height: 20px;
	vertical-align: middle;
}

#boxLogin {
	left: 6px;
	top: 11px;
	width: 128px;
	height: 182px;
	background-color: #e2e8f1;
}

#boxClip {
	left: 154px;
	top: 11px;
	width: 640px;
	height: 184px;
}

#boxFunct {
	left: 6px;
	top: 217px;
	width: 128px;
	height: 172px;
	background-color: #eef4e0;
}

#boxSteps {
	left: 154px;
	top: 217px;
	width: 310px;
	height: 172px;
	background: url(../img/LNG_INDEP/index/gradient_blue_etapes_1px.png);
	background-repeat: repeat-y;
}

#boxMeans {
	left: 486px;
	top: 217px;
	width: 307px;
	height: 22px;
	border:1px solid #6987b8;
}

#boxTel {
	left: 486px;
	top: 247px;
	width: 95px;
	height: 142px;
}
#boxPhone {
    left: 486px;
    top: 247px;
    width: 95px;
    height: 142px;
}

#boxSms {
	left: 592px;
	top: 247px;
	width: 95px;
	height: 142px;
}

#boxEmail {
	left: 698px;
	top: 247px;
	width: 95px;
	height: 142px;
}

#boxSteps ul {
	margin: 0px; /* sin margen con respecto a su contenedor */
	padding-left: 25px; /* separación entre el borde izquierdo del <UL> y sus <LI> */
}

#boxSteps ul li {
	padding-left: 10px; /* corro hacia la derecha el texto del <li> para separarlo de su imagen (round.gif) */
	/* font-family: verdana; --> cambiar fuente si se desea */
	font-size: 11px;
	list-style-type: none;
	background: url(../img/LNG_INDEP/index/round.gif) no-repeat scroll 0px 5px; /* no utilicé list-style-image porque quedaba desalineada verticalmente */
}

#btnDemo {
	margin: 25px 0px 0px 6px;
}

#btnDemo:hover {
	background: url(../img/LNG_INDEP/common/button_enter_green_down.png) no-repeat;
}

#btnEnter {
	margin: 10px 0px 0px 0px;
}

/* El hover funciona en FF y en IE7; en IE 6 y anteriores, sólo funciona para el tag <A>. */
#btnEnter:hover {
	background: url(../img/LNG_INDEP/index/button_enter_blue_down.png) no-repeat;
}

.txt1 {
	font-family: verdana;
	font-size: 9px;
}

#boxLogin a {
	color: black;
	text-decoration: none;
}

#boxLogin a:hover {
	font-weight: bold;
}

.linkBox {
	display: block; /* necesario para que en FF el <A> ocupe todo el <DIV> */
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: default;
}

#boxTel a {
	background: url(../img/LNG_INDEP/index/modes_envoi_teleph_up.jpg);
}
#boxTel a:hover {
	background: url(../img/LNG_INDEP/index/modes_envoi_teleph_over.jpg);
}
#boxPhone a {
    background: url(../img/LNG_INDEP/index/modes_envoi_phone_up.jpg);
}
#boxPhone a:hover {
    background: url(../img/LNG_INDEP/index/modes_envoi_phone_over.jpg);
}
#boxSms a {
	background: url(../img/LNG_INDEP/index/modes_envoi_sms_up.jpg);
}
#boxSms a:hover {
	background: url(../img/LNG_INDEP/index/modes_envoi_sms_over.jpg);
}

#boxEmail a {
	background: url(../img/LNG_INDEP/index/modes_envoi_email_up.jpg);
}
#boxEmail a:hover {
	background: url(../img/LNG_INDEP/index/modes_envoi_email_over.jpg);
}
