/* Community Internet - Marc Boronat - Enrique San Juan */

/* SCREEN */

@media screen {
	/* links */
	a:link {
    	color:inherit;
    	text-decoration: none;
    	outline:none;
	}
	a:visited {
	    color:inherit;
	    text-decoration: none;
	    outline:none;
	}
	a:active {
	    color:inherit;
	    text-decoration: none;
	    outline:none;
	}
	a:hover {
	    color:inherit;
	    outline:none;
	    background-color: yellow;
	}
	
	a img{
		border:0;
		background-color: none;
	}
	/* links */

	body {
		margin: 0;
		padding: 0;
		background: url(../media/CSS/body-bg-up.jpg) no-repeat center top;
		padding-top:50px
	}
	
	h1, h2, h3, h4, h5 {
		margin: 0;
		padding: 0;
	}
	
	div.separator {
		position: relative;
		width: 820px;
		height: 6px;
		background: url(../media/CSS/hr.png) no-repeat center top;
		left: 50%;
		margin-left: -410px;
		z-index:1;
	}
	
	div.separator-alt {
		position: relative;
		width: 820px;
		height: 52px;
		background: url(../media/CSS/hr-arrow.png) no-repeat center center;
		left: 50%;
		margin-left: -410px;
		z-index:1;
	}
	
	img.firma {
		float: right;
		width: 275px;
		height: 100px;
		margin-top: 50px;
		margin-right: 80px;
	}
	
	img.porta {
		margin-top:-15px;
		margin-left: 25px;
		z-index:0;
	}
	
	img.thumb {
		padding: 10px;
		background: url(../media/CSS/thumb-bg.png) no-repeat center center;
		display: inline-block;
	}
	
	img.big-img {
		margin-left: 20px;
		margin-bottom: 20px;
		width: 535px;
	}
	
	ul.postit{
		height: 222px;
		margin: 0;
		padding: 0;
		background: url(../media/CSS/postit-stack.png) no-repeat center top;
		list-style-type: none;
		font-family: "Trebuchet MS", Helvetica;
		font-size: 18px;
		color: #65021D;
		text-indent: 55px;
		margin-top: 15px;
		padding-top: 15px;
	}
	
	ul.postit-alt{
		height: 180px;
		margin: 0;
		padding: 0;
		background: url(../media/CSS/postit-alt.png) no-repeat center top;
		list-style-type: none;
		font-family: "Trebuchet MS", Helvetica;
		font-size: 14px;
		color: #4D4D4D;
		text-indent: 50px;
		margin-top: 15px;
		padding-top: 40px;
		z-index:1;
	}

	ul.this-menu{
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-family: "Trebuchet MS", Helvetica;
		font-size: 14px;
		color: #666666;
		margin-bottom: 17px;
		width: 180px;
		margin-left: 25px;
		text-indent:10px;
	}

	ul.this-menu li{
		border-top: 2px dotted #6F90C6;
		margin-top:5px;
		padding-top: 5px;
		
	}
	
	/* header */
	
	.header {
		width: 820px;
		height: 135px;
		display: inline-block;
		background: url(../media/CSS/header-bg.png) no-repeat center top;
		position: relative;
		left: 50%;
		margin-left: -410px;
		z-index:3;
	}
	
	.header h1{
		font-family: "Trebuchet MS", Helvetica;
		font-weight:bold;
		font-size: 16px;
		margin-left: 20px;
		color: #666666;
		margin-top: 60px;
	}
	
	.header h2{
		font: small-caps 24px "Trebuchet MS";
		color: #e4003f;
		float:left;
		margin-right: 10px;
		margin-left: 20px;
	}
	
	.header h3{
		font-weight:bold;
		color: #666666;
		font: small-caps 24px "Trebuchet MS";
	}
	
	/* content */
	
	.content {
		width: 820px;
		display: inline-block;
		background: url(../media/CSS/content-bg.png) repeat-y center top;
		position: relative;
		left: 50%;
		margin-left: -410px;
		z-index: 2;
	}
	
	.content .left {
		width:70%;
		float: left;
		margin-left: 20px;
	}
	
	.content .right {
		width: 30%;
		float: right;
		margin-right: -20px;
	}
	
	.content .gallery {
		width: 100%;
		background: url(../media/CSS/gallery-bg.png) no-repeat center top;
		padding-top: 25px;
		padding-bottom: 25px;
		min-height: 350px;
	}

	h2.menutitle {
		font-family: "Trebuchet MS", Helvetica;
		font-size: 19px;
		color: #65021D;
		background: url(../media/CSS/taca-r.png) no-repeat 10px top;
		padding-left: 25px;
		padding-top: 10px;
		padding-bottom: 15px;
		margin-top: 20px;
	}
	
	h2.menutitle-g {
		font-family: "Trebuchet MS", Helvetica;
		font-size: 22px;
		color: #0097d6;
		background: url(../media/CSS/taca-y.png) no-repeat left top;
		padding-left: 25px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 20px;
	}
	
	h2.menutitle-g span {
		color: #666666;
	}


	h2.item-title {
		color: #660033;
		font: 26px "Trebuchet MS";
		text-indent: 5px;
	}

	h3.sectiontitle {
		font-family: "Trebuchet MS", Helvetica;
		font-size: 16px;
		color: #6F90C6;
		margin-top: 20px;
		text-indent: 5px;
		clear: both;
	}

	p.postit-small {
		position: relative;
		display: inline;
		float: left;
		width: 62px;
		background: url(../media/CSS/postit-small.png) no-repeat center top;
		text-align: center;
		color: #383838;
		padding-top: 6px;
		padding-bottom: 40px;
		font: 900 29px "Trebuchet MS";
		margin-right:20px;
	}

	p.postit-small acronym {
		font-family: "Trebuchet MS";
		font-weight:bold;
		font-size: 16px;
		text-transform: uppercase;
		color:#65021D;
		position: relative;
		top: -5px;
	}

	p.excrept {
		text-align: justify;
		color:#666666;
		font: 13px/25px "Trebuchet MS";
		margin-right: 20px;
	}
	
	p.biotext {
		text-align: justify;
		color:#666666;
		font: 13px/25px "Trebuchet MS";
		margin-right: 20px;
		margin-left: 20px;
	}

	p.biotext-right {
		text-align: right;
		color:#666666;
		font: 13px/25px "Trebuchet MS";
		margin-right: 20px;
		margin-left: 20px;
	}

	
	dl.item-list {
		font-family: "Trebuchet MS", Helvetica;
		font-size: 12px;
		color: #666666;
		line-height:30px;
		width: 480px;
		float: right;
	}
	
	dl.item-list dt {
		font-weight: bold;
		float: left;
		margin-right: 20px;
	}
	
	dl.item-list dd {
		margin: 0;
		padding: 0;
	}
	
	dl.item-list dd a {
		padding-left: 5px;
		padding-right: 5px;
		background-color: yellow;
	}
	
	dl.item-list dd a:hover {
		padding-left: 5px;
		padding-right: 5px;
		background-color: yellow;
		color: red;
	}

/* footer */
	
	.footer {
		width: 820px;
		height: 300px;
		display: inline-block;
		background: url(../media/CSS/footer-bg.png) no-repeat center top;
		position: relative;
		left: 50%;
		margin-left: -410px;
		padding-top: 30px;
		z-index: 3;
	}
	
	.footer .left {
		width:30%;
		float: left;
		margin-left: 20px;
	}
	
	.footer .right {
		width: 30%;
		float: right;
		margin-right: 20px;
	}

	.footer div h4 {
		font-family: "Trebuchet MS", Helvetica;
		font-size: 19px;
		color: #65021D;
		padding-left: 25px;
		padding-top: 10px;
		padding-bottom: 15px;
	}

	.footer div h4.yellow {
		background: url(../media/CSS/taca-y.png) no-repeat left top;
	
	}

	.footer div h4.green {
		background: url(../media/CSS/taca-g.png) no-repeat left top;
	
	}

	div.footer div.left ul {
		font-family: "Trebuchet MS", Helvetica;
		font-size: 12px;
		color: #666666;
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin-left: 30px;
	}

	div.footer div.left ul li {
	text-indent: 10px;
		border-bottom: 2px dotted #6F90C6;
		margin-bottom:5px;
		padding-bottom: 5px;
	}

	div.footer div.right ul {
		color: #0097d6;
		font-family: "Trebuchet MS", Helvetica;
		font-size: 18px;
		list-style-type: none;
		text-indent: 60px;
	}
	
	div.footer div.right ul li small {
		font-size: 12px;
		color:#65021D;
	}
	
	/* legal */
	
	.legal {
		width: 100%;
		height: 490px;
		background: url(../media/CSS/body-bg-down.jpg) no-repeat center top;
		position: relative;
		margin-top: -470px;
	}
	
	.legal p {
		font-family: "Trebuchet MS", Helvetica;
		font-size: 12px;
		text-align: center;
		color: #666666;
		position: relative;
		top: 450px;
	}

	/* items */
	
	div.items-blog {
		width: 540px;
		clear: both;
		margin: 0;
		padding: 0;
		margin-left: 25px;
	}
	
	.item-content {
		text-align: justify;
		color:#666666;
		font: 13px/25px "Trebuchet MS";
		margin:20px
	}
	
	.item-content h4 {
		display: inline-block;
		font-size: 24px;
		margin-bottom: 15px;
		text-align: left;
		float: right;
		width: 82%;
		letter-spacing: 1px;
	}
	
	.item-content h4:first-child {
		margin-top: 25px;
	}
	
	.item-content ul {
		display: inline-block;
		float: right;
		width: 82%;
		list-style-type: none;
		margin-bottom: 45px;
	}
	
	.item-content li {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		border-bottom-color: #0097d6;
		list-style-type: circle;
		border-bottom: 3px;
		margin-bottom: 10px;
	}
	
	.item-content li:last-child {
		border-bottom: 0;
	}
	
	.item-content dl {
		display: inline-block;
		clear: both;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.item-content dt {
		margin: 0;
		padding: 0;
		float: left;
		width: 15%;
		font-weight: bold;
		border-bottom: 2px dotted #0097d6;
		margin-bottom: 15px;
	}
	
	.item-content dd {
		margin: 0;
		padding: 0;
		float: right;
		width: 82%;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 3px solid silver;
	}
	
	.item-content a {
		color: #e4003f;
	}
	
	.item-img {
		margin-top: 15px;
		width: 100%
	}
	
	.item-img-llibre {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 100%
	}
	
	/* touchform */
	
	.touchform {
		text-align: left;
		width: 533px;
		margin-left: 20px;
	 	color: #545353;
	}
	
	.touchform .submit {
		font-family: "Trebuchet MS", Helvetica;
		font-size: 22px;
		color: #0097d6;
		background: url(../media/CSS/taca-r.png) no-repeat center top;
		width: 120%;
		border: 0;
	}

/* My Comment */
	
	.touchform fieldset{
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
		border: 0;
		padding-top: 20px;
	}
	
	.touchform legend {
		font-size: 20px;
		margin-left: 20px;
		margin-bottom: 15px;
		border-top: 2px solid #B6D4EE;
		border-left: 2px solid #B6D4EE;
		border-right: 2px solid #B6D4EE;
		-moz-border-radius:5px;
		padding: 10px;
	}
	
	.touchform label {
		display: inline-block;
		margin-left: 2.5%;
		width: 20%;
		height: 20px;
		font-size: 14px;
		padding: 0;
		font-family: "Trebuchet MS", Helvetica;
		margin-top: 5px;
		float: left;
	}
	
	.touchform input {
		font-size: 16px;
		width: 74.3%;
		margin-bottom: 20px;
		font-size: 12px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.touchform textarea {
		width: 95%;
		height: 300px;
		margin-left: 2.5%;
		margin-bottom: 20px;
		padding: 0;
		font-family: "Trebuchet MS", Helvetica;
		font-size: 16px;
		text-align: justify;
	}
	
	.touchform select {
		width: 95%;
		margin-left: 2.5%;
		margin-bottom: 20px;
		font-size: 14px;
		padding-top: 7px;
		padding-left: 7px;
	}
	
	.touchform select option {
		font-size: 14px;
		padding: 5px;
	}

}

/* MEDIA */

@media print {
}

