/* Friki no Fansub CSS: http://www.frikinofansub.es */

body {
	margin-top: 0px;
	margin-bottom: 2px;
	color: #40424c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px; /*para que en DreamWeaver no se arruine todo */
	text-align: justify; /*por defecto */
}
.post {
	font-weight: normal;
}
.centrado {
	text-align: center;
}
/* para no tener que poner atributo en HTML */
img {
	border: 0px;
}
/* tamaño de párrafos redefinido */
p {
	text-align: justify;
	text-indent: 12px;
	margin-top: 17px;
	margin-bottom: 17px;
}
/* por defecto, las tablas centradas */
table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center; /*por defecto, Mozilla lo necesita aqui tambien */
}
.contenido {
	margin-top: 12px;
	margin-bottom: 11px;
	width: 582px;
}
.menu {
	width: 210px;
	margin-top: 5px;
	margin-bottom: 4px;
}

.error { color: #C30; }

.hide { display:none; }

/* Divs "polaroid" style */
div.polaroid {
	background: #FFFFFF;
	position:relative;
	top: -4px;
	left: -3px;
}
div.polaroid_sombra {
/*	background:#000; */
	background-image: url('/img/sombra18x18.png');
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}

div.polaroid_title {
	width: 93%;
	margin-right: auto; /* lo necesita el IExplorer */
	text-align: left;
	padding-left: 10px;
	margin-bottom: 4px;
	/*	border-left: dotted 1px; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

div.polaroid_title_inverso {
	width: 93%;
	margin-right: 30px; /* lo necesita el IExplorer */
	text-align: left;
	padding-left: 10px;
	margin-bottom: 4px;
/*	border-left: dotted 1px; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background-color: #FFFFFF;
	position: relative;
	left: -6px;
}

div.descarga_pack {
	float: right;
	margin-right: 10px;
}

div.descarga_pack table {
	background-color:#FFF;
}

div.descarga_pack table td {
	padding: 4px;
}

div.descarga_pack img {
	border: none;
}

/* Botones scrollables para la parte de descargas */

/* this makes it possible to add next button beside scrollable */
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	float:left;	
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 200px;
	height:20px;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url('/js/scrollable_buttons.png') no-repeat;
	display:block;
	width:15px;
	height:15px;
	float:left;
	margin-left:3px;
	margin-right:3px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -15px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-15px -15px; }
a.right:active 	{ background-position:-30px -15px; } 


/* left */
a.left:hover  		{ background-position:-15px 0; }
a.left:active  	{ background-position:-30px 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}


/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	text-align: left;
}

