@charset "utf-8";
/* CSS Document */
#bulletin{
	display:block;	
}
#bulletin p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#58595b;
}
#bulletin a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
}
a {
	color: #666666;
}
h1 {
	color: #666666;
}
h2 {
	color: #666666;
}
h3 {
	color: #666666;
}
#breadcrumb a.selected,
#page #breadcrumb a.selected{
	color:#666666;	
}
#bulletin div{
	border-bottom:1px solid #DFDFDF;
	padding-top:10px;
	padding-bottom:10px;
	
}
#bulletin div label{
	color: #666666;
	font-weight:bold;
	padding:4px 0px 4px 0px;
}
#bulletin div span{
	display:block;	
	padding:6px 0px 6px 0px;
}
#bulletin div a{
	
}
#bulletin div a img{
	background-color:#FFFFFF;
	border:#e3e3e3 1px solid;
	padding:3px;
	/*float:left;*/
	/*margin-right:10px;*/
}
.subscribe_bulletin{
	text-align:right;
	padding-right:150px;
}
.subscribe_bulletin input,
.subscribe_bulletin select{
	width: 215px;
	font-size: 11px;	
	border:1px solid #CCC;
	margin-bottom:10px;
}
.subscribe_bulletin label{
	font-size: 11px;
	color: #333333;	
	margin-bottom:10px;
	padding-right:10px;
}
/* Formulario */
#current form {
	width: 400px;
	text-align: right;
}
#current form label {
	font-size: 11px;	
	color:#333;
}
#current form input, textarea {
	border: 1px solid #ccc;
	width: 215px;
	font-size: 11px;
}
#current form textarea {
	vertical-align: top;
	height: 200px;
	overflow: visible;
}
#current form button {
	margin-top: 10px;
}