/********************************************************************* GENERAL*/
body {
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
	background-color:#eeeeee;
	line-height:14px;
	background-image: url(../imagesWEB/fondo.png);
	background-repeat:  repeat-x;
}
img{
	border:0px;
}
p{
	margin:0px;
	padding:0px 0px 10px 0px;
}
a{
	color:#222222;
	text-decoration:none;
}
a:hover{
	color:#222222;
	text-decoration:underline;
}
.div_clear{
	clear:both;
}
#div_final_body{
	clear:both;
	height:33px;
	background-image: url(../imagesWEB/background_bottom.jpg);
}

#div_centrado {
	position:absolute;
	left:50%;
	width: 1000px;
	margin-left:-500px;
}
#div_footer{
	clear:both;
	text-align:center;
	font-size:12px;
	color:#999999;
	padding:10px 0px 25px 0px;
}
#div_footer .mail a{
	color:#b20000;
	text-decoration:none;
	font-weight:bold;
}
#div_footer .mail a:hover{
	text-decoration:underline;
}
/*Header*/
#div_header {
	height:309px;
	padding:10px 0px 0px 10px;
	background-image:url(../imagesWEB/banner_home.jpg);
	background-repeat: no-repeat;
}
#div_header_menu{
	width:270px;
	height:187px;
	padding:100px 0px 0px 13px;
	background-image:url(../imagesWEB/grafopata_home.png);
	background-repeat: no-repeat;
}
#div_header_menu .butons{
	margin-bottom:25px;
}
/*Header Seccions*/
#header {
	height:235px;
	padding:10px 0px 0px 10px;
	background-image:url(../imagesWEB/banner_seccions.jpg);
	background-repeat: no-repeat;
}
#header_menu{
	width:270px;
	height:192px;
	padding:20px 0px 0px 13px;
	background-image:url(../imagesWEB/grafopata_seccions.png);
	background-repeat: no-repeat;
}
#header_menu .butons{
	margin-bottom:25px;
}

/********************************************************************* HOME*/
/*Home*/
#home_body {
	width:960px;
	padding:30px 20px 0px 20px;
	background-color:#fff;
	background-color:#fff;
	background-image: url(../imagesWEB/background_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.home_image{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

/*Columna 1*/
#home_body_col_1{
	float:left;
	width:222px;
	min-height:600px;
	margin-right:10px;
}
* html #home_body_col_1{
	height:600px;
}
#home_body_col_1 h1{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin:0px 0px 20px 0px;
	padding:0px;
}
#home_body_col_1 .ficha{
	margin-bottom:25px;
	line-height:16px;
	font-weight:bold;
}
#home_body_col_1 .ficha img{
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #b20000;	
	margin-bottom:8px;
}
#home_body_col_1 .color{
	color: #b20000;
}

/*Columna 2 Fila 1*/
#home_body_row_1{
	float:left;
	width:728px;
	min-height:300px;
	margin-bottom:25px;
}
* html #home_body_row_1{
	height:300px;
}
#home_body_row_1 h2{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#126b99;
	margin:0px 0px 20px 0px;
	padding:0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #126b99;
}
#home_body_row_1 .ficha{
	margin:0px 25px 25px 0px;
	text-align:justify;
}
#home_body_row_1 .ficha img{
	float:left;
	margin:0px 5px 5px 0px;
}
#home_body_row_1 .ficha a{
	color:#222222;
	text-decoration:none;
}
#home_body_row_1 .ficha a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#222222;
}
#home_body_row_1 .ficha h3{
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#home_body_row_1 .ficha h4{
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#home_body_row_1 .ficha a.color{
	color:#126b99;
	text-decoration:none;
	font-weight:bold;
}
#home_body_row_1 .ficha a.color:hover{
	color:#fff;
	text-decoration:none;
	background-color:#126b99;
	font-weight:bold;
}

/*Columna 2 Fila 2*/
#home_body_row_2{
	float:left;
	width:728px;
	min-height:300px;
}
* html #home_body_row_2{
	height:300px;
}
#home_body_row_2 h2{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#e38704;
	margin:0px 0px 20px 0px;
	padding:0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e38704;
}
#home_body_row_2 .ficha{
	margin:0px 25px 25px 0px;
	text-align:justify;
}
#home_body_row_2 .ficha img{
	float:left;
	margin:0px 5px 5px 0px;
}
#home_body_row_2 .ficha a{
	color:#222222;
	text-decoration:none;
}
#home_body_row_2 .ficha a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#222222;
}
#home_body_row_2 .ficha h3{
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#home_body_row_2 .ficha h4{
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#home_body_row_2 .ficha a.color{
	color:#e38704;
	text-decoration:none;
	font-weight:bold;
}
#home_body_row_2 .ficha a.color:hover{
	color:#fff;
	text-decoration:none;
	background-color:#e38704;
	font-weight:bold;
}
/********************************************************************* DIBUJANTES*/

