@charset "utf-8";
/*
	_= CSS Document =_ 
	Owner: Fundació HADAMA
	Author: Alex Murillo Ruiz
	Mail: alex@murilloruiz.com
	Web: http://www.murilloruiz.com
 */


.cls {
	clear:both;
}

/*
	CSS elementos genericss
*/

body
{
	/*background-color:#fce3fc;*/
	background-color:#ffffff;
}

html > body
{
	width:auto;
}


/*
	CSS elementos de la estructura
*/

#total
{
	margin:0px auto 0px auto; /*centrado*/
	width:920px;
	background-color:#e4dded;
}

#header
{
	/*border:1px dashed #000000;*/
	background-color:#ac73c2;
	width:auto;
	height: 148px;
}

#deco_top_header
{
	width:auto;
	height: 9px;
}

#deco_top_header .deco_tl_header
{
	background:url(../images/struct/corner_top_left.jpg) left top no-repeat;
	float:left;
	height:9px;
	width:9px;
}

#deco_top_header .deco_tr_header
{
	background:url(../images/struct/corner_top_right.jpg) right top no-repeat;
	float:right;
	height:9px;
	width:9px;
}

#header_center
{
	width:auto;
	height: 130px;
}

#logo
{
	/*border:1px dashed #000000;*/
	float: left;
	height: 126px;
	width: 300px;
}

#menu_global
{
	float: left;
	/*border:1px dashed #000000;*/
	height: 126px;
	width: 610px;
	margin-right: 10px;
}

#idioma
{
	float: right;
	height: 25px;
	width: 300px;
}

#idioma a
{
	display: block;
	float: right;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
}


#idioma a.current
{
	color:#000000;
	text-decoration:overline;
}

#idioma a:hover
{
	color:#000000;
	text-decoration:overline;
}

#top_menu
{
	/*border:1px dashed #000000;*/
	width: 450px;
	float: right;
	margin-top: 5px;
	font-family:Verdana,Trebuchet MS,Arial,sans-serif;
	font-size:14px;
	font-style:italic;
	font-variant:normal;
	font-weight:bold;
	color:#FFFFFF;
	text-align: right;
	line-height: 27px;
}

#menu
{
	/*border:1px dashed #000000;*/
	margin-bottom: 0px;
	margin-top: 95px;
	margin-right: 5px;
	height: 25px;
	width: auto;
}

#deco_bottom_header
{
	width:auto;
	height: 9px;
}

#deco_bottom_header .deco_bl_header
{
	background:url(../images/struct/corner_bottom_left_v2.jpg) left bottom no-repeat;
	float:left;
	height:9px;
	width:9px;
}

#deco_bottom_header .deco_br_header
{
	background:url(../images/struct/corner_bottom_right_v2.jpg) right bottom no-repeat;
	float:right;
	height:9px;
	width:9px;
}

#body_struct
{
	/*border:1px dashed #000000;*/
	width:auto;
	height: auto;
}

#footer
{
	/*border:1px dashed #000000;*/
	background-color:#ac73c2;
	width:auto;
	height: 3s8px;
}

#deco_footer_top
{
	width:auto;
	height: 9px;
}

#deco_footer_top .deco_tl_footer
{
	background:url(../images/struct/corner_top_left_v2.jpg) left top no-repeat;
	float:left;
	height:9px;
	width:9px;
}

#deco_footer_top .deco_tr_footer
{
	background:url(../images/struct/corner_top_right_v2.jpg) right top no-repeat;
	float:right;
	height:9px;
	width:9px;
}

#footer_text
{
	margin-left: 15px;
	width:auto;
	height: 10px;
	font-family:Verdana,Trebuchet MS,Arial,sans-serif;
	font-size:10px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color:#000000;
	text-align: center;
}

#footer_text a
{
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana,sans-serif;
	font-size:9px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-decoration:none;
	margin-left: 20px;
}

#footer_text a.last
{
	background:transparent none repeat scroll 0%;
}

#footer_text a.current
{
	color:#c8a8d9;
}

#footer_text a:hover
{
	color:#c8a8d9;
}

#deco_footer_bottom
{
	width:auto;
	height: 9px;
}

