/* Boton */

	.boton {
		display: inline;
		position: relative;
		border-style: solid;
		border-width: 1px;
		border-color: #999 #333 #333 #999;
		cursor: pointer;
		background-color: #eee;
		padding: 2px 6px;
		text-align: center;
		font-size: 11px;
		line-height: 17px;
		font-weight: normal;
		text-decoration: none;
	}

	.boton:hover {
		text-decoration: none;
		color: #ccc;
	}

	.boton:active {
		border-color: #333 #999 #999 #333;
	}

/* ---- */

.capa_buscador {
	display: block;
	width: 100%;
	position: relative;

	background: url(../images/actualidade/cabecera_actualidade.jpg) left top no-repeat;

	border: 4px solid #d60;
	margin: 8px 0;

	padding: 16px;
	font-size: 13px;
	text-align: center;

}

* > .capa_buscador {
	width: auto;
}

.capa_buscador fieldset {
		display: block;
		width: 360px;
		margin: 0 auto;
		padding: 0;
		border: 0;
		text-align: left;
	}

.capa_buscador legend{
		display: block;
		clear: right;
		font-size: 21px;
		text-transform: capitalize;
}

.capa_buscador input{
		width: 180px;
}

.capa_buscador .icono, .capa_buscador .icono2 {
		position: absolute;
		width: 119px;
		height: 113px;
		background: none;

		filter:progid:DXImageTransform.microsoft.alphaimageloader(enabled=true, sizingMethod=scale src='../images/actualidade/lupa.png');
}

.capa_buscador .icono {
		top: -40px;
		right: 0px;
}

.capa_buscador .icono2 {
		top: -10;
		left: -30;
}

* > .capa_buscador .icono, * > .capa_buscador .icono2{
 		background: url(../images/actualidade/lupa.png) right top no-repeat;
}

.evento{
	border:2px solid #f90;
	text-align:left;
	padding: 32px 16px 80px;
	background:#fff url(../images/actualidade/fondo_pagina.jpg) bottom left no-repeat;
}

.evento h2{
	padding: 0;
	margin: 0;
	font-size: 21px;
}

.datos_evento {
	border: dotted #999;
	border-width: 1px 0;
	padding: 12px 0;
	font: italic 13px arial, helvetica, sans-serif;
}

.datos_evento .categoria_noticia{
	font-size: 15px;
	color: #969;
	font-style: normal;
}

.datos_evento .fecha{
	font-weight: bolder;
	font-style: normal;
}

.evento p {
	margin:0;
	padding:0;
	font-size: 15px;
	line-height: 140%;
}


.bot_volver{
	margin-right:10px;
	margin-top:50px;
	float:right;
}

.bot_volver a{
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.bot_volver a:hover{
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}

.imagenes_evento{
	margin-top:20px;
}

div.imagenes_evento img{
	margin:5px;
	float:left;
	max-height:200px;
    max-width:100px;
    
}

* html div.imagenes_evento img {
    width:100px;
    height:80px;
}
