/* ------------------------------------------------------------------------------------ *
| GLOBALS CSS FILE :: For Seyart S.L.														|
| css/content.css																		|
| 																						|
| PROJECT :: Seyart S.L.																	|
| 																						|
+ ------------------------------------------------------------------------------------- +
| Author :: Xavier Miret i Paredes 2010																	|
* ------------------------------------------------------------------------------------- */


/* @group LISTADOS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

a.rss{
	background: url('../images/rss-icon1.png') no-repeat left center;
	padding: 5px 0 5px 30px;
	margin-left: 30px;
	text-decoration: none;
	color: #FF7800;
}
a.rss:hover{
	text-decoration: underline;
}

.newsHome{
	margin-bottom: 30px;
}
	.newsHome a{
		display:block;
		text-decoration:none;
	}
	.newsHome a img{
		float: left;
	}
	.newsHome a div{
		float: right;
		width: 260px;
	}
	.newsHome a div h3,
	.newsHome2 a h3{
		font-weight: bold;
		color: #f33;
		font-size: 14px;
		background: url('../images/arrow-orange.png') no-repeat left 0.5em;
		padding-left: 10px;
	}
	.newsHome a p,
	.newsHome2 a p{
		color: #353535;
		padding-left: 10px;
	}
	.newsHome a:hover h3{
		color: #ff3;
		text-decoration: underline;
	}
	.newsHome a:hover p{
		color: #000;
		text-decoration: underline;
	}

.newsHome2{
	margin-bottom: 20px;
}
.newsHome2 li{
	padding-left: 55px;
}
.newsHome2 img{
	float: left;
	margin-left: -55px;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group BOXES ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.box1{
	background: url('../images/bg-sidebar-mid.png') repeat-y left;
}
	.box1 .top{
		background: url('../images/bg-sidebar-top.png') no-repeat top left;
	}
	.box1 .bottom{
		background: url('../images/bg-sidebar-btm.png') no-repeat bottom left;
		padding: 20px;
	}

.box2{}
	.box2 .top{}
	.box2 .bottom{}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */



/* @group BOTONES ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.btnBlue,
.btnBlue strong{
	background: url('../images/btn-blue.png') no-repeat;
	line-height: 27px;
	height: 27px;
	float: left;
}
.btnBlue{
	color: #80a4c6;
	text-decoration: none;
	padding-left: 10px;
	margin-right: 20px;
	cursor: pointer;
}
	.btnBlue:hover{
		color: #fff;
		background-position: left bottom;
	}
.btnBlue strong{
	background-position:right top;
	padding-right:20px;
	position:relative;
	right:-10px;
}
	.btnBlue:hover strong{
		background-position:right bottom;
	}

p.conBoton{
	height: 1%;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */



/* @group MISC :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.clear{
	clear: both;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group CLEARFIX :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.newsHome li a:after,
.newsHome2 li a:after,
p.conBoton:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */
