@charset "UTF-8";
/* CSS Document */

body {
	margin:0 auto;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#bbb;
	background-image: url(http://tiger888.com/images/bg.jpg);
	background-repeat:repeat-x;
}


a, a:focus {
  text-decoration: none;
  color: #007bc0;
 
}

a:hover {
  color: #00519e;
}


H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#ff3333;
	border-bottom:1px solid #666;
	padding-bottom:5px;
	font-style:italic;
}

H2 {
	font-size:16px;
	color:#FF6600;
}

H3 {
	font-size:12px;
	color:#cc6600;
	font-weight:bold;
}


H5 {
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}

#wrap {
    max-width: 965px;
	margin:auto;
	padding:0px 20px;
}
 
#header {
    width: 100%; 
}
 
#title-area {
    width: 30%;
	float:left;
	margin-top:5px;
}
 
#content {
    width: 100%;
	float:left;
}

#content_box1 {
    width: 100%;
	float:left;
	background:url(http://tiger888.com/images/content_left.png) no-repeat;
	min-height:270px;
}

#content_box2{
    width: 100%;
	float:left;
	background:url(http://tiger888.com/images/content_right.png) no-repeat;
	background-position:top right;
	min-height:270px;
}

.text_content{
	padding:0px 30px;
}

img {
    max-width: 100%;
	height:auto;
}
/*********** Menú principal ***********/

.nav {
	float:right;
	display:block;
	position:relative;
	margin-bottom:15px;
	margin-top:15px;
}

.nav ul {
	padding:0;
	list-style:none;
}

.nav ul li{
	float:left;
	height:39px;
	line-height:39px;
	margin-left:3px;
}

.nav ul li a{
	display:block;
	height:39px;
	font-size:1em;
	font-weight:bold;
	color:#fff;
	background:url(http://tiger888.com/images/bt_left.jpg) no-repeat;
}

.nav ul li a span{
	display:block;
	height:39px;
	padding:0 12px;
	background:url(http://tiger888.com/images/bt_right.jpg) right no-repeat;
}

.nav ul li a:hover{
	text-decoration:none;
	color:#ff3333;
	background:url(http://tiger888.com/images/bt_left_on.jpg) no-repeat;
}

.nav ul li a:hover span{
	background:url(http://tiger888.com/images/bt_right_on.jpg) right no-repeat;
}

/*---------------------------------*/
#info{
  font-family:Arial, Helvetica, sans-serif;
  font-size:30px;
  color:#fff;
  text-align:left;
  font-weight:bold;
  float:left;
  width:100%;
  padding:15px 0px;
}

#bt_line{
  text-align:left;
  float:left;
  width:100%;
}

#bt_line img{
  padding: 0px 2px 20px 0px;
}


#footer {
  float:left;
  width:100%;
}

.copyright{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#999;
  text-align:center;
  margin-bottom:10px;
}


/* ~~ Login ~~ */

#login-area {
    width: 350px;
	height:60px;
	float:right;
	background-image:url(http://tiger888.com/images/login_bg.png);
	background-position:center;
	background-repeat:no-repeat;
}

.login_holder {
	padding:16px 2px;
	text-align:center;
}

button, textarea, input, object, select {
    display: inline-block;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
	color:#666;
	vertical-align:middle;
}

#userState .input {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #666666;
    color: #FFFFFF;
    font-size: 10px;
    margin-top: 3px;
    padding: 0px;
}


/*********** Responsive ***********/


@media screen and (max-width: 620px) {

#title-area {
/*	display:none;*/
	width:100%;
	margin:auto;
	text-align:center;
}

#login-area {
	background-image:none;
	border:2px solid #fff;
	background-color:#000;
	width:100%;
	margin:auto;
	border-radius:5px; 
   -moz-border-radius:5px; /* Firefox */ 
   -webkit-border-radius:5px; /* Safari y Chrome */
   height:auto; 
}

}

@media screen and (max-width: 560px) {

#bt_line{
	display:none;
}
#info{
  font-size:25px;
  text-align:center;
}

}

@media screen and (max-width: 480px) {

#info li{
  display:block;
}

button, textarea, input, object, select {
    font-size: 9pt;
}

}