#deco_footer_bottom .deco_bl_footer
{
	background:url(../images/struct/corner_bottom_left.jpg) left bottom no-repeat;
	float:left;
	height:9px;
	width:9px;
}

#deco_footer_bottom .deco_br_footer
{
	background:url(../images/struct/corner_bottom_right.jpg) right bottom no-repeat;
	float:right;
	height:9px;
	width:9px;
}


/*
	CSS elementos de texto
*/

.fuente_menu
{
	font-family:Verdana,Trebuchet MS,Arial,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#menu a
{
	display:block;
	float:right;
	cursor:pointer;
	border-right:1px solid #FFFFFF;
	color:#FFFFFF;
	text-decoration:none;
	padding:5px 8px 2px;
	/*display:inline-block;*/
	/*margin-left: 20px;*/
}

#menu a.last {
	border-right:1px solid #FFFFFF;
}
#menu a.current {
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:hover {
	color:#c8a8d9;
	text-decoration:none;
}


/*
	CSS sección HOME
*/

#sub_header_home
{
	height: 580px;
}

#block_home_up
{
	float:left;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: auto;
}

#block_home_up p
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}


#contenido_block_up
{
	height:135px;
}

#sub_header
{
	/*border:1px dashed #000000;*/
	width:auto;
	height:200px;
}

#sh_total
{
	width: 920px;
	height: auto;
}

#sh_header
{
	width: 920px;
	height: auto;
}

.sh_total_sub
{
	float: left;
	width: 230px;
	height: auto;
}

#sh_total_sub_n1
{
	width: 200px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: normal;
	text-align: center;
}

#sh_total_sub_n1 p
{
	margin-top: 15px;
	margin-left: 12px;
	text-align: left;
}

#sh_total_sub_n2
{
	width: 200px;
	height: auto;
	float: right;
	margin-right: 5px;
	margin-top: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: normal;
	text-align: center;
}

#sh_total_sub_n2 p
{
	margin-top: 15px;
	text-align: left;
}

#sh_total_sub_n3
{
	width: 200px;
	height: auto;
	float: left;
	margin-left: 5px;
	margin-top: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: normal;
	text-align: center;
}

#sh_total_sub_n3 p
{
	margin-top: 15px;
	margin-left: 5px;
	text-align: left;
}

#sh_total_sub_n4
{
	width: 200px;
	height: auto;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: normal;
	text-align: center;
}

#sh_total_sub_n4 p
{
	margin-top: 15px;
	margin-left: 12px;
	text-align: left;
}

#contenido_sh_left
{
	font-size:12px;
	font-family:Verdana,Trebuchet MS,Arial,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	color:#666666;
	
}

