/* CSS Document */

#contenidos h1 {
    border: medium none;
    clear: both;
    color: #000000;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 6px 0 12px;
}
#contenidos h2.buscador_titulo {
    font-size: 18px;
    letter-spacing: 0;
}
#contenidos .buscador {
    background-color: #FF4411;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 16px;
    padding: 4px 8px;
}

/* 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 {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    padding: 3px;
    width: 174px;
}
#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;
    border-radius: 2px 2px 2px 2px;
	border-style: solid;
    color: #FFFFFF;
    padding: 1px;
    width: 65px;
}

.ver_todos {
    margin-bottom: 36px;
    margin-top: 12px;
}
#contenidos .ver_todos a {
	font-weight:bold;
}
