/* 
    Document   : general
    Created on : 06-may-2010, 0:52:29
    Author     : lluis
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

p{
    margin-top:0px;
    font-size:10pt;
}

h1{
    font-weight:bold;
    color:#F8BE2A;
    font-size:14pt;
    margin-bottom:2px;
}

/* generals */

.fons{
    width:100%;
    font-family:Verdana,Arial,serif;
}

.contenttot{
    width:940px;
}

.header{
    width:940px;
    height:150px;
    background-image:url('../images/header.png');
    background-repeat:no-repeat;
}

.contentmenu{
    width:925px;
    height:31px;
    background-image:url('../images/fonsmenu.png');
    background-repeat:repeat-x;
    padding-top:6px;
    padding-left:6px;
}

.contentcos{
    width:924px;
    margin-top:10px;
    text-align:justify;
}

.wrappernotis{
    float:left;
    width:185px;
    /*height:208px;*/
    /*background-image:url('../images/bultimnoti.png');
    //background-repeat:no-repeat;*/
    margin-top:-10px;
    margin-left:-8px;
}

.notis_top{
    width:185px;
    height:47px;
    overflow: hidden;
    background-image: url('../images/notistop.png');
    background-repeat:no-repeat;
}

.notis_mig{
    width:185px;
    background-image: url('../images/notismig.png');
    background-repeat:repeat-y;
    margin:0px 0px 0px 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 8pt;
}

.notis_bottom{
    width:185px;
    height:19px;
    overflow: hidden;
    background-image: url('../images/notisbottom.png');
    background-repeat:no-repeat;
}


.contentfotodret{
    float:right;
    width:360px;
    margin-left:12px;
}

.imglink{
    border:0px;
}

/*  Menu */

.menuitem{

}

.menuitem:hover{
    
}

.espai{
    margin-left:475px;
}

.marcat{
    border-bottom: 1px solid #000000;
}


/* estils per les fotos */

.album{
    border-bottom: 1px solid #F8BE2A;
    padding-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.imgalbum{
    float:left;
    margin-right:10px;
}

.textalbum{
    font-size: 12px;
    font-weight: bold;
}

.formcontacte{
    font-size: 10pt;
    font-weight: bold;
}

.entrada{
    border: 1px solid #F7B029;
    background-color: #F7E1AF;
    font-family: Arial, sans-serif;
}

.entrada:hover{
    border: 1px solid #000000;
}

/**
ESTILS ESPECCÍFICS PEL LIGHTBOX!!!!
*/

	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #444;
		padding: 10px;
		width: 700px;
                text-align: center;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
