* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	margin: 0 0 10 0px;
	background-color: #ededed;
	background-color: transparent;
	background-image: URL('../imgs_layout/mainBG.gif');
	background-repeat: repeat-x;
}
BODY IMG {
	border: 0px;
}
UL {
	list-style-image: URL('../imgs_layout/vinieta2.gif');
	list-style-type: disc;
	padding: 0 0 0 16px;
	margin: 0 20 14 15px;
	text-align: justify;
	line-height: 16px;
}
OL {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
}
li {
	margin-top: 7px;
}
#contenedor {
	margin: 0 auto;
	position: relative;
	border: 0px solid #ccc;
	width: 775px;
	max-width: 775px;
	min-width: 775px;
	background-color: #fff;
	background-color: transparent;
	text-align: left;
}
#header {
	width: 100%;
	height: 220px;
	background-color: transparent;
	text-align: left;
	background-image: URL('../imgs_layout/headerBG.gif');
	position: relative;
}
#menu {
	clear: right;
	float: right;
	width: 168px;
	max-width: 168px;
	min-width: 168px;
	padding: 0 0 10 0px;
	border: 0px solid #ebebeb;
	margin-top: 6px;
	text-align: left;
}
#menu #menuItems {
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: URL('../imgs_layout/menuBG.gif');
}
#menu #menuItems A {
	text-decoration: none;
}
#menu #menuItems A DIV {
	overflow: hidden;
	height: 17px;
	max-height: 16px;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: URL('../imgs_layout/menuItemDefault.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	margin-bottom: 3px;
	border-left: 3px solid #036;
	padding-left: 12px;
	padding-top: 1px;
}
#menu #menuItems A:hover DIV {
	text-decoration: none;
	background-image: URL('../imgs_layout/menuItemOver.gif');
	background-repeat: no-repeat;
}
#menu #auspiciantes {
	margin-top: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: URL('../imgs_layout/menuBG.gif');
}
#menu #auspiciantes .rotulo {
	overflow: hidden;
	height: 17px;
	max-height: 16px;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: URL('../imgs_layout/menuItemDefault.gif');
	background-repeat: no-repeat;
	margin-bottom: 3px;
	border-left: 3px solid #036;
	padding-left: 12px;
	padding-top: 1px;
}
#menu #auspiciantes IMG {
	margin-left: 24px;
	margin-right: 9px;
	margin-top: 5px;
	margin-bottom: 3px;
	width: 122px;
}
#menu #comics {
	margin-top: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: URL('../imgs_layout/menuBG.gif');
}
#menu #comics .rotulo {
	overflow: hidden;
	height: 17px;
	max-height: 16px;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: URL('../imgs_layout/menuItemDefault.gif');
	background-repeat: no-repeat;
	margin-bottom: 3px;
	border-left: 3px solid #036;
	padding-left: 12px;
	padding-top: 1px;
}
#menu #comics IMG {
	margin-left: 24px;
	margin-right: 9px;
	margin-top: 5px;
	margin-bottom: 3px;
	border: 0px;
	width: 122px;
	height: 150px;
}
#contenido {
	width: 575px;
	max-width: 575px;
	min-width: 575px;
	background-color: #fff;
	background-color: transparent;
	text-align: left;
	margin-left: 10px;
	border: 0px solid red;
	font-family: Verdana;
	color: #555;
}
#contenido H1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}
#contenido H2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 24px;
	font-style: oblique;
}
#contenido H4 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
}
#contenido P {
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
	margin-bottom: 14px;
}
#contenido P.subir {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contenido P.subir A {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#contenido P.subir A:hover {
	color: #036;
	text-decoration: underline;
}
#contenido .album {
	width: 573px;
	height: 99px;
	background-image: URL('../imgs_layout/albumBG.gif');
	background-repeat: no-repeat;
	margin: 10 1 0 1px;
	text-align: center;
}
#contenido .album DIV {
	border: 0px;
	margin: 10 0 0 5px;
	width: 108px;
	height: 81px;
	background-image: URL(../imgs_layout/albumImageBG.jpg);
	text-align: left;
	float: left;
}
#contenido .album DIV A IMG {
	position: absolute;
	lip:rect(0px 100px 71px 0px);
	width: 100px;
	height: 71px;
	border: 0px;
	/* for IE */
	filter: alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.60;
	/* for Mozilla */
	-moz-opacity:0.60;
}
#contenido .album DIV A:hover IMG {
	/* for IE */
	filter: alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.00;
	/* for Mozilla */
	-moz-opacity:1.00;
}
#footer {
	clear: both;
	float: left;
	width: 775px;
	max-width: 775px;
	min-width: 775px;
	text-align: center;
	padding: 10 0 10 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #003366;
	margin-top: 20px;
}
#ruta {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #555;
	margin-top: 20px;
	margin-bottom: 31px;
}
#ruta A {
	text-decoration: underline;
	color: #555;
}
#ruta A:hover {
	text-decoration: none;
	color: #333;
}
#ruta SPAN {
	font-weight: bold;
}