#dibujantes_body {
	width:960px;
	padding:30px 20px 0px 20px;
	background-color:#fff;
	background-color:#fff;
	background-image: url(../imagesWEB/background_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.dibujantes_image{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
/*Columna 1*/
#dibujantes_body_col_1{
	float:left;
	width:222px;
	min-height:600px;
	margin-right:10px;
}
* html #dibujantes_body_col_1{
	height:600px;
}
#dibujantes_body_col_1 form{
	margin:0px 0px 10px 0px;
	padding:0px;
}
#dibujantes_body_col_1 form{
	margin:0px 0px 15px 0px;
	padding:0px;
}
#dibujantes_body_col_1 form #caixa{
	width:100px;
	height:20px;
	background-color: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	border:1px solid #222222;
	color:#b20000;
	padding:3px 0px 0px 3px;
	float:left;
	margin-right:5px;
}
#dibujantes_body_col_1 h1{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}
#dibujantes_body_col_1 .lista{  	
	font-size:12px;
	color:#7f7f7f;
	list-style:none;
	margin:0px 0px 20px 5px;	
	padding:0px;
}
#dibujantes_body_col_1 .lista .link{  	
	margin:0px 0px 5px 0px;	
	padding:0px;
}
#dibujantes_body_col_1 .lista .link a{  	
	color:#7f7f7f;	
	text-decoration:none;
}
#dibujantes_body_col_1 .lista .link a:hover{  	
	color:#b20000;
	text-decoration:underline;
}
/*Columna 2*/
#dibujantes_body_col_2{
	float:left;
	width:728px;
	min-height:300px;
	margin-bottom:25px;
}
* html #dibujantes_body_col_2{
	height:300px;
}
#dibujantes_body_col_2 h2{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#b20000;
	margin:0px 0px 7px 0px;
	padding:0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b20000;
}
#dibujantes_body_col_2 #resumen{
	text-align:left;
	font-size:14px;
	color:#999999;
	margin-bottom:20px;
}
#dibujantes_body_col_2 .letra{
	float:left;
	font-size:50px;
	color:#fff;
	padding:17px 0px 10px 100px;
	width:40px;
	background-color:#b20000;
	clear:left;
	margin-bottom:5px;
}

#dibujantes_body_col_2 .ficha{
	margin:0px 25px 25px 200px;
	width:300px;
}
#dibujantes_body_col_2 .ficha a{
	color:#222222;
	text-decoration:none;
}
#dibujantes_body_col_2 .ficha a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#222222;
}
#dibujantes_body_col_2 .ficha h3{
	display:inline;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#dibujantes_body_col_2 .ficha h4{
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 0px;
	COLOR:#999999;
}
#dibujantes_body_col_2 #navegacio{
	margin:25px 0px 35px 0px;
	text-align:center;
	height:inherit;
}
#dibujantes_body_col_2 #navegacio a{
	color:#b20000;
	text-decoration:none;
	border-width: 1px;
	border-color:#b20000;
	border-style:solid;
	padding:5px;
}
#dibujantes_body_col_2 #navegacio a:hover{
	color:#fff;
	background-color:#b20000;
	text-decoration:none;
	border-width: 1px;
	border-color:#b20000;
	border-style:solid;
	padding:5px;
}
/********************************************************************* FICHA DIBUJANTES*/

#ficha_dibujantes_body {
	width:960px;
	padding:30px 20px 0px 20px;
	background-color:#fff;
	background-image: url(../imagesWEB/background_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.ficha_dibujantes_image{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
#ficha_dibujantes_body a.atras{
	display:block;
	float:right;
	color:#b20000;
	text-decoration:none;
	margin-bottom:10px;
}
#ficha_dibujantes_body a.atras:hover{
	display:block;
	float:right;
	color:#fff;
	text-decoration:none;
	background-color:#b20000;
	margin-bottom:10px;
}

