@charset "utf-8";
/* CSS Document */
#contenido_interior { background:none;}
.hometvn_contenedorppal { background:none;}
#cont_banner_int {display:none;}
.querencia_contenedor { float:left; width:965px; height:auto; background-color:#FFF; margin-left:5px; padding-left:20px;}
.querencia_banners {float:right; width:200px; height:auto; min-height:800px;

}

.selector {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	width: 200px;
	text-decoration: none;
	height: 16px;
}
.selector2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	width: 200px;
	text-decoration: none;
	height: 180px;
}
.linkTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #841c1c;
	font-weight: bold;
	text-decoration: none;
}
.linkTitulo:hover {
	color: #000000;
}
.linkWiki {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fffff4;
	font-weight: bold;
	text-decoration: none;
}
.linkWiki:hover {
	color: #000000;
}
.linkSenor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #270e02;
	font-weight: bold;
	text-decoration: none;
}
.linkSenor:hover {
	color: #996600;
}
.aclarar2   {
	filter: alpha(opacity=50); opacity:.6;
}
.normal {
	filter: alpha(opacity=100); opacity:1;
}

body {
	margin: 0px;
}
/* titulos */
.titulo_capitulos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #881313;
	font-weight: bold;
	text-decoration: none;
}
.titulo_chico {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffd450;
	text-decoration: none;
}

.texto_fotonovela {
	height: auto;
	width: auto;
}
.texto_elSenor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #160401;
	text-decoration: none;
}
/* ----------SCROLL---------- */


#mycustomscroll_portada {
	/* Typical fixed height and fixed width example */
	width: 208px;
	height: 310px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position:inherit;
	margin: 0px;
	cursor: default;
	text-align:left;
}
#mycustomscroll_portada2 {
	/* Typical fixed height and fixed width example */
	width: 208px;
	height: 310px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position:inherit;
	margin: 0px;
	cursor: default;
	text-align:left;
}
.fixedwidth {
	width: 172px;
	height: auto;
	color: black;
	padding: 1px;
}
.lipsum {
	width: 172px;
	height: auto;
	color: #302310;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #544274;
	padding-right: 4px;
	font-weight: bold;
}
.lipsum2 {
	width: 172px;
	height: auto;
	color: #302310;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #544274;
	padding-right: 4px;
	font-weight: bold;
}
/* Scroll Bar Master Styling Starts Here */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: relative;
top: 0; left: 0;
}

.vscrollerbase {
	width:19px;
}
.vscrollerbar {
	background-image: url('imagenes/scrollbar.png');
	width: 35px;
	/* following is the bit that allows us fixed height scrollbars */
height: 45px!important;
	/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url('imagenes/scrollbar.png');
	background-repeat: no-repeat;
	background-position: 0px;
}

* html .vscrollerbar {
/* Truco para IE6 alpha png  -  No afecta a IE7 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='imagenes/scrollbar.png');
background-image: none;
}

/* no olvidar dar al scroll horizontal algùn color aunque no planees usarlo */
.hscrollerbase {height: 19px;}
.hscrollerbar {height: 19px; background-color: #CDCDCD;}

/* distancia de la barra-imagen contra los topes */
.vscrollerbar, .hscrollerbar {padding: 3px; z-index: 2;}

/* propiedades del scroller jog box, sòlo si se usa */
.scrollerjogbox {
width: 19px;
height: 19px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #698AAA;
}

.rojo { color:Red }

/* ----------FIN SCROLL---------- */
