#blogNews {
	position: relative;
	width: 900px;
	margin: 20px auto;
	overflow: hidden;
}

/* menu lateral */

#blogNews #menuNews {
    position: relative;
    float: right;
    width: 170px;
    padding-left: 15px;
    border-left: 1px solid #f0f0f0;
}

#blogNews #menuNews h2 {
    font-size: 16px;
    color: #a0a0a0;
    padding-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 5px;
}
#blogNews #menuNews ul.list {
    position: relative;
    width: 100%;
    margin: 5px 0 10px 0;
    padding: 0;
}
#blogNews #menuNews ul.list li {
    position: relative;
    width: 100%;
    margin: 5px 0 5px 10px;
    padding: 0;
    font-size: 12px;
    list-style-type: none;
    text-transform: capitalize;
}
#blogNews #menuNews ul.list li a {
    font-weight: bold;
	background: url(../grafics/ico_lat.gif) 0 center no-repeat;
	padding-left: 10px;
}
#blogNews #menuNews ul.list li a:hover {
	background-image: url(../grafics/ico_lato.gif);
}
#blogNews #menuNews ul.list li.up {
    color: orange;
    font-weight: bold;
    background: url(../grafics/ico_lato.gif) 0 center no-repeat;
    padding-left: 10px;
}

#blogNews #menuNews #search {
    overflow: hidden;
    text-align: right;
    margin: 0; padding: 0;
}

#blogNews #menuNews #search .text {
    width: 160px;
    padding: 2px 4px;
    border: 1px solid #ddd;
}
#blogNews #menuNews #search .text:hover {
    background: #FFFFE0;
}
#blogNews #menuNews #search .submit {
    padding: 0 2px;
    background: #ccc;
    border: 3px solid #bbb;
    margin-top: 4px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}
#blogNews #menuNews #search .submit:hover {
    background: orange;
    border-color: #f88607;
    color: white;
}

#blogNews #menuNews .publi {
    margin-top: 20px;
    width: 100%;

}
#blogNews #menuNews .publi.borders {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
#blogNews #menuNews .anounce {
	position: relative;
	overflow: hidden;
    background: #f0f0f0;
    padding: 5px;
    font-size: 12px;
}
#blogNews #menuNews .anounce img {
    float: left;
    padding: 0 5px 5px 0;
}

/* articles */

#blogNews #postsNews {
    position: relative;
    float: left;
    width: 690px;
    overflow: hidden;
}

#blogNews #postsNews #manteniment, #blogNews #postsNews #publicInfo, #blogNews #postsNews #publicError {
    width: 400px;
}

#blogNews #postsNews .post {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}
#blogNews #postsNews .post h1 {
    font-size: 20px;
    color: #606060;
    padding-bottom: 5px;
    margin: 0;
}
#blogNews #postsNews .post h1 a {
    color: #606060;
}
#blogNews #postsNews .post h1 a:hover {
    color: #a0a0a0;
}
#blogNews #postsNews .post h2, h3, h4 {
    padding: 15px 0 10px 0;
}

#blogNews #postsNews .post p {
    margin: 0; padding: 0;
}

#blogNews #postsNews .post .info {
    position: relative;
    width: auto;
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 3px;
    font-size: 10px;
    color: #999;
}
#blogNews #postsNews .post .info strong {
    font-family: georgia, "times new roman", times, serif;
    font-style: italic;
    font-size: 12px;
    color: #aaa;
}
#blogNews #postsNews .post .info a {
    font-weight: bold;
    text-transform: capitalize;
}

#blogNews #postsNews .post {

}

#blogNews #postsNews .post .fotoAut {
    position: relative;
	float: left;
	padding: 10px;
	margin: 5px 10px 10px 0;
	background: url(../grafics/back_foto.gif) 0 0 no-repeat;
	width: 50px;
	height: 50px;
}

#blogNews #postsNews .post .author a.name {
    font-size: 12px;
    font-weight: bold;
}

#blogNews #postsNews .post .text {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
}

/* maquetació text */

#blogNews #postsNews .post .text h2 {
    font-size: 18px;
    color: #888;
}
#blogNews #postsNews .post .text h3 {
    font-size: 15px;
    color: #aaa;
}
#blogNews #postsNews .post .text p {
	margin: 0;
	padding: 5px 0 5px 0;
}
#blogNews #postsNews .post .text .comment {
    margin: 10px auto 10px auto;
	padding: 10px;
	width: 90%;
	background: #f5f5f5;
	font-size: 12px;
}
#blogNews #postsNews .post .text .imagetext {
    margin: 2px auto 10px auto;
	font-size: 80%;
	font-style: italic;
}

#postsNews #paginador {
    width: 600px;
}

/* comentaris */

#postsNews .comments, #postsNews .agrLinks, #postsNews .mailBox {
	position: relative;
	float: left;
	width: 540px;
	margin-top: 15px;
	overflow: hidden;
}
#postsNews .comments {
	margin-bottom: 15px;
}
#postsNews .comments a, #postsNews .web a {
	font-weight: bold;
}
#postsNews .comments a {
	background: url(../grafics/ico_sand.gif) left center no-repeat;
	padding: 8px 0 10px 20px;
	font-size: 14px;
}


#postsNews .agrLinks {
	position: relative;
	width: 650px;
	overflow: hidden;
    margin-top: 10px;
    padding: 2px 0;
}
#postsNews .agrLinks a {
	margin-right: 3px;
}
#postsNews .agrLinks a img {
	border: 2px solid white;
}
#postsNews .agrLinks a:hover img {
	border: 2px solid orange;
}
#postsNews .agrLinks img {
	vertical-align: middle;
}
#postsNews .agrLinks .sep {
	margin-left: 2px;
	color: #eee;
}
#postsNews .agrLinks a.normal img {
	border: 0;
}

#postsNews .mailBox {
	position: relative;
	display: none;
	width: 528px;
	margin-top: 5px;
	border: 1px solid #eee;
	background: #faf6f0;
	padding: 5px 5px 10px 5px;
}
#postsNews .mailBox h2 {
	position: relative;
	padding: 0 0 4px 0;
	border-bottom: 1px solid white;
	margin-bottom: 5px;
}
#postsNews .mailBox h3 {
	padding-bottom: 5px;
}
#postsNews .mailBox h2 .close {
	position: absolute;
	top: 0; right: 0;
	padding: 2px 4px;
	font-size: 11px;
}
#postsNews .mailBox h2 .close a {
	background: white;
	color: black;
	padding: 2px 4px;
}
#postsNews .mailBox h2 .close a:hover {
	background: black;
	color: white;
}
#postsNews .mailBox input {
	width: 95%;
}
#postsNews .mailBox .up {
	font-size: 16px;
	font-weight: bold;
}

