/*
 * CSS framework Bica.
 * Version 1.4
 */
/* Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,table,tbody,tfoot,thead{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100.01%;font-family:inherit;vertical-align:baseline;}

input,textarea{margin:0;padding:0 0 0 1px;font-weight:inherit;font-style:inherit;font-size:11px;font-family:arial;}
textarea{padding-left:1px; overflow:auto; vertical-align:top;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box; padding:0;}
input[type="search"]{-webkit-appearance:textfield; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
button,input{line-height:normal;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{ -webkit-appearance:button; cursor:pointer;}
button[disabled],input[disabled]{cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0; padding:0;}

table{border-collapse:collapse;border-spacing:0;}
table,td,th{/*border-style:solid;border-width:1px;border-color:#a5acb2*/}
caption,th,td{font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"""";}
q:before,q:after{content:'';}
q{quotes: "\201C" "\201D" "\2018" "\2019";}
img{border:none;}
ul,li{list-style-type:none}
abbr[title]{border-bottom:1px dotted;}
dfn{font-style:italic;}
mark{background:#ff0; color:#000;}
code,kbd,pre,samp{font-family:monospace,serif; font-size:1em;}
pre{white-space:pre; white-space:pre-wrap; word-wrap: break-word;}
small{font-size:80%;}
sub,sup{font-size:75%; line-height:0; position:relative; vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}

/* HTML5 */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}
audio,canvas,video{display:inline-block; *display:inline; *zoom:1;}
audio:not([controls]){display:none;}
[hidden]{display:none;}
img{border:0; -ms-interpolation-mode:bicubic; vertical-align:middle;}
svg:not(:root){overflow:hidden;}
figure{margin:0;}
fieldset{border:1px solid #c0c0c0; margin:0 2px; padding:0.35em 0.625em 0.75em;}
legend{border:0; padding:0;}

/* Font */
html{ -webkit-text-size-adjust:100%; -ms-text-size-adjust: 100%;} /* Prevents iOS text size adjust after orientation change, without disabling user zoom. */
body{font-size:62.5%;font-family:Arial/*, Tahoma, Verdana*/;} /* 1em 10px */

/* Layout */
#hd,#ft{clear:both}
#bd:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
/*#bd{zoom:1;}*/ /* validation */

/* Common elements */
.l{float:left}
.r{float:right}
.o{overflow:hidden}
.h{display:none}
.m0{margin:0}
.p0{padding:0}
.last{ margin-right:0; padding-right:0}
.cl,.clf{clear:both}
.clf{float:left}
hr{border:none;border-top:1px solid #ccc;height:1px;clear:both}
a		{text-decoration:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a:hover	{text-decoration:underline}
a:focus, a:active, a:hover, :focus,a,* {outline: 0;}
h1,h2,h3,h4,h5,h6{font-weight:700;} /* 62.5% standar size */
h1{font-size:1.8em;}
h2{font-size:1.3em;}
h3{font-size:1.2em;}
h4{font-size:1.1em;}
h5{font-size:1em;}
h6{font-size:0.9em;}
ul.ul-h{clear:both;}
ul.ul-h li{float:left}
ol li{list-style:decimal inside;}

/* easy clearing */
.clearfix:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0}
.clearfix{display:inline-block; position:relative;}
/*\*/
.clearfix{display:block;}
* html .clearfix             {zoom:1;} /* IE6 */
*:first-child+html .clearfix {zoom:1;} /* IE7 */


@media print {
    *{background:transparent !important; color:black !important; box-shadow:none !important; text-shadow:none !important; filter:none !important; -ms-filter:none !important;}
    a,a:visited{text-decoration:underline;}
    a[href]:after{content: " (" attr(href) ")";}
    abbr[title]:after{content: " (" attr(title) ")";}
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after{content:"";}
    pre,blockquote{border:#999 solid 1px; page-break-inside:avoid;}
    thead{display:table-header-group;}
    tr,img{page-break-inside: avoid;}
    img{max-width: 100% !important;}
    @page{margin: 0.5cm;}
    p,h2,h3{orphans:3; widows:3;}
    h2,h3{page-break-after:avoid;}
}

noscript div {
    background-color: #FD387D;
    bottom: 0;
    color: #FFFFFF;
    font-family: futurastdbook;
    line-height: 1;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
noscript a {
	color: #fff;
}
noscript a:hover {
	text-decoration: none;
}

/*** 	Pattern 	 ***/

/*
#ANIMATION_NAME{
	-webkit-animation-name: ANIMATION_NAME;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 0% 0%;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: ANIMATION_NAME;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 0% 0%;
	-moz-animation-iteration-count: infinite;
	-o-animation-name: ANIMATION_NAME;
	-o-animation-duration: 1s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 0% 0%;
	-o-animation-iteration-count: infinite;
}
@-webkit-keyframes ANIMATION_NAME{
	0%{-webkit-transform: translate(1px,1px) rotate(0deg);}
	100%{-webkit-transform: translate(1px,1px) rotate(0deg);}
}
@-moz-keyframes ANIMATION_NAME{
	0%{-moz-transform: translate(1px,1px) rotate(0deg);}
	100%{-moz-transform: translate(1px,1px) rotate(0deg);}
}
*/


/***	Style	 ***/
