@charset "utf-8";
/* CSS Document */

#promo_h1{
	margin:5px 5px 15px 0px;
	font-size:24px;
	color:#FFF;
	line-height:20px;
}

.promociones_box{
	display:block;
	float:left;
	position:relative;
	width:300px;
	margin:0px 25px;
	height:300px;
}

#promociones_img{
	position:relative;
	display:block;
	float:left;
	overflow:hidden;
	width:290px;
	height:100px;
	background-color:#fff;
	border:5px #FFF solid;
	margin:15px 0px;
}

#promociones_list{
	margin:5px 10px 90px 0px;
	font-size:15px;
	color:#FFF;
	line-height:25px;
}

#promociones_list ul{
	list-style-image:url(../img/arrowr.gif);
	list-style-position:inside;
	margin:0px;
	padding:0px;
}

#promociones_list a:link{
	color:#FFF;
	font-weight:normal;
}

#otras{
	display:block;
	position:relative;
	float:left;
	margin:0px auto;
	width:670px;
	height:36px;
	font-size:15px;
	color:#FFF;
	line-height:36px;
	text-align:center;
}

.sendbtn a:link{
	font-weight:normal;
}

.sendbtn a:hover{
	background-image:url(../img/bg-buscar.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
}

#arrowl{
	display:block;
	position:relative;
	float:left;
	border:0px;
	margin:12px 0px 0px 15px;
}

#arrowr{
	display:block;
	position:relative;
	float:right;
	border:0px;
	margin:12px 15px 0px 0px;
}

#otras_box{
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	width:740px;
}

#promociones{
	margin:15px;
}