/* CSS Document */

body {
	margin:0 0 0 0;
	font:12px Arial, Helvetica, sans-serif;
}

img {border:0;}

a, a:visited {}
a:hover {}


/* Estructura General 
------------------------------------------------------*/

#wrapper {
}

#container {
	width:916px;
	margin:0 auto;
}

/* Header - Encabezado
------------------------------------------------------*/

#header {
	margin-top:7px;
}

#header #menu {
	background:#CCC url(images/header-fondo.gif);
}

#header #menu a img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

/* Footer
------------------------------------------------------*/

#footer {
	padding:0 11px 0 11px;
}

#logos {
	padding-bottom:6px;
	margin-bottom:6px;
	border-bottom:1px solid #e5e5e5;
}

#credits {
}

/* Contenidos CENTER
------------------------------------------------------*/

.required {
	color:#e61d2b;
}

/* Blank
-------------------*/

.blank {
	padding:10px 77px 10px 77px;
	background:url(images/blank_02.gif) repeat-y;
	min-height:428px;
}

.blank2 { /*para los bordes de los posts*/
	padding:10px 77px 10px 77px;
	background:url(images/blank_02.gif) repeat-y;
	height:1%;
}

.personajes {
	background:url(images/blank_02.gif) repeat-y;
	padding:0px 37px 0px 39px;
	min-height:428px;
}

.personaje {
	background:url(images/blank_02.gif) repeat-y;
}

.links {
	background:url(images/blank_02.gif) repeat-y;
	padding:0px 37px 0px 39px;
	min-height:428px;
}

/* Subscripcion
-------------------*/

form {
	margin:0;
	padding:0;
}

.subscripcion input, .subscripcion select {
	border:none;
	margin:0px;
	padding:0px;
	font-size:20px;
	line-height:32px;
	overflow:hidden;
}

.subscripcion input {
	width:309px;
}

.subscripcion select {
	width:141px;
}

.subscripcion input.boton {
	width:141px;
	height:32px;
	cursor:pointer;
}