body {
	margin: 0;
	color: #555555;
	font-size: 12px;
	font-family: Trebuchet MS;
	text-shadow: #000 0 0 0;
}

li { list-style-position: inside; }

hr {
  border: 1px dotted #F2F2F2; 
  border-style: none none dotted;
  color: #E6E6E6;
  background-color: #E6E6E6;
  height:1px;
}
.contenido {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #555555;
	border: 0px solid;
}

.titulos_wicli {
	font-family: Trebuchet MS;
	font-size: 30px;
    color: #555555;
	font-weight: bold;
}
.titulos {
	font-family: Trebuchet MS;
	font-size: 20px;
    color: #555555;
	font-weight: bold;
}
.subtitulos {
	font-family: Trebuchet MS;
	font-size: 14px;
    color: #555555;
	font-weight: bold;
}
.subtitulos_comic {
	font-family: Trebuchet MS;
	font-size: 16px;
    color: #555555;
	font-weight: bold;
}
.headmenu {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #333333;
    background-color: #333333;
}

.copyright {
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: normal;
	color: #BBBBBB;
}

.comic {
	border: 1px solid #D8D8D8;
}

.box {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #555555;
	border: 1px solid #C0C0C0;
    background-color: #F5F5F5;
}

.box_head {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFB200;
	border: 1px solid #F2F2F2;
    background-color: #FFB200;
    border-top-color: #D8D8D8;
    border-bottom-color: #D8D8D8;
    border-left-color: #D8D8D8;
    border-right-color: #D8D8D8;
}

.comentario {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #555555;
	font-weight:normal;
}
.comentarioFecha {
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #555555;
	font-weight:normal;
}

.formBox {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #555555;
	border: 1px solid #D8D8D8;
    text-align: left;
	font-weight: normal;
}

.formButton {
	border: 1px solid #aaaaaa;
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #555555;
	font-weight: bold;
}

a:visited.linksHeader, a:link.linksHeader, a:active.linksHeader {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #78BAE9;
	font-style: normal;
	font-weight: normal;	
	border: 0px inset #78BAE9;
    text-decoration:none;
}
a:hover.linksHeader {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #78BAE9;
	font-style: normal;
	font-weight: normal;	
	border: 0px inset #80CAFE;
    text-decoration:underline;
}

a:visited.links, a:link.links, a:active.links {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #005B9A;
	font-style: normal;
	font-weight: normal;	
	border: 0px inset #084B8A;
    text-decoration:none;
}
a:hover.links {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #005B9A;
	font-style: normal;
	font-weight: normal;	
	border: 0px inset #084B8A;
    text-decoration:underline;
}
a:visited.linksMenu, a:link.linksMenu, a:active.linksMenu {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;	
	border: 0px inset #084B8A;
    text-decoration:none;
}
a:hover.linksMenu {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;	
	border: 0px inset #084B8A;
    text-decoration:underline;
}
a:visited.linksCopyright, a:link.linksCopyright, a:active.linksCopyright {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #BBBBBB;
	font-style: normal;
	font-weight: normal;	
    text-decoration:none;
}
a:hover.linksCopyright {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #BBBBBB;
	font-style: normal;
	font-weight: normal;	
    text-decoration:underline;
}

.error {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #B20000;
    background-color: #FE8080;
}

.exito {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	border: 1px solid #24B200;
    background-color: #99FE80;
}

.seethr {
   background-color:#FFCC00;
   filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; -khtml-opacity:0.7; 
}

.waitBox {
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #B20000;
    background-color: #FE8080;
	
}