#contenido_sh_left p
{
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.block_sh_left
{
	position:inherit;
	background:transparent url(../images/struct/block_fondo_total_width_157.jpg) no-repeat scroll center bottom;
	color:#666666;
	width:157px;
	/*margin:10px 0pt;*/
	margin-left: 0px;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: auto;
	font-family:Verdana,Trebuchet MS,Arial,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	text-align:left;
	cursor: pointer;
}

.block_sh_left h1
{
	background:transparent url(../images/struct/block_h1_width_157.jpg) no-repeat scroll center top;
	font-family:Trebuchet MS,Tahoma,sans-serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	height:27px;
	line-height:26px;
	margin:0pt;
	overflow:hidden;
	padding:0pt 0pt 0pt 10px;
	position:relative;
}

.block_sh_left b
{
	font-size:10px;
}

.block_footer_sh_left
{
	background:transparent url(../images/struct/pixeles_rosas.jpg) repeat-x scroll center top;
	width: auto;
	height: auto;
	position: inherit;
	margin-left: 2px;
	margin-right: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	text-align: right;
}


.block_footer_esquina_sh_left
{
	background:transparent url(../images/struct/pixeles_rosas.jpg) repeat-x scroll center top;
	width: auto;
	height: auto;
	position:inherit;
	margin-left: 2px;
	margin-right: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	text-align: right;
}

.block_footer_esquina_sh_left a
{
	padding: 1px 1px 1px 1px;
	cursor:pointer;
	color:#ac73c2;
	font-family:Verdana,sans-serif;
	font-size:10px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

.block_footer_esquina_sh_left a.last
{
	border-right:medium none;
}

.block_footer_esquina_sh_left a.current
{
	color:#ac73c2;
	text-decoration:none;
}

.block_footer_esquina_sh_left a:hover
{
	color:#000000;
	text-decoration:none;
}

#sh_right_logo
{
	/*border:1px dashed #000000;*/
	width: 760px;
	height: 120px;
	float: left;
	text-align: center;
}

#sh_right_contenido
{
	/*border:1px dashed #000000;*/
	width: 760px;
	height: 190px;
	float: left;
}

#sh_right_contenido_sub
{
	/*border:1px dashed #000000;*/
	width: 253px;
	height: 210px; 
	margin-top: 20px;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: normal;
	text-align: center;
}

#sh_right_contenido_sub p
{
	margin-top: 15px;
	margin-left: 12px;
	margin-right: 12px;
	text-align: left;
}

/*

	height: 8px;
	width: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: auto;
	margin-right: auto;
	CSS Sección HADAMAR
*/

#frame_izq
{
	/*border:1px dashed #000000;*/
	height: 510px;
	width: 302px;
	float:left;
}


#block_frame_izq p
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#contenido_block_frame_izq
{
	height: 440px;
}

#contenido_block_frame_izq p
{
	line-height: 20px;
}

#frame_der
{
	/*border:1px dashed #000000;*/
	height: auto;
	width: 601px;
	float:left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: normal;
	line-height: normal;
	margin-top: 10px;
	margin-right: 15px;
}

/*
	CSS Sección HADAMA VIATGES
*/

#sub_body_struct_hadama_viatges
{
	height: 660px;
}

#contenido_block_frame_izq_hadama_viatges
{
	height: 580px;
}

/*
	CSS Sección HADAMA AULARI (FORMACIO)
*/

#sub_body_struct_hadama_formacio
{
	height: 520px;
}

#contenido_block_frame_izq_hadama_formacio
{
	height: 440px;
}

/*
	CSS Sección HADAMA FUNDACIO
*/

#sub_body_struct_hadama_fundacio
{
	height: 720px;
}

#contenido_block_frame_izq_hadama_fundacio
{
	height: 640px;
}

/*
	CSS Sección HADAMA HADAMAR
*/

#sub_body_struct_hadamar
{
	height: 820px;
}

#contenido_block_frame_izq_hadama_hadamar
{
	height: 740px;
}


/*
	CSS Bloques
*/

.block
{
	position:inherit;
	background:transparent url(../images/struct/block_fondo_total_width.jpg) no-repeat scroll center bottom;
	color:#666666;
	width:280px;
	font-size:12px;
	/*margin:10px 0pt;*/
	margin-left: 0px;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: auto;
	font-family:Verdana,Trebuchet MS,Arial,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	color:#000000;
	text-align:left;
}

#block_home_1 p
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#block_home_1
{
	float:left;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: auto;
}

#block_home_2
{
	float:inherit;
	margin-left: 16px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: auto;
}

#block_home_2 p
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}


#block_home_3
{
	float:right;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: auto;
}

#block_home_3 p
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}


.block h1
{
	background:transparent url(../images/struct/block_h1_width.jpg) no-repeat scroll center top;
	font-family:Trebuchet MS,Tahoma,sans-serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	height:27px;
	line-height:26px;
	margin:0pt;
	overflow:hidden;
	padding:0pt 0pt 0pt 10px;
	position:relative;
}


.block p
{
	margin:0pt;
}

#contenido_block_1
{
	height:255px;
}

#contenido_block_2
{
	height:255px;
}

#contenido_block_3
{
	height:255px;
}

.contenido_block
{
	width: auto;
	height: auto;
}

