/****************************** REGLAS GENERALES************************************/
*{
	padding:0em;
	margin:0em;
	border:0em;
	/**list-style:none;**/
}


html, body{
	background:#fff;
	text-align:center;
	width:100%;
	font-size:x-small;
	font-family:Verdana, Geneva, sans-serif;
}


#wrapper{
	margin:0em auto;
	width:100em;
	text-align:left;
}


#intersticial{
	text-align:center;
	/*background-color:#FF0;*/
}

#content{
	/*background-color:#F00;*/
	margin-left:4em;
	display:block;
	overflow:hidden;
}

#video{
	float:left;
	width:48em;
	margin-top:5em;
	margin-bottom:6em;
	/*background-color:#9C9;*/
}


#lista{
	float:left;
	width:45em;
	color:#666666;
	margin-top:9em;
}


h1{
	font-size:1.6em;
	margin:0px;
	padding:0px;
	font-weight:normal;
	margin-bottom:1em;
}

.resaltado{
	color:#e30613;
	font-weight:bold;
}

ul,li{
	margin:0px;
	padding:0px;
	list-style:none;
}

li{
	list-style:url(../images/punt_vermell.gif);
	margin-left:2em;
	margin-bottom:0.5em;
	font-size:1.2em;
}


#btn_descargar{
	margin-top:2em;
	background-image:url(../images/fons_bt.jpg);
	background-repeat:no-repeat;
	height:1.7em;
	padding-top:0.3em;
}

#btn_descargar a{
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	margin-left:0.8em;
}

#footer{
	background-color:#e20513;
	height:6.4em;
	clear:both;
}

#queremos{
	float:left;
	margin-top:1.2em;
	padding-left:4em;
}

#santander{
	float:right;
	margin-top:1.4em;
	padding-right:4em;	
}