/*Columna 1*/
#ficha_dibujantes_body_col_1{
	float:left;
	width:224px;
	min-height:600px;
	padding-left:22px;
	margin-left:23px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;	
}
* html #ficha_dibujantes_body_col_1{
	height:600px;
}
#ficha_dibujantes_body_col_1 h1{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin:0px 0px 20px 0px;
	padding:0px;
}
#ficha_dibujantes_body_col_1 .ficha{
	float:left;
	width:105px;
	margin-right:10px;
	margin-bottom:5px;
	line-height:16px;
	font-weight:bold;
}
#ficha_dibujantes_body_col_1 .ficha_nomargen{
	float:left;
	width:105px;
	margin-right:0px;
	margin-bottom:5px;
	line-height:16px;
	font-weight:bold;
}
#ficha_dibujantes_body_col_1 .ficha img{
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #b20000;	
	margin-bottom:8px;
}
#ficha_dibujantes_body_col_1 .ficha .pie{
	font-size:11px;
	font-weight:100;
	padding-bottom:12px;
	padding-right:10px;
	line-height:14px;
}
#ficha_dibujantes_body_col_1 .ficha_nomargen img{
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #b20000;	
	margin-bottom:8px;
}
#ficha_dibujantes_body_col_1 .ficha_nomargen .pie{
	font-size:11px;
	font-weight:100;
	padding-bottom:12px;
	padding-right:10px;
	line-height:14px;
}

/*Columna 2*/
#ficha_dibujantes_body_col_2{
	float:left;
	width:690px;
	min-height:300px;
	margin-bottom:25px;
}
* html #ficha_dibujantes_body_col_2{
	height:300px;
}
#ficha_dibujantes_body_col_2 img{
	float:left;
	margin:0px 10px 5px 0px;
}
#ficha_dibujantes_body_col_2 h2{
	font-size:26px;
	line-height:28px;
	font-weight:bold;
	color:#b20000;
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
}
#ficha_dibujantes_body_col_2 h2 span{
	font-size:20px;
	font-weight:100;
}
#ficha_dibujantes_body_col_2 h3{
	font-size:16px;
	font-weight:100;
	color:#222222;
	margin:0px 0px 5px 0px;
	padding:0px;
}
#ficha_dibujantes_body_col_2 h3 span{
	font-weight:bold;
}
#ficha_dibujantes_body_col_2 h4{
	font-size:16px;
	font-weight:100;
	color:#222222;
	margin:0px 0px 5px 0px;
	padding:0px;
}
#ficha_dibujantes_body_col_2 h4 span{
	font-weight:bold;
}
#ficha_dibujantes_body_col_2 h4 a{
	text-decoration:none;
	color:#222222;
}
#ficha_dibujantes_body_col_2 h4 a:hover{
	text-decoration:underline;
	color:#b20000;
}
#ficha_dibujantes_body_col_2 h5{
	font-size:14px;
	font-weight:100;
	color:#222222;
	margin:0px;
	padding:0px;
}
#ficha_dibujantes_body_col_2 h5 a{
	text-decoration:underline;
	color:#222222;
	font-weight:100;
}
#ficha_dibujantes_body_col_2 h5 a:hover{
	text-decoration:underline;
	color:#b20000;
	font-weight:100;
}
#ficha_dibujantes_body_col_2 .firma{
	margin:0px 0px 5px 0px;
	float:none;
}
#ficha_dibujantes_body_col_2 .ficha p{
	text-align:justify;
	margin:0px 0px 10px 0px;
}
#ficha_dibujantes_body_col_2 .ficha h3{
	display:block;
	color:#22222;
	margin:15px 0px 0px 0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
}
#ficha_dibujantes_body_col_2 .ficha .contenido{
	width:703px;
	margin-top:0px;
	background-image:none;
}
#ficha_dibujantes_body_col_2 .ficha .mediumi a{
	display:block;
	text-decoration:none;
	color:#22222;
	font-size:14px;
	padding-left:18px;
	margin-right:15px;
	background-image: url(../imagesWEB/author.jpg);
	background-repeat:no-repeat;
	background-position:left center;	
}
#ficha_dibujantes_body_col_2 .ficha .mediumi a:hover{
	display:block;
	text-decoration:underline;
	color:#b20000;
	font-size:14px;
	padding-left:18px;
	margin-right:15px;
	background-image: url(../imagesWEB/author.jpg);
	background-repeat:no-repeat;
	background-position:left center;	
}
#ficha_dibujantes_body_col_2 .ficha a.bloggi{
	background-image: url(../imagesWEB/blog.jpg);
}
#ficha_dibujantes_body_col_2 .ficha a.bloggi:hover{
	background-image: url(../imagesWEB/blog.jpg);
}

