<link href='https://fonts.googleapis.com/css2?family=Poppins:wght@400;900&display=swap' rel='stylesheet'> 
/* 
  Those are the main and generic styles for this theme
*/
body {
    /*
  background: #2C4384 url("images/frame/background.gif") repeat-y 50% 0 fixed;
  background: #d7d7d7 url("images/frame/background.png");
  background: #F5F5F5;
*/
    background: #ffffff ;


    color: #0B253C;
    font: 12px,;
	font-family: 'Poppins';
    margin: 0px;
}


td,
p {
    font: 12px;
	font-family: 'Poppins';
    margin: 0px;
}

a {
    color: #2970d7;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    /*  text-decoration: underline; */
}

img {
    border: none;
}

input,
select,
textarea {
    font-size: 100%;
    line-height: 150%;
    font: 11px;
	font-family: 'Poppins';
}

.submit {
    background: #ffffff;
    font: 11px;
	font-family: 'Poppins';
    font-weight: bold;
    color: #2988d7;
    margin: 1px;
    padding: 3px 15px 3px 15px;
    border: solid 2px #2970d7;
}

.submit_disabled {
    background: #ffffff;
    font: 11px; 
	font-family: 'Poppins';
    font-weight: bold;
    color: #ffffff;
    margin: 1px;
    padding: 3px 15px 3px 15px;
    border: solid 1px #2988d7;
}

/* Text hilight */
.hilight {
    background-color: #FFFF00;
    /* #ffffff; 
  border-top: 1px solid #2970d7;
  border-bottom: 1px solid #2970d7; */
}

/*
  Gauges Styles
*/
#gaugewrapper {
    border: solid 1px #000;
    width: 100%;
}

#gaugelevel {
    position: relative;
    left: 0;
    top: 0;
    background-color: #CCFF00;
}

#gaugelabel {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
}

/*
  This small hack will force the main table
  to expand vertically and stretch it so it
  fills the browser viewport.
*/
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
}

.fullheight {
    height: 100%;
}

/*
  The following "homeColorSet" and "footerColorSet"
  styles are color switches for elements that are outside
  the main white-backgrounded area, the home one is
  located on the homepage (which has a dark blue background)
  and the footer covers the bottom of each page which
  is also using a dark blue background color
*/
.homeColorSet1 {
    color: #FFFFFF;
}

.homeColorSet2 {
    color: #2988d7;
}

.footerColorSet1 {
    color: #FFFFFF;
}

.footerColorSet2 {
    color: #2970d7;
}

/* Inkspot styles */
#inkspotMainPostBody {
    position: relative;
    background-color: #ffffff;
    padding: 20px;
    width: 660px;
    border: 2px solid #2988d7;
}

/* Calendars Styles */
#calendar_emptyday {
    border: #2988d7 solid 2px;
    float: left;
    width: 28px;
    height: 26px;
    margin: 1px;
}

#calendar_day {
    border: #2988d7 solid 2px;
    text-align: center;
    vertical-align: middle;
    float: left;
    width: 28px;
    height: 26px;
    margin: 1px;
}

#calendar_busyDay {
    border: #2988d7 solid 2px;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    float: left;
    width: 28px;
    height: 26px;
    margin: 1px;
    color: #2970d7;
}

#calendar_busyDay a {
    display: block;
    width: 100%;
    height: 100%;
    color: #2970d7;
    text-decoration: none;
}

#calendar_row {
    clear: both;
}

#calendar {}

/* Vote styles */
#votewrap {
    height: 10px;
    width: 50px;
    background: url(/theme/default/images/frame/rank_objects/green_layer.gif) repeat-x;
    overflow: visible;
}

#voteInt {
    height: 10px;
    width: 50px;
    text-align: center;
    font: 8px, 'Poppins';
}

.votehover {
    width: 20%;
    height: 10px;
    float: left;
    background: url(/theme/default/images/frame/rank_objects/blue_layer.gif) repeat-x;
    font-size: 1px;
    margin: 0px;
}

.voteclear {
    width: 20%;
    height: 10px;
    float: left;
    font-size: 1px;
    margin: 0px;
    display: block;
}

/* Quotes styles */
blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #2988d7;
}

/* Headers */
/* 
h1, h2, h3, h4, h5, h6 {
*/
h1,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins'; 
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

h2 {
    font: 12px/22px;
	font-family: 'Poppins';
    height: 100%;
    margin: 0 auto;
    width: 100%;
    color: #2970d7;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    padding: 0px;
    margin: 0px;
}

