* {
    margin:0;
    padding:0;
}

p{ 	
    padding-top:.5em;
    text-indent:1em;
}
a:link { 
    color: #7087a0;
    text-decoration:none;  
    -webkit-transition: all ease-in-out 0.8s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.8s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: initial;
    transition: all ease-in-out .8s;
    -moz-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
}
a:link:hover,a:visited:hover { 
    background-color: #7087a0;
    color:#ffffff;
}
a:visited {
    color: #7087a0;
}

@font-face {
font-family: Unbatang;
src:url("css/UnBatang.ttf") format("truetype");
 /* TTF file for CSS3 browsers */
font-weight: normal;
font-style: normal;
}

#bbody {
    margin-top: 0px;
    padding-top: 0px; 
    margin-left: auto;
    margin-right: auto;
    font: .8em Unbatang, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    width: 80%;
    background-color: rgba(1, 1, 1, 0.1);
}


div.head  {
    margin-left:40px;
    padding-left:4px;
    padding-right:4px;
}
.data{
    color:#444;
}
.data:hover{
    color:#000;
}
#draft {
    padding: 30px;
    position: fixed;
    font: .8em Unbatang, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#90a7c0;
    z-index:-10;

    }
#draft > div {
    position: absolute;
    top: 0;
    right: 100%;
    white-space: nowrap;
    font-size:40pt;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotate(270deg);
    -moz-transform-origin: right top;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: right top;
    -o-transform: rotate(270deg);
    -o-transform-origin: right top;
    transform: rotate(270deg);
    transform-origin: right top;
}


#tabContainer {
    padding-left:40px;
    padding-right:40px;
    padding-bottom:10px;
    padding-top:20px;

}

#tabs{
    height:27px;
    overflow:hidden;
}

#tabs > ul{
    font: 1em;
    list-style:none;
    
}

#tabs > ul > li{    
    border:none 0px #000;
    margin:0px 7px 0px 0px;
    padding:7px 10px;
    display:block;
    float:left;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius:4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; 

    border-top:solid 1px transparent;
    border-left:solid 1px transparent;
    border-right:solid 1px transparent;

    background: #FFFFFF; /* old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #e0e0e0 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#e0e0e0)); /* webkit */
    cursor:pointer;
    color: #333; 


}

#tabs > ul > li:hover{
    background: #FFFFFF; /* old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
    cursor:pointer;
    color: #333;
    border-top:solid 1px #000;
    border-left:solid 1px #000;
    border-right:solid 1px #000;
}

#tabs > ul > li.tabActiveHeader {
    color:#FFF;
    background: #C9C9C9; /* old browsers */
    background: -moz-linear-gradient(top, #aaa 0%, #555 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaa), color-stop(100%,#555)); /* webkit */
}

#tabscontent  {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;

    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; 
    padding:10px 10px 25px 0px;
    background: #FFFFFF; /* old browsers */
    background: -moz-linear-gradient(top, 
				     #e0e0e0 0%, 
				     #FFFFFF 40%, 
				     #a2a2a3 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, 
				 color-stop(0%,#e0e0e0), 
				 color-stop(40%,#FFFFFF), 
				 color-stop(100%,#a2a2a3)); /* webkit */

    margin:0px;
    color:#333;
    padding:20px;
    font-size:1.3em;
    border:solid 1px #000; 
    -webkit-transition: all ease-in-out 0.5s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: initial;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;

}
.bottom {
    display:block;
    padding:2px 10px;
    font-size:80%;
    border-radius:4px;
    background: -moz-linear-gradient(top, #aaa 0%, #555 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaa), color-stop(100%,#555)); /* webkit */
}


 fieldset legend{	
    display:block;	padding:2px 10px;

    color:#FFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-border-radius: 4px;
    border-radius:4px;
    background: #C9C9C9; /* old browsers */
    background: -moz-linear-gradient(top, #aaa 0%, #555 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaa), color-stop(100%,#555)); /* webkit */
    position:absolute;  /* Workaround trick to mozilla shadows in fieldssets */
    top:-1em; 
    -webkit-transition: all ease-in-out 0.5s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: initial;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

fieldset , article{
    position:relative;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:30px 40px 25px 35px;
    background: #FFFFFF; /* old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 40%, #e0e0e0 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, 
				 color-stop(0%,#ffffff), 
				 color-stop(40%,#FFFFff), 
				 color-stop(100%,#e0e0e0)); /* webkit */
    margin-top:20px;
    color:#333;
    border:solid 1px #aaa;
    
    -webkit-transition: all ease-in-out 0.5s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: initial;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

fieldset:hover, #tabscontent:hover, article:hover
{ 
    border:solid 1px #000;
    box-shadow: 2px 2px 7px #565656;
    color:#000;
}

fieldset:hover legend ,  #tabscontent:hover  a.more{ 
    border:solid 1px #000;
    box-shadow: 2px 2px 7px #565656;
}

/// http://padefotic.blogspot.com.es/ MOLA

.tables {
    margin-left:30px;
    margin-right:30px;
    border-spacing:10px; 
}

.tables td {
    vertical-align:top; 


}

span.imgs {
    margin-left:30px;
    margin-bottom:30px;
    margin-top:20px;
    margin-right:20px;
    text-align:center;
}

.shadows {
    padding:0px;
    margin:0px;
    -moz-box-shadow: 7px 7px 10px #000;
    -webkit-box-shadow: 7px 7px 10px #000;
    box-shadow: 7px 7px 10px #000;
}


a.more{
    float:right;
    padding:5px;
    padding-left:15px;
    padding-right:15px;
    margin-top:8px;
    text-decoration:none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color:#343939;
    color:#fff;
    font-size:.8em;  
    -webkit-transition: all ease-in-out 1s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: initial;
    transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    border: solid 1px #666;
}

span.is_fun {
    float:right; 
    z-index:99; 
    margin:.7em 2px 0 0; 
    font-size:1.1em;
    text-shadow: 1px 1px 3px #666;
}

li {
    margin-left:2em;
}
img.emoticon_bad{
    filter: grayscale(80%);
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%); 
    padding:0px; 
    margin:0px;
    width:1.5em; 
    height:1.5em; 
    vertical-align:text-top;
}
img.emoticon_good{
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
    -o-filter: grayscale(40%); 
    padding:0px; 
    margin:0px;
    width:1.5em; 
    height:1.5em; 
    vertical-align:text-top;
}

article{
    font-size:1.5em;
    padding-left:40px;
    padding-right:40px;
    padding-bottom:40px;
    color:#333;
}
section{
    margin-top:20px;
}


dt {
    font-weight:bold;
    padding-left:1em;
}
dd {
    padding-left:2em;
}

h1 {
    font-size:110%;
}

h2 {
    font-size:100%;
}