/********************************************************************* NOTICIAS*/

#noticias_body {
	width:960px;
	padding:30px 20px 0px 20px;
	background-color:#fff;
	background-color:#fff;
	background-image: url(../imagesWEB/background_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.noticias_image{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
/*Columna 1*/
#noticias_body_col_1{
	float:left;
	width:222px;
	min-height:600px;
	margin-right:10px;
}
* html #noticias_body_col_1{
	height:600px;
}
#noticias_body_col_1 h1{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}
#noticias_body_col_1 .lista{  	
	font-size:12px;
	color:#7f7f7f;
	list-style:none;
	margin:0px 0px 20px 5px;	
	padding:0px;
}
#noticias_body_col_1 .lista .link{  	
	margin:0px 0px 5px 0px;	
	padding:0px;
}
#noticias_body_col_1 .lista .link a{  	
	color:#7f7f7f;	
	text-decoration:none;
}
#noticias_body_col_1 .lista .link a:hover{  	
	color:#126b99;
	text-decoration:underline;
}
/*Columna 2*/
#noticias_body_col_2{
	float:left;
	width:728px;
	min-height:300px;
	margin-bottom:25px;
}
* html #noticias_body_col_2{
	height:300px;
}
#noticias_body_col_2 h2{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#126b99;
	margin:0px 0px 7px 0px;
	padding:0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #126b99;
}
#noticias_body_col_2 #resumen{
	text-align:left;
	font-size:14px;
	color:#999999;
	margin-bottom:20px;
}
#noticias_body_col_2 .ficha{
	margin:0px 25px 25px 0px;
	text-align:justify;
}
#noticias_body_col_2 .ficha img{
	float:left;
	margin:0px 5px 3px 0px;
}
#noticias_body_col_2 .ficha a{
	color:#222222;
	text-decoration:none;
}
#noticias_body_col_2 .ficha a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#222222;
}
#noticias_body_col_2 .ficha h3{
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#noticias_body_col_2 .ficha h4{
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#noticias_body_col_2 .ficha a.color{
	color:#126b99;
	text-decoration:none;
	font-weight:bold;
}
#noticias_body_col_2 .ficha a.color:hover{
	color:#fff;
	text-decoration:none;
	background-color:#126b99;
	font-weight:bold;
}

#noticias_body_col_2 #navegacio{
	text-align:center;
}
#noticias_body_col_2 #navegacio a{
	color:#126b99;
	text-decoration:none;
	border-width: 1px;
	border-color:#126b99;
	border-style:solid;
	padding:5px;
}
#noticias_body_col_2 #navegacio a:hover{
	color:#fff;
	background-color:#126b99;
	text-decoration:none;
	border-width: 1px;
	border-color:#126b99;
	border-style:solid;
	padding:5px;
}
/********************************************************************* FICHA NOTICIAS*/

