#Listado {
     margin:10px 0 0;
}

/* responsivo */
@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#Listado table, 
	#Listado thead, 
	#Listado tbody, 
	#Listado th, 
	#Listado td, 
	#Listado tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#Listado thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#Listado tr { border-bottom: 1px solid #ffdd00; }
 
	#Listado td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 40%; 
		white-space: normal;
		text-align:left;
	}
 
	#Listado td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 2px;
		left: 6px;
		width: 36%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#Listado td:before { content: attr(data-title); }
}
/* Fin responsivo */
#Listado table { 
    border:1px solid #ffdd00; 
    border-collapse:collapse; 
    empty-cells: show; 
    width: 100%;
}
#Listado thead tr th {
    background-color: #EC7803; 
    color:#ffffff; 
    text-align:left; 
    padding:0 5px 0 2px;
    }
.tabla-pijama tbody tr:nth-child(2n+1) td, .tabla-pijama tbody tr:nth-child(2n+1) th {
    background-color: #f2f2f2;
}
.tabla-pijama tbody tr td {
    border-top: 1px solid #FFDD00;
}

#Paginador table {
    border: 1px solid #FFDD00;
    border-collapse: collapse;
    empty-cells: show;
    table-layout: auto;
    width: 100%;
}
#Paginador td {
    font-size: 11px;
    padding:3px 0;
}

#FichaPelicula { font-size:12px; width: 100%; border: 1px solid #acacac; line-height: 12px; padding: 5px;}
.Titulo { background-color:#ec7803; color: #ffffff; font-size: 20px; line-height:24px; text-align: center; margin-bottom:10px;}
.Titulo2 {color: #EC7803; font-size: 14px; line-height: 18px; font-weight: bold;}
.Titulo2 { display: none;}
.Cartel { float: left; margin: 3px 10px 30px 0; }

.addthis_toolbox{ margin-top:20px;}
.Informe { border: 1px dotted #acacac; margin:0; padding: 5px; font-size: 14px; line-height:18px;}
.negrita { font-weight: bold;}
.Etiqueta {color: #EC7803; font-weight: bold; }

.TiposPeliculas li {display: inline; list-style: none outside none; color:#ec7803; font-size: 20px; font-weight: bold; margin-right:30px;}

.EnlacePortada {
    margin: 5px 0 0 0;}
.EnlacePortada a {
    color: #EC7803 !important;
    font-weight: bold;
}

/* buscador películas*/
#PeliculasBuscar {font-size: 11px;}
.Chuleta {color: #666666; float: right; }
.Etiq { width:75px; margin-right:10px;}
#PeliculasBuscar .Contenidos {float: right; width:300px}
.Etiq { width:75px; margin-right:10px;}

#dnn_ctr1150_SearchSmall_16 { width: 300px !important;}/*titulo*/
#dnn_ctr1150_SearchSmall_15 { width: 300px !important;}/*titulo original*/
#dnn_ctr1150_SearchSmall_19 { width:150px !important;}/*público*/
#dnn_ctr1150_SearchSmall_21 { width:180px !important;}/*val. moral*/
#dnn_ctr1150_SearchSmall_22 { width:180px !important;}/*val. artística*/
#dnn_ctr1150_SearchSmall_23 { width:65px !important;}/*año*/
#dnn_ctr1150_SearchSmall_24 { width:100px !important;}/*mes*/