/* CSS Document */

body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4f3b2d;
}

.sombraizquierda {
	background-image:url(imagenes/shiz.jpg);
	background-repeat:repeat-y;
} 

.sombraderecha {
	background-image:url(imagenes/shdr.jpg);
	background-repeat:repeat-y;
}

.header {
	background-image:url(imagenes/head.jpg);
	background-repeat:no-repeat;
}

.fondomenu {
	background-image:url(imagenes/fondomenu.jpg);
	background-repeat:repeat-x;
}

.fondovideo {
	background-image:url(imagenes/bgvideo.jpg);
	background-repeat:repeat-x;
}

.textomenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:2em;
}

.textomenucontacto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	padding-right:2em;
}

.textofooter {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0 1em 0 1em;
}

.noticias {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding:0 0.5em 0 0.5em;
	color:#000000;
	text-align:justify;
}

.noticias a:link { color:#333333; text-decoration:none; }
.noticias a:hover { color:#333333; text-decoration:underline; }
.noticias a:active { color:#333333; text-decoration:none; }
.noticias a:visited { color:#333333; text-decoration:none; }

.tituloseccion {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	font-weight:bold;
	color:#4E3B2D;
	padding:0 0 0 0;
	border-color:#4E3B2D;
	margin:2em 2em 2em 2em;
	border-width:0 0 1px 0;
	border-style:dotted;
}

.menupersonajes li {
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	background-color:#4E3B2D;
	color:#F8EED2;
	text-align:center;
	padding:0.5em 0.5em 0.5em 0.5em;
	margin:0.5em 3em 0 -4em;
	border:solid 1px;
	border-color:#FFFFFF;
}

.contenidopersonajes {
	border-style:dotted;
	border-color:#4E3B2D;
	border-width:0 0 0 1px;
	padding-left:2em;
}

/* Links */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #CCCC99;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.links { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small; font-weight:bold; }
.links a:link { color:#000000; }
.links a:hover { color:#000000; }
.links a:active { color:#000000; }
.links a:visited { color:#000000; }

.links2 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:small; font-weight:bold; }
.links2 a:link { color:#990000; }
.links2 a:hover { color:#990000; }
.links2 a:active { color:#990000; }
.links2 a:visited { color:#990000; }