/* CSS Document */

*{
padding:0px;
margin:0px;
}

body{
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#8D8D8D;
	background-image: url(../images/fondo.gif);
}
#contenedor_principal{
	width:528px;
	height:auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#cabecera{
	height:121px;
	background-image:url(../images/cabecera.gif);
	background-repeat:no-repeat;
	margin-top:1px;
	margin-left: 47px;
	width: 528px;

}
.img {
	height: 145px;
	width: 472px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 47px;
}


#cabecera  h1{
	visibility: hidden;

}

#fondo_rayas{
height:29px;
background-image:url(../images/fondo-rayas.jpg);
background-repeat:repeat-x;
}

#content {
	width:472px;
padding: 0px;
margin-left: 22px;
margin-right: 0px;

}

#content_texto {
	width:553px;
background-image:url(../images/fondo-texto.gif);
background-repeat:no-repeat;
padding: 0px;
margin-right: 0px;

}
div#content_texto { 
min-height:486px;
height:expression(this.scrollHeight > 486 ? "auto":"486px"); 
}

#menu {
	padding-top: 15px;
	font: normal 13px/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333333;
	text-align:center;
	margin: 0px;
}

#menu a:link, #menu a:visited, #menu a:active {

	color: #333333;!important;
	text-decoration: none!important;
	border-width: 0!important;
	padding: 1px;
}


#menu a:hover {

	color: #FF0000!important;
	text-decoration: underline!important;
	border-width: 0!important;
	padding: 1px;
}

a:link, a:visited, a:active {

	color: #333333;
	text-decoration:underline;
	border-width: 0px;
	padding: 1px;
}


a:hover {

	color: #FF0000;
	text-decoration: underline;
	border-width: 0px;
	padding: 1px;
}

.texto {
	width:415px;
	font: normal 12px/1.5em Arial, sans-serif;
	color: #333333;
	text-align:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 80px;
	
}


.texto h2 {
	padding-top:30px;
	padding-bottom:5px;
	color: #333333;
	text-align:left;
	font-family: Geneva, Arial, Helvetica, sans-seri;
	font-size: 14px;
	font-style: normal;
	line-height: 2em;
	font-weight: bold;
	font-variant: normal;

}

/* -----------footer--------------------------- */
#footer {
	width: 471px;
	clear: both;
	margin-left: 48px;
	text-align: center;
	font: normal 11px/1.5em Arial, sans-serif;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.menu-activo {
	color: #CC0000!important;
	border-width: 0!important;
	padding: 1px;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #D4D0C8;
	background-color: #E4E2DE;
}

#contenedor_principal #content #content_texto .texto input {
	font-family: 12;
	color: #666666;
	height: 22px;
	padding-left: 4px;
	border: 1px solid #D4D0C8;
}
#contenedor_principal #content #content_texto .texto textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-left: 4px;
}
/*------lightbox------*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(http://www.kyokushinkan.es/img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.kyokushinkan.es/img/overlay.png", sizingMethod="scale");
	}

.foto {
	border: 1px solid #D4D0C8;
	padding: 2px;;
	margin: 0px;
}
