@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	border: 0;
	font-family: Open Sans;
	}

body {
	background-image: url('/images/front/indianaccg.jpg');    
	}
	
p { margin-bottom:10px; }

#marc { margin:00px auto; width:1024px; background-color:white; overflow:hidden; }
#contingut { margin: 32px; background-color:red; background-color: #E1D9CB; }
#logo { width:310px; height:90px; float:left; background-image: url('/images/front/logo_ccg.jpg'); cursor:pointer; }
#franja_superior { width:650px; height:90px; background-color:#E1D9CB; float:left; }
#menu_esquerra { width: 310px; float:left; }
#contingut_text { margin-left:20px; width:620px; min-height:300px; float:left; }

.requadre_individual { width: 135px; height:124px; float:left; border-radius:10px; }
.requadre_individual_titol { background-color: transparent; width: 110px; color:black; font-weight:bold; font-size:13px; margin:10px; }
.requadre_doble { width: 295px; height:124px; float:left; background-color:white; border-radius:15px; }
.requadre_doble_titol { width: 295px; color:black; font-weight:bold; font-size:13px; margin:10px; }
.requadre_doble:hover { opacity:0.7; cursor:pointer; filter: alpha(opacity = 70); }
.requadre_individual:hover { opacity:0.7; cursor:pointer; filter: alpha(opacity = 70); }
.requadre_no_imatge { border-top:1px solid gray; font-size:12px; padding:10px; }
.requadre_no_imatge:hover { opacity:0.7; cursor:pointer; filter: alpha(opacity = 70); }
.requadre_no_imatge a { text-decoration:none; color:inherit; }
.requadre_no_imatge_more { border-top:1px solid gray; font-size:12px; padding:10px; cursor:pointer; background-color: #D0C8BA; }

.menu_titol_llarg { width:610px; min-height:24px; color:white; background-color: #817D74; margin-bottom:10px; }
.menu_titol_llarg > div { padding-top:3px; margin-left:5px; font-size:15px; font-weight: bolder;  }
.fila { margin-bottom:20px; overflow: hidden; }
.fila_imatge { width:295px; height:295px; background-color:white; float:left; position:relative;  }
.fila_imatge_text { position: absolute; bottom:0px; opacity: 0.5; filter: alpha(opacity = 50); background-color: black; color:white; font-size:12px; padding:10px; min-width: 275px; }
.fila_imatge_mig { width:295px; height:124px; background-color:white; float:left; position: relative; }

.fila_imatge:hover { opacity:0.7; cursor:pointer; filter: alpha(opacity = 70); }
.fila_imatge_mig:hover { opacity:0.7; cursor:pointer; filter: alpha(opacity = 70); }

.menu_titol { width:300px; height:24px; color:white; background-color: #817D74; margin-top:10px; margin-left:10px; margin-bottom:10px;  }
.menu_titol > div { padding-top:3px; margin-left:5px; font-size:15px; font-weight: bolder;  }
.menu_esquerra { cursor:pointer; }
.menu_esquerra:hover { background-color: #706C63; }
.menu_activitat { width:300px; min-height: 60px; color:white; background-color: #F0ECE6; margin-bottom:10px; margin-left:10px; overflow: hidden; }
.menu_activitat_text { font-size:11px; margin: 5px; color:black; }
.menu_activitat_prop { width:300px; min-height: 43px; background-color: #F0ECE6; margin-bottom:10px; margin-left:10px; overflow: hidden; }
.menu_activitat_prop_dia { background-color:white; width: 60px; height:55px; color: black; font-size:12px; text-align:center; padding-top:3px; float:left; }	
.menu_activitat_prop_text { font-size:12px; color:black; float:left; width: 240px; }
.menu_activitat_prop_text > div { padding:3px; margin-left:7px; }
.menu_activitat:hover { opacity:0.7; cursor:pointer; filter: alpha(opacity = 70); }
.menu_activitat_prop:hover { opacity:0.7; cursor:pointer; filter: alpha(opacity = 70); }

.contingut_web p { margin-bottom:10px; color: black; }
.contingut_web table { border-collapse:collapse; border: 1px solid gray;}
.contingut_web td, th { border:1px solid gray; padding:5px; }
.contingut_web th { background-color: #E7A5A7;  }
.contingut_web h1 { margin-bottom:30px; }
.contingut_web h2 { margin-bottom:15px; margin-top:15px;}

