@import url('reset.css');
/* General Demo Style */
body{
    background:#e6eecc url(../images_ext/fondo.gif)  repeat top center;
	color: #333;
	font-family: 'Terminal Dosis', Arial, sans-serif;
	font-size: 13px;
}
.container{
	position:relative;
        z-index:1000; 
}
a{
	color: #fff;
	text-decoration: none;
}
.clr{
	clear: both;
}
.kinput{
    width: 300px;
    background: #FFFFD7;
    box-shadow: 2px 2px 2px #0052BA;
    font-size:14px;
    color:#666;
    font-style:italic;
    font-family:Georgia, serif;
}

.button {
   border-top: 1px solid #979cf7;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e439c), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e439c, #65a9d7);
   background: -moz-linear-gradient(top, #3e439c, #65a9d7);
   background: -ms-linear-gradient(top, #3e439c, #65a9d7);
   background: -o-linear-gradient(top, #3e439c, #65a9d7);
   padding: 8px 23px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 11px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #2a2878;
   background: #2a2878;
   color: #cccccc;
   }
.button:active {
   border-top-color: #341b5c;
   background: #341b5c;
   }

.content{
	position:relative;
        overflow: hidden;
       
	
}
h1{
	margin:0px;
	padding:5px;
	font-size:32px;
	color:#000;
    text-shadow:1px 1px 1px rgba(255,255,255,0.9);
	text-align:center;
	font-weight:600;
}
h1 span{
    display:block;
	font-size:14px;
	color:#666;
    font-style:italic;
    font-family:Georgia, serif;
	padding-top:5px;
}
/* Header Style */
.header{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}
.more{
	position:relative;
	clear:both;
    font-size: 11px;
    padding: 20px 0px;
    text-transform:uppercase;
    width: 390px;
    height:55px;
    margin: 0 auto;
}
.more ul{
	display:block;
	text-align:center;
}
.more ul li{
	display: block;
    padding: 4px 2px;
    float:left;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#0099c5;
	color:#fff;
	text-shadow:none;
    font-weight:bold;
}
.more ul li a{
	color:#555;
    float:left;
	background:#fff;
    width:64px;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#000;
	color:#fff;
}
