@charset "utf-8";
html, body
{
	text-align:center;
	margin:0;
	background-color: #8a1a1a;
	background-image: url(https://i.gifer.com/origin/dc/dc33317dd2a3a755eeeb1323752a0c75.gif);
	background-repeat:repeat-x;
}
DIV,UL,OL /* Left */
{
	margin-top: 0px;
	margin-bottom: 0px;
}
img { border:0 !important; }
iframe {background-color:transparent;}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none;}
a {color:#111;}
#container
{
	position:relative;
	width: 1100px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:center; 
}
#texto{
	position:relative;
	overflow:hidden;
	margin-top: 40px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:45px;
	z-index:1;
	color:#bbb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}
#logo
{
	position:relative;
	overflow:hidden;
	margin-top: -20px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:600px;
	z-index:0;
}
#sliderizda{
	position:absolute;
	overflow:hidden;
	top: -10px;
	left:10px;
	width:186px;
	height:165px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: top center;
	z-index:2;
}
#sliderdrcha{
	position:absolute;
	overflow:hidden;
	top: -10px;
	right:10px;
	width:186px;
	height:165px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: top center;
	z-index:2;
}
#columizda{
	position:absolute;
	overflow:hidden;
	top: 30px;
	left:10px;
	width:200px;
	height:748px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: top center;
	z-index:1;
}#columdrcha{
	position:absolute;
	overflow:hidden;
	top: 30px;
	right:10px;
	width:200px;
	height:748px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: top center;
	z-index:1;
}
#botonera{
	position:relative;
	margin-left:auto;
	margin-right: auto;
	background: #191919;
	background-size:924px;
	width:1024px;
	height:80px;
	 -moz-border-radius:6px;
 -webkit-border-radius:6px;
 -khtml-border-radius: 6px;
 border-radius:6px;
 border:1px solid #183f9c;
 
	
}
#chat
{
	position:absolute;
	overflow:hidden;
	left:10px;
	top:20px;
	width:183px;
	height:41px;
	z-index:3;
}
#chat2
{
	position:absolute;
	overflow:hidden;
	left:213px;
	top:20px;
	width:183px;
	height:41px;
	z-index:3;
}
#chat3
{
    position: absolute;
    overflow: hidden;
    left: 306px;
    top: 20px;
    width: 383px;
    height: 41px;
    z-index: 3;
}

#web
{
	position:absolute;
	overflow:hidden;
	right:20px;
	top:20px;
	width:183px;
	height:41px;
	z-index:3;
}
#radio
{
	position:absolute;
	overflow:hidden;
	left:599px;
	top:20px;
	width:183px;
	height:41px;
	z-index:3;
}
#facebook{
	position:relative;
	overflow:hidden;
	margin-left:auto;
	margin-right: auto;
	top:32px;
	width:500px;
	height:282px;
	z-index:3;
	background-repeat: no-repeat;
}
#hispaservers{
	position:relative;
	overflow:hidden;
	margin-left:auto;
	margin-right: auto;
	top:55px;
	width:1000px;
	height:90px;
	z-index:3;
	color: #111;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.button-blue {
 position: relative;
 -moz-box-shadow:inset 0px 1px 0px 0px #a0b8f1, 0 1px 4px #555;
 -webkit-box-shadow:inset 0px 1px 0px 0px #a0b8f1, 0 1px 4px #555;
 box-shadow:inset 0px 1px 0px 0px #a0b8f1, 0 1px 4px #555;

 background: #4876e3; /*fallback for non-CSS3 browsers*/
 background: -webkit-gradient(linear, 0 0, 0 100%, from(#4876e3) to(#183f9c)); /*old webkit*/
 background: -webkit-linear-gradient(#4876e3, #183f9c); /*new webkit*/
 background: -moz-linear-gradient(#4876e3, #183f9c); /*gecko*/
 background: -ms-linear-gradient(#4876e3, #183f9c); /*IE10*/
 background: -o-linear-gradient(#4876e3, #183f9c); /*opera 11.10+*/
 background: linear-gradient(#4876e3, #183f9c); /*future CSS3 browsers*/
 -pie-background: linear-gradient(#4876e3, #183f9c); /*PIE*/

 -moz-border-radius:6px;
 -webkit-border-radius:6px;
 -khtml-border-radius: 6px;
 border-radius:6px;
 border:1px solid #183f9c;
 display:inline-block;
 color:#fff !important;
 font-size:32px;
 font-weight:bold;
 padding: 10px 20px;
 text-decoration:none;
 text-shadow:0px -1px 0px #183f9c;
 text-align: center;
 line-height: 18px;
 cursor: pointer;
 font-family:Verdana, Geneva, sans-serif;
}
.button-blue:hover {
 -moz-box-shadow:inset 0px 1px 0px 0px #f087cd, 0 1px 4px #555;
 -webkit-box-shadow:inset 0px 1px 0px 0px #f087cd, 0 1px 4px #555;
 box-shadow:inset 0px 1px 0px 0px #f087cd, 0 1px 4px #555;

 background: #d80090; /*fallback for non-CSS3 browsers*/
 background: -webkit-gradient(linear, 0 0, 0 100%, from(#d80090) to(#cc0066)); /*old webkit*/
 background: -webkit-linear-gradient(#d80090, #cc0066); /*new webkit*/
 background: -moz-linear-gradient(#d80090, #cc0066); /*gecko*/
 background: -ms-linear-gradient(#d80090, #cc0066); /*IE10*/
 background: -o-linear-gradient(#d80090, #cc0066); /*opera 11.10+*/
 background: linear-gradient(#d80090, #cc0066); /*future CSS3 browsers*/
 -pie-background: linear-gradient(#d80090, #cc0066); /*PIE*/

 -moz-border-radius:6px;
 -webkit-border-radius:6px;
 -khtml-border-radius: 6px;
 border-radius:6px;
 border:1px solid #cc0066;
 text-shadow:0px 1px 0px #d80090;
}.button-blue:active {
 position:relative;
 top:1px;
}