*{
	margin:0px;
	padding:0px;
	
}
body{
	font-family:Verdana;
	font-size:12px;
	color:#494949;
	line-height:20px;

}
p{
}
a{
	color:#B11C3C;
}
.both{
	clear:both;
}
input[type=text],textarea{
	border:1px solid #1b1b1b;
	padding:3px;
	font-size:12px;
}
i{
	color:#474747;
	text-align:left;
}
input[type=submit]
{
	border:none;
	background:none;
	background-image:url(../img/boton_enviar.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:99px;
	height:22px;
	cursor:pointer;
}
#central{
	width:1000px;
	margin:auto;
	text-align:justify;
	
}
#cabecera_portada{
	background-image:url(../img/cabeceras/cabecera_portada.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:133px;
}
#contingut{
	width:940px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}

#contingut #derecha{
	float:right;
	width:220px;
}
#contingut #derecha img{
	margin-bottom:20px;
}
#contingut #central{
	position:relative;
	margin-right:240px;
	width:700px;
	text-align:justify;
}
#contingut #central h1{
	color:#b11e3b;
	font-size:16px;
	line-height:25px;
	text-align:left;
}

a#replaced {
    display:block;
	background-image:url(../img/boton_info.jpg);
	height:25px;
	background-position:bottom;
	width:72px;
	float:right;
	margin-top:10px;

}
a#replaced:hover {
    display:block;
	background-image:url(../img/boton_info.jpg);
	height:25px;
	background-position:top;
	width:72px;
	float:right;
	margin-top:10px;
}

/********** CARTAS ************/
.top_form{
	background-image:url(../img/recuadro_formulario_superior.jpg);
	background-repeat:no-repeat;
	height:7px;
	width:682px;
}
.bottom_form{
	background-image:url(../img/recuadro_formulario_inferior.jpg);
	background-repeat:no-repeat;
	height:7px;
	width:682px;
	
}
.central_form{
	background-image:url(../img/recuadro_formulario_interior.jpg);
	background-repeat:repeat-y;
	border-top:0px;
	border-bottom:0px;
	width:682px;
}

a#volver{
	display:block;
	background-image:url(../img/boton_volver.jpg);
	background-repeat:no-repeat;
	width:94px;
	height:25px;
	cursor:pointer;
	margin-top:15px;
	float:right;
}
a#volver:hover{
	background-position:bottom;
}
   
#pie{
	background-image:url(../img/pie.jpg);
	width:1000px;
	height:122px;
	color:#FFFFFF;
}
#pie p{
	padding-top:30px;
	margin-left:30px;
}
#pie a{
	color:#FFFFFF;
	text-decoration:none;
}