.contenido_block ul
{
	position:relative;
	list-style-type:none;
	margin-top: 10px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 10px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.contenido_block a
{
	cursor:pointer;
	color:#ac73c2;
	font-family:Verdana,sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-decoration:none;
}

.contenido_block a.last
{
	background:transparent none repeat scroll 0%;
}

.contenido_block a.current
{
	color:#ac73c2;
}
.contenido_block a:hover
{
	color:#FFFFFF;
}


.block_footer
{
	background:transparent url(../images/struct/pixeles_rosas.jpg) repeat-x scroll center top;
	width: auto;
	height: auto;
	position:inherit;
	margin-left: 2px;
	margin-right: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	text-align: right;
}

#block_footer_esquina
{
	background:transparent url(../images/esquina_izq_inf_footer.jpg) bottom left;
}

.block_footer a
{
	padding: 1px 1px 1px 1px;
	cursor:pointer;
	color:#ac73c2;
	font-family:Verdana,sans-serif;
	font-size:10px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

.block_footer a.last
{
	border-right:medium none;
}

.block_footer a.current
{
	color:#ac73c2;
	text-decoration:none;
}

.block_footer a:hover
{
	color:#000000;
	text-decoration:none;
}

/*
	Sección de contacto

*/


#sub_body_struct_hadama_contacte
{
	height: 360px;
}

#frame_central_contacta
{
	height: auto;
	width: 580px;
	margin-left: 165px; /*ojo eran 170 asignados*/
	margin-right: 165px;
}

.block_contacta
{
	position:inherit;
	background:transparent url(../../images/struct/fondo_block_580.jpg) no-repeat scroll center bottom;
	color:#666666;
	width:580px;
	height: auto;
	font-size:12px;
	/*margin:10px 0pt;*/
	margin-left: 0px;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: auto;
	font-family:Verdana,Trebuchet MS,Arial,sans-serif;
	font-style:normal;
	font-variant:normal;
	text-align:left;
}

.block_contacta h1
{
	background:transparent url(../../images/struct/block_h1_width_580.jpg) no-repeat scroll center top;
	font-family:Trebuchet MS,Tahoma,sans-serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	height:27px;
	line-height:26px;
	margin:0pt;
	overflow:hidden;
	padding:0pt 0pt 0pt 10px;
	position:relative;
}


#contenido_block_contacta
{
	height: 280px;
}

form
{
	margin-top: 20px;
	max-width:600px;
	min-width:500px;
	padding:0pt;
	width:560px;
}

form fieldset
{
	border:1px solid #000000;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding:10px;
}

form fieldset legend
{
	font-weight:bold;
}

form label
{
	display:block;
	float:left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	padding:0pt;
	text-align:right;
	width:150px;
}

form fieldset label:first-letter
{
	text-decoration:underline;
}

form input, form textarea
{
	border:1px solid #000000;
	margin:10px 0pt 0pt 10px;
	width:auto;
}

textarea
{
	overflow:auto;
}

form br
{
	clear:left;
}

/*
	CSS Sección HADAMA MAPA WEB
*/

#sub_body_struct_hadama_mapa_web
{
	height: 280px;
}

#contenido_block_mapa_web
{
	height: 220px;
}

/*
	CSS Sección HADAMA NOTICIES
*/

#sub_body_struct_hadama_noticies
{
	height: 1450px;
}

#contenido_block_noticies
{
	height: 1400px;
}

#contenido_block_noticies ul
{
	position:relative;
	list-style-type:square;
	margin-top: 10px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 10px;
	font-size:12px;
	font-weight:bold;
	color:#999999;
	line-height: 20px;
}

#noticies_style_1
{
	margin-left: 80px;
	margin-top: 0px;
	font-weight: 500;
}

/*
	CSS Sección HADAMA PROJECTES
*/

#sub_body_struct_hadama_projectes
{
	height: 410px;
}

#contenido_block_projectes
{
	height: 360px;
}

#contenido_block_projectes ul
{
	position:relative;
	list-style-type:square;
	margin-top: 10px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 10px;
	font-size:12px;
	font-weight:bold;
	color:#999999;
	line-height: 20px;
}

#projectes_style_1
{
	margin-left: 50px;
	font-size: 14px;
	color: #ac73c2;
	font-style:italic;
}

#projectes_style_2
{
	margin-left: 10px;
	font-size: 20px;
	color: #ac73c2;
}

/*
	Hadama RESPIRS
*/

#sub_body_struct_hadama_respirs
{
	height: 1800px;
}

#sub_body_struct_hadama_respirs_izq
{
	height: 550px;
}