/* -----------------------------CSS Reset -----------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

 em {
 font-style:italic;
 }

ol, ul {
	list-style: none;
}

strong {
	font-weight:bold;
}

/* Default */

* {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 1em;
}


body {
	font-size: 62.5%;
	height: 100%;
	background: url(../images/bg-crispetes.jpg) no-repeat left top;
}

body, input, select, textarea {
	color: #fff;
	font-family: Univers, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
	font-weight:normal
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#fff;
}

img {
	border: none;
}
hr, #skip {
	display: none;
}

#wrapper {
	margin-bottom: 50px;
}

h1{
	display: none;
}

h2{
	font-size: 28px;
	margin-bottom: 5px;
}

h3{
	font-size:18px;
	margin-bottom: 10px;
}

a.ppll_logo {
	display:block;
	background: url(../images/logo-ppll.png) no-repeat;
	width: 200px;
	height: 98px;
	text-indent: -10000px;
	position:absolute;
	right: 10px;
	top: 10px;
}



#info_box {
	width: 580px;
	background: transparent url(../images/bg-infobox.png) repeat;
	font-size: 15px;
	padding: 30px 30px 0px 30px;
	margin-top: 260px;
	margin-left: auto;
	margin-right: auto;
}

#info_box p {
	text-align: justify;
}

#info_box .subbox{
	width: 440px;
	margin: 30px auto;
}

ul.social {
	margin-top: 10px;
	margin-left: 300px;
}

ul.social li{
	float: left;
	margin-right: 10px;
}

ul.social li.ultim{
	margin-right: 0px;
}

ul.social li a{
	width: 40px;
	height: 40px;
	display: block;
	text-indent:-10000px;
}

a.facebook_ico{
	background: url(../images/ico-facebook.png) no-repeat;
}

a.twitter_ico{
	background: url(../images/ico-twitter.png) no-repeat;
}

a.youtube_ico{
	background: url(../images/ico-youtube.png) no-repeat;
}

ul.links{
	margin-top: 10px;
	padding-bottom: 30px;
}

ul.links li{
	background: url(../images/ico-crispeta.png) no-repeat left center;
	padding-left: 30px;
	padding-top:10px;
	margin-bottom: 10px;
}

ul.links li a.highlight{
	color:#ffdd24;
}

#footer {
	background: transparent url(../images/bg-infobox.png) repeat;
	clear:both;
	height:5.2em;
	padding-top:0.5em;
	text-align:center;
	color:#999;
	font-size: 12px;
	position: relative;
}

a.alicia_logo {
	display:block;
	background: url(../images/logo-alicia.png) no-repeat;
	width: 25px;
	height: 70px;
	text-indent: -10000px;
	position:absolute;
	left: 10px;
	bottom: 90px;
}
/*-------------- Altres --------------*/
ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
ul{ height: 1%;}

