/* CSS Document */

#contenidos h2.buscador_titulo {
	font-size:18px;
}
#contenidos .buscador {
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
	background-color:#CC0000;
	padding:4px;
	margin-top:16px;
}

/* Ficha de listado */

#contenidos .item_buscador {
	color:#666666;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #AAAAAA;
	padding-top: 0px;
	margin-top:10px;
	clear: both;
}
#contenidos .item_buscador:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#contenidos .item_buscador .titulo {
	float:none;
	clear:right;
}
#contenidos .item_buscador h3 {
	width: 370px;
	margin-bottom: 6px;
	margin-top: 2px;
	padding-top:4px;
	font-weight:bold;
	font-size:14px;
	border:none;
	float:left;
}
#contenidos .item_buscador .estadisticas {
	text-align:right;
	width:98px;
	margin-top:1px;
	float:right;
}
#contenidos .item_buscador .estadisticas img {
	margin-left:8px;
	margin-right:4px;
}
#contenidos .item_buscador .pasados {
	margin-top: 12px;
}

#contenidos .item_buscador a:hover {
	background-color:#0000FF;
	color:#FFFFFF;
	text-decoration:none;
}
#contenidos .item_buscador .datos_agenda {
	float:left;
	width:358px;
}
#contenidos .item_buscador .datos_agenda p {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	color:#000000;
}
#contenidos .item_buscador .datos_agenda .fecha {
	font-size:13px;
	font-weight:normal;
	margin-bottom:4px;
}
#contenidos .item_buscador .descripcion {
	float:none;
	clear:both;
	margin-top:4px;
	font-size:11px;
}
#contenidos .item_buscador .descripcion p {
	font-size:11px;
	font-weight:normal;
	color:#666666;
}


#buscador {
	margin-top:10px;
	width: 100%;
	font-size:10px;
	text-align:center;
	color:#0000FF;
	padding-top:6px;
	margin-bottom:4px;
}

#buscador p {
	margin-top:0px;
	margin-bottom:4px;
	margin-left:0px;
	margin-right:0px;
}

#buscador #form {
	margin:0px;
}
#buscador .texto {
	width: 70%;
	border-style:dotted;
	border-width:1px;
	border-color: #0000FF;
	margin:0px;
}
#buscador .texto:hover, #buscador .texto:focus {
	border-style:solid;
	border-width:1px;
	border-color: #0000FF;
	background-color:#F0F0FF;
}
#buscador .boton {
	background-color:#0000FF;
	border-color: #0000FF;
	color:#FFFFFF;
	width: 26%;
}

.ver_todos {
	margin-top:12px;
	margin-bottom:12px;
}
#contenidos .ver_todos a {
	font-weight:bold;
	color:#cc0000;
}