@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('eot'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#webfontX0YNjQNl') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
background-color: #ffffff;
font-family: Lucida Sans;
font-size : 14px;
color: #62574B;
margin-top: 0px;
}

strong {
font-family: Arial;
color: #ff636b;
} 
b {
font-family: Arial;
color: #ff636b;
} 


i {
font-weight:bolder;
font-family: Arial;
color: #ff636b;
}

u,strike
{color : #63584C;
font-size:8pt;}

a:link, a:visited {
color: #79613b;
text-decoration: none;	
}

a:hover {
color: #79613b;
text-decoration:underline; 		
}


/*--------------------------------------------NAMAZU--------------------------------------------*/
#titulo {
	background-color: #ec666d;
	font-weight: none;
	font-size: 34px;
	color: #61615b;
	font-family: 'BebasNeueRegular';
	letter-spacing: -1px;
	text-shadow: #b7b5ae 1px 1px 1px;
	padding: 15px;
	text-align:left;
}


#c {
background-color: #f4e8d6;
color: #595952;
padding-top: 20px;
padding-bottom: 10px;
-moz-border-radius: 20px;
-khtml-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
margin-left: 20px;
margin-right: 20px;
margin-top: 5px;
line-height:10px;

}

#c #titulos {
	font-weight: none;
	font-size: 38px;
	color: #ec666d;
	font-family: 'BebasNeueRegular';
	letter-spacing: -1px;
	text-shadow: #b7b5ae 1px 1px 1px;
	padding: 15px;
	text-align:left;
	border-bottom: 9px solid #f8f4ed;
	text-shadow: #c6aa81 1px 1px 1px;
}

#c #texto{
	font-weight: none;
	font-size: 18px;
	color: #675638;
	font-family:Lucida Sans;
	letter-spacing: -1px;
	text-shadow: #b7b5ae 1px 0px 0px;
	padding: 5px;
	text-align:left;
	line-height:20px;
}

    #container {
		background-image: url("images/fondis.jpg");
       /* background: #c7aa82;*/
		font-family: 'BebasNeueRegular';
        width: 600px;
        height: 300px;
        margin: 0 auto;
        -webkit-border-radius: 0.7em;
        -moz-border-radius: 0.7em;
        border-radius: 0.7em;
        padding: 20px 0;
    }
    .animatedbox {
        background: #fc6971;
		font-family: 'BebasNeueRegular';
        position: absolute;
        padding: 20px 20px 20px 20px;
        font-size: 36px;
        color: #ffffff;
		-moz-border-radius: 1em 4em 1em 4em;
		border-radius: 1em 4em 1em 4em;
        left: 500px;
        letter-spacing: 2px;
        display: none;
    }
    .match {
        color: #fc6971;
    }
    .current {
        background: #f5e460;
    }
    #toolbar {
        background: #fc6971;
		font-family: 'BebasNeueRegular';
        -webkit-border-radius: 1.0em;
        -moz-border-radius: 1.0em;
        border-radius: 1.0em;
        width: 600px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #boxscore {
        float: left;
        font-size: 28px;
        margin-left: 15px;
        color: #8a6d4b;
		padding: 20px 20px 20px 20px;
    }
    #score {
        font-weight: bold;
        font-size: 28px;
		padding: 20px 20px 20px 20px;
		
    }
    #boxcontrol {
        float: right;
        margin-right: 28px;
		padding: 20px 20px 20px 20px;
    }
    #boxcontrol a {
        font-size: 28px;
        color: #ffffff;
    }
    .clear {
        margin-top: 5px;
        font-size: 18px;
        color: #ffffff;
        clear: both;
		line-height:18px;
    }
	
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:750px;
  height:505px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog2 {
background-color: #f4e8d6;
line-height:10px;
color: #595952;
padding-top: 20px;
padding-bottom: 10px;
-moz-border-radius: 30px;
-khtml-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 20px;
margin-left: 20px;
margin-right: 20px;
margin-top: 5px;
  width:510px; 
  height:290px;

}

div.Feedback {
	background-color: #FFFFFF;
	left: 33%;
	width: 34%;
	top: 33%;
	z-index: 1;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	text-align: center;
	color: #c7aa82;
	position: absolute;
	display: none;
	font-size: 100%;
}
table.CrosswordGrid{
	margin: auto auto 1em auto;
	border-collapse: collapse;
	padding: 0px;
	background-color: #FFFFFF;
}