#ficha_noticias_body {
	width:960px;
	padding:30px 20px 0px 20px;
	background-color:#fff;
	background-image: url(../imagesWEB/background_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.ficha_noticias_image{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
/*Columna 1*/
#ficha_noticias_body_col_1{
	float:left;
	width:222px;
	min-height:600px;
	margin-right:10px;
}
* html #ficha_noticias_body_col_1{
	height:600px;
}
#ficha_noticias_body_col_1 h1{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin:0px 0px 20px 0px;
	padding:0px;
}
#ficha_noticias_body_col_1 .ficha{
	margin-bottom:10px;
	line-height:16px;
	font-weight:bold;
}
#ficha_noticias_body_col_1 .ficha img{
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #126b99;	
	margin-bottom:8px;
}
#ficha_noticias_body_col_1 .ficha .pie{
	font-size:11px;
	font-weight:100;
	padding-bottom:12px;
	padding-right:20px;
	line-height:14px;
}
/*Columna 2*/
#ficha_noticias_body_col_2{
	float:left;
	width:728px;
	min-height:300px;
	margin-bottom:25px;
}
* html #ficha_noticias_body_col_2{
	height:300px;
}
#ficha_noticias_body_col_2 h2{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#126b99;
	margin:0px 0px 7px 0px;
	padding:0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #126b99;
}
#ficha_noticias_body_col_2 #resumen{
	text-align:left;
	font-size:14px;
	color:#999999;
	margin-bottom:20px;
}
#ficha_noticias_body_col_2 #resumen a{
	text-decoration:none;
	color:#999999;
}
#ficha_noticias_body_col_2 #resumen a:hover{
	text-decoration:underline;
	color:#126b99;
}
#ficha_noticias_body_col_2 a.atras{
	display:block;
	float:right;
	color:#126b99;
	text-decoration:none;
}
#ficha_noticias_body_col_2 a.atras:hover{
	display:block;
	float:right;
	color:#fff;
	text-decoration:none;
	background-color:#126b99;
}
#ficha_noticias_body_col_2 .ficha{
	margin:0px 25px 25px 0px;
	text-align:justify;
}
#ficha_noticias_body_col_2 .ficha img{
	float:left;
	margin:10px 10px 5px 0px;
}
#ficha_noticias_body_col_2 .ficha .pdf{
	float:none;
	margin:10px 0px 10px 0px;
}
#ficha_noticias_body_col_2 .ficha h3{
	display:block;
	color:#22222;
	margin:5px 0px 0px 0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
}
#ficha_noticias_body_col_2 .ficha .contenido{
	width:703px;
	margin-top:0px;
	background-image:none;
}
#ficha_noticias_body_col_2 .ficha .mediumi a{
	text-decoration:none;
	color:#22222;
	font-size:14px;
	padding-left:18px;
	margin-right:15px;
	background-image: url(../imagesWEB/user.jpg);
	background-repeat:no-repeat;
	background-position:left center;	
}
#ficha_noticias_body_col_2 .ficha .mediumi a:hover{
	text-decoration:underline;
	color:#126b99;
	font-size:14px;
	padding-left:18px;
	margin-right:15px;
	background-image: url(../imagesWEB/user.jpg);
	background-repeat:no-repeat;
	background-position:left center;	
}

/********************************************************************* BLOG*/

#blog_body {
	width:960px;
	padding:30px 20px 0px 20px;
	background-color:#fff;
	background-color:#fff;
	background-image: url(../imagesWEB/background_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.blog_image{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
/*Columna 1*/
#blog_body_col_1{
	float:left;
	width:222px;
	min-height:600px;
	margin-right:10px;
}
* html #blog_body_col_1{
	height:600px;
}
#blog_body_col_1 h1{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}
#blog_body_col_1 .lista{  	
	font-size:12px;
	color:#7f7f7f;
	list-style:none;
	margin:0px 0px 20px 5px;	
	padding:0px;
}
#blog_body_col_1 .lista .link{  	
	margin:0px 0px 5px 0px;	
	padding:0px;
}
#blog_body_col_1 .lista .link a{  	
	color:#7f7f7f;	
	text-decoration:none;
}
#blog_body_col_1 .lista .link a:hover{  	
	color:#e38704;
	text-decoration:underline;
}
/*Columna 2*/
#blog_body_col_2{
	float:left;
	width:728px;
	min-height:300px;
	margin-bottom:25px;
}
* html #blog_body_col_2{
	height:300px;
}
#blog_body_col_2 h2{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#e38704;
	margin:0px 0px 7px 0px;
	padding:0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e38704;
}
#blog_body_col_2 #resumen{
	text-align:left;
	font-size:14px;
	color:#999999;
	margin-bottom:20px;
}
#blog_body_col_2 .ficha{
	margin:0px 25px 25px 0px;
	text-align:justify;
}
#blog_body_col_2 .ficha img{
	float:left;
	margin:0px 5px 3px 0px;
}
#blog_body_col_2 .ficha a{
	color:#222222;
	text-decoration:none;
}
#blog_body_col_2 .ficha a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#222222;
}
#blog_body_col_2 .ficha h3{
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#blog_body_col_2 .ficha h4{
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#blog_body_col_2 .ficha a.color{
	color:#e38704;
	text-decoration:none;
	font-weight:bold;
}
#blog_body_col_2 .ficha a.color:hover{
	color:#fff;
	text-decoration:none;
	background-color:#e38704;
	font-weight:bold;
}

#blog_body_col_2 #navegacio{
	text-align:center;
}
#blog_body_col_2 #navegacio a{
	color:#e38704;
	text-decoration:none;
	border-width: 1px;
	border-color:#e38704;
	border-style:solid;
	padding:5px;
}
#blog_body_col_2 #navegacio a:hover{
	color:#fff;
	background-color:#e38704;
	text-decoration:none;
	border-width: 1px;
	border-color:#e38704;
	border-style:solid;
	padding:5px;
}
/********************************************************************* FICHA BLOG*/