h1 {
    font-weight: bold;
    font-size: 25px;
	font-family: 'Poppins';
}


h3 {
    font-weight: bold;
    color: #2970d7;
    font-size: 25px;
	font-family: 'Poppins';
}

h4 {
    color: #2970d7;
    font-size: 20px;
    font-weight: bold;
	font-family: 'Poppins';
}

h5 {
    color: #666666;
    font-size: 10px;
	font-family: 'Poppins';
}

h6 {
    color: #2970d7;
    font: 13px;
	font-family: 'Poppins';
}

/* Some special form fields classes */
#formTitle_DISABLED {
    font-family: 'Poppins'; 
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    color: #2988d7;
    font-size: 18px;
    font-weight: bold;
    background-color: #ffffff;
    width: 100%;
    border: solid 2px #ffffff;
}

.fullwidth {
    width: 100%;
}

/* Navigation menu */
#navigation {
    padding-left: 30px;
}

#navigation a {
    font: 13px bold;
	font-family: 'Poppins';
    color: #515151;
    padding-left: 8px;
    text-decoration: none;
    font-weight: bold;
}

#usercontrol {
    padding-right: 30px;
}

#usercontrol a {
    font: 13px, bold;
	font-family: 'Poppins';
    color: #515151;
    padding-right: 8px;
    text-decoration: none;
    font-weight: bold;
}

/* Copyright */
#copyright {
    font: 10px;
	font-family: 'Poppins';
    color: #FFFFFF;
}

/* Users pictures */
#picture {
    padding: 2px;
    border: 1px solid #CECECE;
    background-color: #FFFFFF;
}

/* BodyCodePicture */
#bodyCodeImage {
    padding: 2px;
    border: 1px solid #CECECE;
    background-color: #FFFFFF;
}

/* CHAT StyleSheet */
.chatNickEntity {
    clear: both;
    border-bottom: solid 1px #2988d7;
    padding: 2px;
    background-color: #2988d7;
}

.chatNickEntity:hover {
    clear: both;
    border-bottom: solid 1px #2988d7;
    padding: 2px;
    background-color: #2988d7;
}

.selectedChatNickEntity {
    clear: both;
    border-bottom: solid 1px #2988d7;
    padding: 2px;
    background-color: #FFCC66;
}

#chatContent {
    width: 100%;
    height: 400px;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 5px;
}

#nickList {
    width: 100%;
    height: 400px;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 5px;
}

#shadeWrapper {
    background-color: #000;
    filter: alpha(opacity=40);
    -moz-opacity: .40;
    opacity: .40;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
    visibility: hidden;
}

#noShadeContent {
    top: 30%;
    left: 30%;
    filter: alpha(opacity=99);
    -moz-opacity: .99;
    opacity: .99;
    position: absolute;
    z-index: 11;
    visibility: hidden;
    padding: 2px;
    border: 1px solid #2988d7;
    background-color: #fff;
}

/* TABS STYLESHEET */
.tabberlive .tabbertabhide {
    display: none;
}

.tabber {}

.tabberlive {
    margin-top: 1em;
}

ul.tabbernav {
    margin: 0;
    padding: 3px 0;
    border-bottom: 2px solid #2970d7;
    font: bold 12px;
	font-family: 'Poppins';
}

ul.tabbernav li {
    list-style: none;
    margin: 0;
    display: inline;
}

ul.tabbernav li a {
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 2px solid #2970d7;
    border-bottom: none;
    background: #2988d7;
    text-decoration: none;
}

ul.tabbernav li a:link {
    color: #2970d7;
}

ul.tabbernav li a:visited {
    color: #2970d7;
}

ul.tabbernav li a:hover {
    color: #FFFFFF;
    background: #2970d7;
    border-color: #2970d7;
}

ul.tabbernav li.tabberactive a {
    background-color: #2988d7;
    border-bottom: 2px solid #2988d7;
}

ul.tabbernav li.tabberactive a:hover {
    color: #2970d7;
    background: #2988d7;
    border-bottom: 1px solid #2988d7;
}

.tabberlive .tabbertab {
    padding: 5px;
    border-top: 0;
}

.tabberlive .tabbertab h2 {
    display: none;
}

.tabberlive .tabbertab h3 {
    display: none;
}

botonprueba {
	background-color: red;
}

/*#cabecero {
    opacity: .5;
}*/