/*
	=============================================================================
																Hoja de estilos CSS judouniovi;
																							- layer -
																				   [judouniovi.com]
															  Javier Fern?ndez Rivera - aurea
	=============================================================================
*/


/*zonas principales del web -----------------------------------------------------------------------------*/
#main {
	/*hack IE5 centrado box  '''*/
	margin: 0px auto 20px auto;
	text-align: left;
	/*hack IE5 centrado box  '''*/
	width: 750px;
	overflow: hidden;
} 

#main #sup {	/*zona de barra navegacion (superior)*/
	padding: 0px;
	height: 18px;
	float: left;
}

#main #cont {	/*zona de contenido (media)*/
	padding: 0;
	background-color: #DBE6E5;
	min-height: 500px;
	float: left;
} 
* html #cont { height: 500px; } /*hack min-height para IE '''*/

#main #inf {	/*zona de creditos (inferior/pie)*/
	padding: 0px;
	height: 48px;
	float: left;
}


/*zonas del menu*/
#main #sup #sizq {
	float: left;
	width: 6px;
	height: 18px;
	background-image: url(../img/web/supizq.gif);
}
#main #sup #sder {
	float: left;
	width: 6px;
	height: 18px;
	background-image: url(../img/web/supder.gif);
}
#main #sup #centro {
	float: left;
	width: 728px;
	height: 18px;
	background-color: #009896;
}

/*zona del contenido*/
#main #cont #cizq{
	width: 200px;
	position: relative;
	border-top: 4px solid White;
	min-height: 480px;
	background-color: #DBE6E5;
	float: left;
	padding-bottom: 60px;
} * html #main #cont #cizq { height: 480px; } /*hack min-height para IE '''*/
#main #cont #cder{
	width: 540px;
	/*min-height: 800px;*/
	background-color: White;	
	background-image: url(../img/web/judouniovi.gif);
	background-repeat: no-repeat;
	background-position: right top;
	/*border-bottom: 4px solid White;*/
	float: left;
	/*padding-bottom: 60px;*/
	min-height: 1210px;
}
* html #cder { height: 1210px; } /*hack min-height para IE '''*/

/*solapas parte superior*/
#main #cont #cder #secciones {
	width: 528px;
	height: 30px;
	position: relative;
	left: 10px;
}
#main #cont #cder #secciones .solapa {
	width: 102px;
	height: 28px;
	float: left;
	margin: 0px 3px 0px 0px;
}

/*seccion contenido principal*/
#main #cont #cder #seccion {
	padding: 0px 0px 20px 0px;
	margin: 20px 8px 35px 20px;
	width: 500px;
	overflow: hidden;
}

/*zona inferior*/
#main #inf #pieizq {
	width: 7px;
	height: 48px;
	float: left;
	background-image: url(../img/web/pieizq.gif);
}
#main #inf #pieder {
	width: 7px;
	height: 48px;
	float: left;
	background-image: url(../img/web/pieder.gif);
}
#main #inf #piecentro {
	width: 726px;	
	height: 48px;
	float: left;
	background-color: #009896;
}
#main #inf #piecentro .img {
	position:relative; 
	top:10px; 
	left:4px;
	float: left;
}
#main #inf #piecentro .credit {
	position:relative; 
	top:30px; 
	left:144px;
	float: left;
	height: 12px;
}

.notmove {
	font-size: 96%; 
	text-align: center; 
	color: #009896;
	margin: 40px 0 20px 0;
}
.notmove a:hover{text-decoration:none;}