#ficha_blog_body {
	width:960px;
	padding:30px 20px 0px 20px;
	background-color:#fff;
	background-image: url(../imagesWEB/background_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.ficha_blog_image{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
/*Columna 1*/
#ficha_blog_body_col_1{
	float:left;
	width:222px;
	min-height:600px;
	margin-right:10px;
}
* html #ficha_blog_body_col_1{
	height:600px;
}
#ficha_blog_body_col_1 h1{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin:0px 0px 20px 0px;
	padding:0px;
}
#ficha_blog_body_col_1 .ficha{
	margin-bottom:10px;
	line-height:16px;
	font-weight:bold;
}
#ficha_blog_body_col_1 .ficha img{
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #e38704;	
	margin-bottom:8px;
}
#ficha_blog_body_col_1 .ficha .pie{
	font-size:11px;
	font-weight:100;
	padding-bottom:12px;
	padding-right:25px;
	line-height:14px;
}
/*Columna 2*/
#ficha_blog_body_col_2{
	float:left;
	width:728px;
	min-height:300px;
	margin-bottom:25px;
}
* html #ficha_blog_body_col_2{
	height:300px;
}
#ficha_blog_body_col_2 h2{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#e38704;
	margin:0px 0px 7px 0px;
	padding:0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e38704;
}
#ficha_blog_body_col_2 #resumen{
	text-align:left;
	font-size:14px;
	color:#999999;
	margin-bottom:20px;
}
#ficha_blog_body_col_2 #resumen a{
	text-decoration:none;
	color:#999999;
}
#ficha_blog_body_col_2 #resumen a:hover{
	text-decoration:underline;
	color:#e38704;
}
#ficha_blog_body_col_2 a.atras{
	display:block;
	float:right;
	color:#e38704;
	text-decoration:none;
}
#ficha_blog_body_col_2 a.atras:hover{
	display:block;
	float:right;
	color:#fff;
	text-decoration:none;
	background-color:#e38704;
}
#ficha_blog_body_col_2 .ficha{
	margin:0px 25px 25px 0px;
	text-align:justify;
}
#ficha_blog_body_col_2 .ficha img{
	float:left;
	margin:10px 10px 5px 0px;
}
#ficha_blog_body_col_2 .ficha .pdf{
	float:none;
	margin:10px 0px 10px 0px;
}
#ficha_blog_body_col_2 .ficha h3{
	display:block;
	color:#22222;
	margin:5px 0px 0px 0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
}
#ficha_blog_body_col_2 .ficha .contenido{
	width:703px;
	margin-top:0px;
	background-image:none;
}
#ficha_blog_body_col_2 .ficha .mediumi a{
	text-decoration:none;
	color:#22222;
	font-size:14px;
	padding-left:18px;
	margin-right:15px;
	background-image: url(../imagesWEB/user.jpg);
	background-repeat:no-repeat;
	background-position:left center;	
}
#ficha_blog_body_col_2 .ficha .mediumi a:hover{
	text-decoration:underline;
	color:#e38704;
	font-size:14px;
	padding-left:18px;
	margin-right:15px;
	background-image: url(../imagesWEB/user.jpg);
	background-repeat:no-repeat;
	background-position:left center;	
}
.topi{
	width:703px;
	height:11px;
	background-image: url(../imagesWEB/aa_background_top.jpg);
}
.mediumi{
	width:679px;
	padding:12px;
	background-image: url(../imagesWEB/aa_background_repeat.jpg);
	background-repeat:repeat-y;
}
.bottomi{
	width:703px;
	height:16px;
	background-image: url(../imagesWEB/aa_background_bottom.jpg);
}
/********************************************************************* GRAFOPATA*/

#grafopata_body {
	width:1000px;
	background-color:#fff;
	background-image: url(../imagesWEB/background_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#grafopata_body h1{
	font-size:20px;
	line-height:24px;
	color:#b20000;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:30px 20px 25px 20px;
}
#grafopata_body h1 span{
	font-size:16px;
	font-weight:normal;
	font-style:italic;
}
#grafopata_body h2, h3{
	font-size:14px;
	line-height:16px;
	color:#b20000;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:12px 0px 5px 0px;
}
#grafopata_body .imatges{
	padding:5px 0px 10px 0px;
	text-align:center;
	font-size:11px;
	color:#999;
}
#grafopata_body .navegacio a{
	color:#b20000;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
#grafopata_body .navegacio a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#b20000;
}