table.CrosswordGrid tbody tr td{
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	vertical-align: middle;
	font-size: 140%;
	padding: 1px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #c7aa82;
	color: #c7aa82;
}

table.CrosswordGrid td.BlankCell{
	background-color: #c7aa82;
	color: #c7aa82;
}


.NumLetterCellText{
	cursor: pointer;
	color: #000000;
}
.GridNum{
	vertical-align: super;
	font-size: 66%;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#sidebar1 .SIDEBAR-TITLE {
	background-color: #d0d0d0;
	font-weight: none;
	font-size: 24px;
	color: #bc4272;
	font-family: 'BebasNeueRegular';
	letter-spacing: 1px;
	text-shadow: #00454c 1px 1px 1px;
	text-align:left;
}

#sidebar1 .content {
font-family: Arial;
background-color:#e1dede;
font-size : 12px;
font-weight: none;
color: #00454c;
text-align: justify;
}

#sidebar1 .content a:link{
color: #bd376d;
text-decoration: none;	
}

#sidebar1 .content a:hover {
color: #0093a0;
text-decoration: underline; 		
}
		
#sidebar1 .content img {
border: 1px solid #a2406f;
background-color: #00919e;
padding: 4px;
margin: 4px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px; 
border-radius: 6px;
opacity: 0.7; 
color: transparent; 
}

#sidebar1 .content a img {
background-color: #fffcfd;
border: 1px solid #00919e;
padding: 4px;
margin: 4px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px; 
border-radius: 6px;
opacity: 0.6; 
color: transparent; 
}

#sidebar1 .content a img:hover {
background-color: #fffcfd;
border: 1px solid #a2406f;
padding: 4px;
margin: 4px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px; 
border-radius: 6px;
text-decoration: none;
opacity: 0.9; 
color: transparent; 
}

#sidebar1 input, #sidebar2 input{
  font-family: 'BebasNeueRegular';
  border:2px solid #ebe9ea;
  color: #15474d;
  font-size:16px;
  width:150px;
  margin-bottom:0px;
  margin-top:5px;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  -o-border-radius:px;
  -ms-border-radius:7px;
  border-radius:7px;
  margin-left: 35px;
}

#sidebar1 input[type=submit], #sidebar2 input[type=submit] {
  background:#00949f;
  color: #cccccc;
  padding: 5px;
  width:90px;
  margin-left: 60px;
}

#sidebar2 input[type=radio] {
  padding: 0px;
  width:20px;
}


#sidebar2{
    background-color: #dfdede;
	float: right;
    width:250px;
    height:100%;
}

 #contenido {
		background-color: #eae9e9;
		float:left;
		width:100%;
		height:100%;
}

.SIDEBAR-TITLE, #sidebar1 .SIDEBAR-TITLE, #sidebar2 .SIDEBAR-TITLE {
	background-color: #d0d0d0;
	font-weight: none;
	font-size: 26px;
	color: #bc4272;
	font-family: 'BebasNeueRegular';
	letter-spacing: 0px;
	text-shadow: #00454c 1px 1px 1px;
	text-align:center;
}
	

.UPDATE-TITLE {
	font-weight: none;
	font-size: 24px;
	color: #00919e;
	font-family: 'BebasNeueRegular';
	letter-spacing: 0px;
	text-shadow: #cccccc 2px 2px 2px;
	text-align:left;
}
	
	
.UPDATE-TITLE a:link {
font-weight: bolder;
font-size: 17px;
color: #25C8E0;
font-family: 'BebasNeueRegular';
letter-spacing: 2px;
text-shadow: #5F5448 2px 2px 2px;
text-align:center;
padding-bottom: 5px;
text-transform: uppercase;
}
		
.UPDATE-TITLE a:visited {
font-weight: bolder;
font-size: 17px;
color: #25C8E0;
font-family: Lucida Sans;
letter-spacing: -2px;
text-shadow: #5F5448 2px 2px 2px;
text-align:center;
padding-bottom: 5px;
text-transform: uppercase;
}
				
