/*Hoja de estilos Beneficios de Tarjetas.css*/


#contenedor {
	width: 390px;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	background: url(/imagenes/campanas2009/fb_cent.gif) #FFFFFF repeat-y;
	float: left;
}
	
	#contenedor #top {
			width: 390px;
			height: 11px;
			margin: 0;
			padding: 0;
	}
	
	#contenedor #down {
			width:390px;
			height: 11px;
			margin: 0;
			padding: 0;
			clear: both;
	}
	
h1, h2 {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#666666;
	line-height: 1.3em;
	margin: 0;
}

h1 { font-size: 20px;}

h2 { font-size: 14px;}

span { 
	color:#FF9900;
	font-weight: bold;
}

.enlace:link { color:#FF9900; }					/*etiqueta a*/

.enlace:hover { color:#FF6600; }				/*etiqueta a*/

strong { font-weight: bold;}

#contenido {
	width: 345px;
	padding: 20px 20px 0 20px;
}

.pe {  											/*etiqueta p*/
	font-size: 12px;
	line-height: 1.3em;
}

#contenedor ul {
	float: right;
	width: 205px;
	font-size: 11px;
	padding: 30px 0;
}

#contenedor ul li {
	list-style-position: none;
	list-style-image: none;
	list-style-type: none;
	padding: 5px 20px;
	background: url(/imagenes/campanas2009/bullet_beneficios.gif) no-repeat 0 8px;
	line-height: 1.2em;
}

.imagen {
	float: left;
	width: 115px;
	height: 255px;
	padding: 20px 0;
}

.tarjetas{
	clear: both;
	width: 390px;
	height: 84px;
	padding-bottom: 20px;
	
}

#legales{
	padding: 5px 20px;
	clear: both;
	
}

	#legales p {
		font-size: 10px;
		color: #999999;
		text-align: justify;
		line-height: 1.3em;
		border-top: 1px solid #999;
		padding-top: 10px;
	}
