@charset "UTF-8";
/* CSS Document */

body {
	margin:0 auto;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#bbb;
	background-repeat:repeat-x;
}


a, a:focus {
  text-decoration: none;
  color: #007bc0;
 
}

a:hover {
  color: #00519e;
}

img {

border: none; outline:none; border:0px;

}

a img {

border: none; outline:none; border:0px;

}


H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#ff3333;
	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: 1280px;
	margin:auto;
	padding:0px 20px;
}
 
#header {
    width: 100%; 
}
 
#title-area {
    width: 30%;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}
 
#content {
    width: 100%;
	float:left;
}

#content_box1 {
	width: 24%;
	max-width:310px;
	margin: 0 0.2%;
	border:1px solid #333;
	display:inline-block;
	padding:5px 0px;
	background: 000000; /* Old browsers */

background: -moz-linear-gradient(top,  #222222 0%, #000000 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #222222 0%,#000000 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #222222 0%,#000000 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #222222 0%,#000000 100%); /* IE10+ */

background: linear-gradient(to bottom,  #222222 0%,#000000 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

border-radius:10px; 
-moz-border-radius:10px; /* Firefox */ 
-webkit-border-radius:10px; /* Safari y Chrome */ 

}

#content_box2{
	width: 100%;
	display:inline-block;
	background: -moz-linear-gradient(top,  #222222 0%, #000000 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #222222 0%,#000000 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #222222 0%,#000000 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #222222 0%,#000000 100%); /* IE10+ */

background: linear-gradient(to bottom,  #222222 0%,#000000 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.text_content{
	padding:10px 30px 30px 30px;
}

img {
    max-width: 100%;
	height:auto;
}
/*********** Menú principal ***********/

.nav{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
	width:100%;
	float:left;
	background-color: #660000; /* Old browsers */

background: -moz-linear-gradient(top,  #8a0000 50%, #660000 51%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#8a0000), color-stop(51%,#660000)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #8a0000 50%,#660000 51%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #8a0000 50%,#660000 51%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #8a0000 50%,#660000 51%); /* IE10+ */

background: linear-gradient(to bottom,  #8a0000 50%,#660000 51%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a0000', endColorstr='#660000',GradientType=0 ); /* IE6-9 */
}

.nav li{
    display:inline;
	padding:0 20px;
	border-right:1px solid #CCC;
}

.nav a{
    display:inline-block;
	font-size:1em;
	font-weight:bold;
	color:#fff;
}

.nav a:hover {
	color:#ff9900;
}

.nav li:last-child{
	border-right:0;
}

/*---------------------------------*/
#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;
}

.banner{
  text-align:center;
}

#bt_line{
  text-align:center;
  margin:0 auto;
  padding:0;
  float:left;
  width:100%;
background: #222; /* Old browsers */

background: -moz-linear-gradient(top,  #000000 7%, #222222 7%, #222222 93%, #000000 93%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#000000), color-stop(7%,#222222), color-stop(93%,#222222), color-stop(93%,#000000)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #000000 7%,#222222 7%,#222222 93%,#000000 93%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #000000 7%,#222222 7%,#222222 93%,#000000 93%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #000000 7%,#222222 7%,#222222 93%,#000000 93%); /* IE10+ */

background: linear-gradient(to bottom,  #000000 7%,#222222 7%,#222222 93%,#000000 93%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#bt_line img{
  padding: 5px 0px;

}

.bt_line_title{
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#FFF;
  font-size:2em;
}

.bt_line_title a{
  color:#FFF;
}

#bt_line p{
  padding: 0px 12px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  color:#f2f2f2;
  font-size:1em;
  text-align:left;
}

#bt_line p a{
  color:#ff9900;
}

#bt_line p a:hover{
  color:#ffcc00;
}

#footer {
  float:left;
  width:100%;
}

.copyright{
  font-family:Arial, Helvetica, sans-serif;
  font-size:0.8em;
  color:#999;
  text-align:center;
  margin-bottom:10px;
  text-transform:uppercase;
  padding:20px 0px;
}


/* ~~ Login ~~ */

#login-area {
    width: 350px;
	height:60px;
	float:right;
	background-image:url(../../tiger888/images/login_bg.png);
	background-position:center;
	background-repeat:no-repeat;
}

.login_holder {
	padding-top:40px;
	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;
}

#login_submit {
	background-color:#940000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	padding:2px;
	text-decoration:none;
	text-transform:uppercase;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
}
#login_submit:hover {
	background-color:#cc0000;
}


/*********** Responsive ***********/
@media screen and (max-width: 980px) {

.nav {
	display:inline-block;
	height:auto;
/*	background:none;*/
}

.nav li{
	display:inline-block;
/*	background-color:#660000;*/
	padding:0px 8px;
}

.bt_line_title{
  font-size:1.5em;
}




}

@media screen and (max-width: 800px) {

#content_box1 {
    width: 23%;
}

}

@media screen and (max-width: 767px) {

.nav {
	background:none;
	    text-align: left;
    padding-top: 300px;
}

.nav li{
	border-right:none;
	margin:3px 1px;
	background-color:#990000;
	padding:3px;
}

#bt_line p{
  display:none;
}

}

@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;
	margin-top:10px;
	border-radius:5px; 
   -moz-border-radius:5px; /* Firefox */ 
   -webkit-border-radius:5px; /* Safari y Chrome */ 
}

.login_holder {
	padding:17px 0px;
}

}

@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;
}

.nav {
	text-align:left;
	text-align: left;
    padding-top: 300px;
}

.nav a{
	font-size:0.8em;
}


}