.UPDATE-TITLE a:hover {
font-weight: bolder;
font-size: 17px;
color: #21BAD0;
font-family: Lucida Sans;
letter-spacing: -2px;
text-shadow: #5F5448 2px 4px 2px;
text-align:center;
padding-bottom: 5px;
text-transform: uppercase;
}
	
.news-content {
font-family: Arial;
font-size : 12px;
font-weight: none;
color: #00454c;
padding-left: 10px;
padding-right: 10px;
text-align: justify;
}

.content {
font-family: Arial;
background-color:#e1dede;
font-size : 14px;
font-weight: none;
color: #00454c;
text-align: justify;
}


.news-content a:link, .news-content a:visited {
color: #bd376d;
text-decoration: none;	
}

.news-content a:hover {
color: #0093a0;
text-decoration: underline; 		
}
		
.news-content img, .content img {
border: 1px solid #a2406f;
background-color: #eae9e9;
padding: 6px;
margin: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px; 
border-radius: 6px;
opacity: 0.7; 
color: transparent; 
margin-left: 20px;
}

.news-content a img, .content a img {
background-color: #fffcfd;
border: 1px solid #00919e;
padding: 6px;
margin: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px; 
border-radius: 6px;
opacity: 0.6; 
color: transparent; 
}

.news-content a img:hover, .content a img:hover {
background-color: #fffcfd;
border: 1px solid #a2406f;
padding: 6px;
margin: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px; 
border-radius: 6px;
text-decoration: none;
opacity: 0.9; 
color: transparent; 
}

.last_news {
font-family: 'BebasNeueRegular';
font-size: 18px;

color: #bd376d;
text-align:left;
border-bottom: 0px solid #00919e;
text-transform: uppercase;
}

.last_news  a:link {
color: #bd376d;
}
	
.last_news  a:visited {
color: #e4527f;
}
	
.last_news  a:hover {
color: #00454c;
text-decoration:none;
border-bottom:#19AABF 0px solid; 
}


.UPDATE-SUBTITLE {
font-family:'BebasNeueRegular';
font-size: 16px;
color: #bd376d;
text-align:center;
border-bottom: 0px solid #cccccc;
}

.UPDATE-SUBTITLEX {
font-family:'BebasNeueRegular';
font-size: 16px;
color: #bd376d;
text-align:LEFT;
border-bottom: 0px solid #cccccc;
}

.UPDATE-SUBTITLE a:link {
color: #e4527f;
}
	
.UPDATE-SUBTITLE a:visited {
color: #e4527f;
}
	
.UPDATE-SUBTITLE a:hover {
color: #00454c;
text-decoration:none;
border-bottom:#19AABF 0px solid; 
}


 #contenido input{
  font-family: 'BebasNeueRegular';
  border:2px solid #ebe9ea;
  color: #15474d;
  font-size:16px;
  width:200px;
  margin-bottom:0px;
  margin-top:5px;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  -o-border-radius:7px;
  -ms-border-radius:7px;
  border-radius:7px;
  float: left;

}

 #contenido textarea{
  font-family: 'BebasNeueRegular';
  border:2px solid #ebe9ea;
  color: #15474d;
  font-size:16px;
  width:200px;
  margin-bottom:0px;
  margin-top:5px;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  -o-border-radius:7px;
  -ms-border-radius:7px;
  border-radius:7px;
  margin-left: 0px;
  float: left;
  
}

 #contenido option, select{
  font-family: 'BebasNeueRegular';
  border:2px solid #ebe9ea;
  color: #15474d;
  font-size:16px;
  float: left;
}

#contenido  input[type=submit] {
  background:#ad4372;
  color: #cccccc;
  padding: 5px;
  width:100px;
  margin-left: 210px;
}

#contenido  input[type=radio] {
  padding: 10px;
  width:0px;
}

#contenido  textarea[id=comentario] {
  width:480px;
}

.titulos-registros{
font-family:'BebasNeueRegular';
font-size: 16px;
color: #bd376d;
text-align:right;
border-bottom: 0px solid #cccccc;
}

.titulos-registrossexo{
font-family:'BebasNeueRegular';
font-size: 16px;
color: #bd376d;
text-align:left;
border-bottom: 0px solid #cccccc;
}

.blockquote {
background-color: #e0dfdf;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size: 12px; 
color: #00919e;
border: 0px solid #ba4d78;
padding-top: 5px;
padding-bottom: 5px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
