@charset "utf-8";
/* CSS Document */
.gen, .genc, .gencB,.er,.genN,.genr {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	
}
.roig{color:#F00;}
.verd {
	color:#690;
}
.er {	
	color:#F00;
}
.genc {
	text-align:center;
}

.genN {
	
	font-weight:bold
	
}
.genr {text-align:right;}
.genres{background-color:#666;

color:#FFF;
border:solid 1px;
font-weight:bold;
border-color:#fff;
}
.beige{background-color:beige;}
.gencB, .gencM , .genBc{
	text-align:center;
	font-size:1.2em;
	padding:1em;
	color:#690;
}
.genBC{color:#293c6b;font-weight:bold;}

.gencM {
	padding:0.5em;
	font-weight:bold;
}
.flotaD {
	float:right;
}
.fons,.fonsV,.fonsC,.fonsE,.fonsB {
	background-color:#DEeEBC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.fonsV {
	background-color:#ddd;
}
.fonsNET {
	background-color:#fff;
}
.fonsC {
	background-color:#FFC;
	border-bottom:1px #ccc solid;
}
.fonsE{background-color:#FFeeee;
}
.fonsB{background-color:#9FF;}
.genfor {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #DEeEBC;
	border-left-color: #999;
}
.pad5{padding:5px;}

/* Basic styles */
.movie-list thead th,
.movie-list tbody tr:last-child {
    border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.movie-list tbody th,
.movie-list tbody td {
    border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback  */
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.movie-list tbody tr:last-child th,
.movie-list tbody tr:last-child td {
    border-bottom: 0;
}
.movie-list tbody tr:nth-child(odd) td,
.movie-list tbody tr:nth-child(odd) th {
    background-color: #eeeeee; /* non-RGBA fallback  */
    background-color: rgba(0,0,0,.04);
}
#topen {
	position:fixed;
	top:4em;
	right:2em;
	width:40px;
	height:40px;
	z-index:100;
}

#menuA {
	position:fixed;
	top:1em;
	right:0px;	
	width:220px;
	height:80%;
	z-index:99;
}
.textT{color:orange;}
.textR{color:red;}
.oo{cursor:pointer;}
a.anchor {
	display: block;
	position: relative;
	top: -50px;
	visibility: hidden;
}
.ifra{width:100%;
height:450px;
border: solid 0px #eee;}