@charset "utf-8";

body {
	background-image: url(ComicBackGround.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #494949;
	text-align: center;
}
body,td,th {
	font-family: Tahoma;
}

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF99;
}
a:hover {
	text-decoration: underline;
	color: #FFCC99;
}
a:active {
	text-decoration: none;
	color: #FFFF99;
}

#ComicBox01 {
	padding-top:   3px;
	padding-left:  3px;
	padding-right: 3px;
}

.txtComic {
	color: #000;
	text-align: center; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: Tahoma; 
	alignment-adjust: central;
}


.txtPagina {
	font-family: Tahoma;
	font-size: 13px; 
	font-weight: bold;
	vertical-align: middle;
	color: #FF9;
}

.txtMenu {
	font-family: Verdana;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	color: #FF9;	  
}

.txtAviso {
	font-family: Tahoma;
	font-size: 1em;
	text-align: justify;
	vertical-align: middle;
	font-weight: bold;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 500px;	
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	float: right;
	display: block;
	}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

.ComicPlace {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
		
}

.btn {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 4px;
	cursor: pointer;
    text-decoration: none;	
}
.btn-style {
	background: #CCC;
	color: #000;
	box-shadow: 0 5px #002;

	}
.btn-style:hover {
	background: #009;
	box-shadow: 0 5 #003;
	color: #000;
	}
.btn-style:active {
	background: #009;
    position: relative;
    top: 2px;
	color: #000;
}

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1200px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div2 {
	margin-top: 10px
	margin-bottom: 10px;
	display:inline;
	
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}