.items div {
	float:left;
	width:200px;
	text-align: left;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

.proyecto {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.proyecto img {
	border: solid 1px #CCCCCC;
	margin-bottom: 1px;
}
.proyecto p {
	font-weight: normal;
	margin: 5px;
	margin-left: 5px;
	margin-right: 6px;
}

table.capitulo {
	font-weight: normal;
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
}

div.anadir_descarga {
	float: left;
	width: 160px; /* necesario o hace cosas raras O_o */
	padding-top: 6px;
	padding-left: 6px;
}

table.capitulo td {
	padding-left: 3px;
	padding-right: 3px;
	border: dotted 1px #FFF;
}

.boton_nuevo_capitulo {
	background: #FFF;
	padding: 2px;
	margin-top: 8px;
}

.titulo_capitulo {
	font-weight: bold;
	width: 100%;
}

.numero_capitulo {
	background: #FFF;
}

div.capturas_vertodas {
	padding: 5px;
	text-align: right;
	padding-right: 10px;
}

/* Cabecera de la web */
table.header {
	width: 1010px;
}
td.header1 {
	width: 123px !important;
	height: 210px;
}
td.header2 {
	width: 128px !important;
	height: 210px;
}
td.header3 {
	width: 83px !important;
	height: 210px;
}
td.header4 {
	width: 131px !important;
	height: 210px;
}
td.header5 {
	width: 70px !important;
	height: 210px;
}
td.header6 {
	width: 475px !important;
	height: 210px;
}
td.header_menu {
	background-color:#FFF;
}
/* Tabla de copyright */
td.copyright {
	width: 1010px;
	height: 30px;
	border: 2px solid #FFFFFF;
}
/* Tabla de contenido */
td.top_content1 {
	height: 43px;
	width: 188px;
	border-top: 2px solid #FFFFFF;
	background-position: top left;
	background-repeat: no-repeat;
}
td.top_content2 {
	height: 43px;
	width: 394px; /* el Iexplorer lo necesita para no fuckearme ¬¬* */
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
td.content {
	padding: 4px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background-position: bottom right;
	background-repeat: no-repeat;
}
td.top_content1_pr { height: 43px; background-position: bottom left; }
td.top_content1_staff { height: 43px; background-position: bottom left; }
td.top_content1_links { height: 43px; background-position: bottom left; }

/* Menús */
td.menu_bottom {
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
td.menu_mid {
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
/* Secciones del menú */
td.seccion_top {
	height: 45px;
	background-position: bottom left;
	background-repeat: no-repeat;
}
td.seccion_mid {
	margin-top: 4px;
	margin-bottom: 4px;
	height: 43px;
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.afiliado {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:bold;
	font-variant:small-caps;
	text-align: left;
	margin: 5px;
	padding-left: 15px;
}
div.afiliado img {
	padding-left: 10px;
}
div.afiliado_varios {
	float: left;
	width: 164px;
}
div.afiliado_varios img {
	border-left: #FFF double 5px;
	padding-left: 2px;
}
div.afiliado_varios img.nada {
	border: 0px;
	padding: 0px;
}

div.proyectos_small {
	margin-bottom: 5px;
}

div.proyectos_small p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

div.proyectos_small p.der {
	text-align: right;
}

div.proyectos_small p.izq {
	text-align: left;
}

div.proyectos_small table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
}

div.proyectos_small table.der {
	text-align: right;
	margin-right: 0px;
}

div.proyectos_small table.izq {
	text-align: left;
	margin-left: 0px;
	padding-left: 9px;
}

div.barra_progreso {
	text-align: left;
	border: 1px solid #ccc;
	width: 80px;
	margin: 2px 5px 2px 0;
	padding: 1px;
	background: white;
}

div.barra_progreso > div {
	font-variant:normal;
	background-color: #75e369;
	font-size: 9px;
	height: 11px;
	text-align: center;
}

div.proyecto_lite {
	width:220px;
	height: 65px;
	padding-left: 30px;
	padding-right: 30px
}


/* Polaroid de usuario */
.divusuario {
	padding-top: 8px;
	width: 116px;
/*	height: 134px; */
}
.divusuario_sombra {
	width: 116px;
/*	height: 142px; */
}

div.nombre_usuario {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 8px;
	padding-bottom: 8px;
	font-weight:bold;
}
/* Gestión de enlaces */
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
/* Estilos especiales */
p.title {
	text-align: left;
	margin-top: 3px;
	margin-bottom: 6px;
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Times New Roman";
	letter-spacing: 0.1cm;
	color: #7e828a;
	border-bottom: dotted #7e828a 1px;
}
p.title:first-letter {
	color: #3e3f4c;
	text-transform: lowercase;
	font-style: italic;
	font-size:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p.title a {
	text-decoration: none;
}
.introduccion {
	font-weight: normal;
}
.copyright {
	font-weight:normal;
	text-align: center;
	font-size: 10px;
	color: #000000;
}

/* Gestion de enlaces: menu */
p.menu_item {
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
}
a.menul:link, a.menul:active, a.menul:visited {
	font-style: italic;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Times New Roman";
	letter-spacing: 0.1cm;
	color: #7e828a;
	border-bottom: dotted #7e828a 1px;
	text-decoration: none;
}
a.menul:hover {
	background-color: #FFFFFF;
	border-bottom: dotted #FFFFFF 1px;
}
p.menu_item:first-letter {
	font-size:26px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* estilos de listas, con glifos taleros  */
ul {
	text-align: left;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	list-style: none;
}
ul li {
	background: url('/img/bullet_tov.png') left top no-repeat;
	padding-left: 18px;
	font-family: "Times New Roman";
	font-size: 14px;
}
ul li a:link, ul li a:visited {
	color: #7e828a;
	text-decoration: none;
}
ul.tooltip li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: none;
	font-size: 11px;
	height: auto;
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
}
table.releases {
	width: 98%;
	margin-left: -3px;
}
table.releases td {
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0xp;
}
table.releases a {
	text-decoration: none;
}
table.releases td.releases_tit {
	text-align: left;
	padding-left: 4px;
}

/* Botones de edición, eliminar y añadir en proyectos */
div.boton_edicion {
	float: right;
	margin-top: 4px;
	margin-right: 20px;
}

div.boton_anadir {
	text-align: left;
	float: left;
	margin-top: 4px;
	margin-left: 20px;
}


.noticia_descargas {
	text-align: right;
	height: 48px;
	width: 100%;
}
	.noticia_descargas_basico { width: 250px; 	padding-right: 6px; }
	.noticia_descargas_directas { padding: 2px; }

		div.noticia_descargas_directas div.dd_tit {
			font-weight: bold;
			position:relative;
			float: left;
			padding: 2px 5px 0px 4px;
    	    font-size: 10px;
		}
		div.noticia_descargas_directas div.dd_links {
			float: left;
		}
		div.noticia_descargas_directas div.dd_links img {
			border: 1px solid #999999;
		}
		
/* subventana de usuarios de login */
.login {
	width: 190px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}

/* formulatios de admnistración */
.formulario {
	padding: 2px;
	text-align: left;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

ul.perfil_usuario li {
	background: url('/img/bullet_tov.png') left bottom no-repeat;
	padding-left: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
}

table.ultimos_posts {
	text-align: left;
	padding-right: 3px;
	padding-left: 3px;
}

	table.ultimos_posts td.post_autor {
		font-weight: normal;
		padding-left: 10px;
		font-size:11px;
		padding-bottom: 6px;
	}
	
	table.ultimos_posts span.post_fecha {
		font-variant:small-caps;
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-size: 10px;
		color: #6e707a;
	}

.boton_login { border:#000 1px dotted; }
.boton_login a:link, .boton_login a:visited { color: #FFFFFF; text-decoration: none; }

table.release_noti_header {
	margin-left: 16px;
	text-align:left;
/*	width: 100%; */
}

.release_noti_stuff {
	color: #2C4747;
	font-weight: normal;
}

a.miembro:link, a.miembro:visited {
	text-decoration: none;
	font-weight: bold;
}
		
.partes_fichero {
		position:absolute;
		z-index: 1;
		border:1px solid #ccc;
		background-color:#fff;
		color:#333;
		padding:8px;
		width:80px;
		font-weight: bold;
	}
	
		.partes_fichero dt {
			letter-spacing: 1px;
			font-variant: small-caps;
			border-bottom:1px dotted #999999;
			padding:2px;
		}
		
		.partes_fichero dd {
			margin-left: 10px;
			padding:3px 0;
		}

fieldset.servidores_descarga {
	font-weight: normal;
}

	fieldset.servidores_descarga {
		margin-bottom: 5px;
		padding-bottom: 7px;
		border: 1px dotted #999999;
	}

		fieldset.servidores_descarga legend {
			margin-left: 5px;
			padding: 0 5px;
			font-weight: bold;
		}
		
			fieldset.servidores_descarga legend select {
				margin-left: 5px;
			}
			
			fieldset.servidores_descarga legend img, div.participaciones_div img {
				margin-bottom: -2px;
				cursor: pointer;
			}
		
		fieldset.servidores_descarga span {
/*			margin-bottom: 10px; en el span no sirve */
		}
		
			fieldset.servidores_descarga span input {
				margin-top: 10px;
				margin-right: 5px;
			}
		
			fieldset.servidores_descarga span img {
				cursor: pointer;
			}


div.opciones_servidor {
	text-align: right;
	margin: -5px 0 10px 0;
}

	div.opciones_servidor a.add {
		background: transparent url("/img/descargas/icon_add.gif") left center no-repeat;
		padding: 0 0 0 20px;
	}

div.opciones_parte {
	text-align: right;
	font-size: 9px;
	margin-right: 8px;
}

	div.opciones_parte a.add {
		background: transparent url("/img/descargas/plus.gif") left center no-repeat;
		padding: 0 0 0 15px;
		color: #666666;
	}
	
/* .add_comentario input {
	background: #000000;
	font-weight: bold;
	font-color: #55555;
} */

/* Comentarios en noticias */
.input_coloreado {
	border: dashed 1px #AAA;
}

#commentlist a {
	font-weight: bold;
	text-decoration: none;
}

.floating_avatar {
	text-align: center;
	float: left;
	width: 75px;
	top: -10px;
	position: relative;
}
.floating_avatar img {
	border: #FFF 5px double;
}

/* Tabla para staff */
.divtablastaff {
	width:279px;
	height: 170px;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
}
.tablastaff {
	width: 279px;
	height: 170px;
	border: 0px;
}
.tablastaff td.p1 {
	background: transparent url("/img/staff/plantilla_staff_01.png") left top no-repeat;
	width: 120px;
	height: 170px;
	text-align: left;
	vertical-align: top;
}
.tablastaff td.p1 img {
	padding-left: 4px;
	padding-top: 4px;
}
.tablastaff td.p2 {
	width: 159px;
	height: 23px;
}
.tablastaff td.p3 {
	background: transparent url("/img/staff/plantilla_staff_03.png") left top no-repeat;
	width: 159px;
	height: 148px;
	vertical-align: top;
	color:#FFF;
	font-weight: normal;
	font-size:13px;
	font-family: "Courier New", Courier, monospace;
	font-variant: normal;
}
.tablastaff td.p3 div {
	font-size: 12px;
	padding-top: 19px;
	padding-left: 25px;
	text-align: center;
}
div.p4 {
	background: transparent url("/img/staff/plantilla_staff_04.png") left top no-repeat;
	width: 279px;
	height: 36px;
	float:left;
	position:relative;
	overflow:hidden; /* por si se saliese de madre, no se ve */
	z-index: 10;
	margin-top: -37px;	
}
div.p4 .p4_nick {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-variant:small-caps;
	font-size: 13px;
	padding-left: 30px;
	text-align: center;
	width: 100px;
	color:#000;
}
div.p4 .p4_lema {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 9px;
	padding-top: 2px;
	text-align: center;
	overflow: hidden;
	color:#000;
	padding-right: 5px;
	padding-left: 5px;
}

/* Menú magic line */

.nav-wrap { font-family:Georgia, "Times New Roman", Times, serif; border-bottom: 2px solid white; border-top: 0px; }

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

#menu_magicline { margin: 0 auto; list-style: none; position: relative; width: 960px; }
#menu_magicline li { display: inline; background-image: none; padding-left: 0px; }
#menu_magicline li a { position: relative; z-index: 200; color: #DDD; font-size: 11px; display: block; float: left; padding: 3px 12px 3px 12px; text-decoration: none; text-transform: uppercase; }
#menu_magicline li a:hover { color: #000 !important; }
#menu_magicline #magic-line { position: absolute; top: 0; left: 0; width: 100px; background: #FFF; z-index: 100; }

.current_page_item a { color: white !important; }
