/* ---------------------------------------------------------------------------------------- 
Hoja De Estilos - IRAURGISB.COM
-------------------------------------------------------------------------------------------  */
*{
	padding: 0;
	margin: 0;
}
HTML{
	background: url(images/parquet.jpg);
	height: 100%;
}
BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(images/zona.png) no-repeat 50% top;
	height: 100%;
}
/* ---------------------------------------------------------------------------------------- */
/*   MENU---------- ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-top:4px;
	padding-left: 8px;
	padding-right: 0px;
}
.menu ul{
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
}
.menu li{
	float:left;
	padding:0px;
}
.menu li a{
	background:url("images/seperator.gif") bottom right no-repeat;
	color:#FFF;
	display:block;
	font-weight:normal;
	line-height:30px;
	margin:0px;
	padding:0px 26px;
	text-align:center;
	text-decoration:none;
}
.menu li a:hover, .menu ul li:hover a{
	background: #b7565f;
	color:#FFFFFF;
	text-decoration:none;
			}
.menu li ul{
	background:#701d25;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:185px;
	z-index:200;
		/*top:1em;
		/*left:0;*/
}
.menu li:hover ul{
	display:block;
}
.menu li li {
	background:url('images/sub_sep.gif') bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:185px;
}
.menu li:hover li a{
	background:none;
}
.menu li ul a{
	display:block;
	height:30px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a{
	background:#b7565f;
	border:0px;
	color:#fff;
	text-decoration:none;
}
.menu p{
	clear:left;
}	
#current{
	background:#b7565f;
}
/* ---------------------------------------------------------------------------------------- */
/*   DIVS GENERALES ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#cabecera{
	width: 948px;
	height: 215px;
	margin: 0px auto;
	position: relative;
}
#portada{
	width: 948px;
	margin: 0px auto;
	overflow: hidden;
	background: url(images/bg_med.png) repeat-y;
	min-height:640px;
}
#footer{
	width: 948px;
	height: 60px;
	margin: 0px auto;
	overflow: hidden;
	background: url(images/bg_footer.png) repeat-y;
	font-size:10px;
	color: #555;
	}
/* ---------------------------------------------------------------------------------------- */
/*   CABECERA ----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#cabecera h1 a{
	height: 175px;
	width: 195px;
	background: url(images/isb.png) no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	position: relative;
}
#cabecera .imgCab{
	height: 181px;
	width: 350px;
	float: right;
	display: block;
	margin-right: 10px;
	display: inline;
	position: relative;
	z-index:0;
	text-align:right;
	color:#FFF;
	padding-right:7px;
	padding-top:0px;
	font-size:11px;
}
#cabecera .imgCab a{
	color:#FFF;
}
#cabecera .imgCab hover{
	color:#333;
}
#cabecera span.imgCab1{
	background: url(images/camisetas/camiseta1.png) no-repeat right;
}
#cabecera span.imgCab2{
	background: url(images/camisetas/camiseta2.png) no-repeat right;
}
#cabecera span.imgCab3{
	background: url(images/camisetas/camiseta3.png) no-repeat right;
}
#cabecera .bgNav{
	width: 948px;
	height: 38px;
	display: block;
	background: url(images/barra_Nav.png);
	position: absolute;
	z-index: 8;
	bottom: 0px;
	left: 0px;
}
/* ---------------------------------------------------------------------------------------- */
/*   FOOTER ------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#footer span{
	width: 948px;
	height: 1px;
	display: block;
	background: url(images/bg_footer2.png) no-repeat;
	margin-bottom: 5px;
}
.desarrollo{
	width: 88px;
	height:40px;
	margin-right: 15px;
	margin-top: 4px;
	display: block;
	float: right;
	text-indent: -99999px;
	background: url(images/desarrollo.png) no-repeat;
}
.textoFooter{
	display: block;
	height: 50px;
	padding-left: 20px;
	line-height: 17px;
	float: left;
	color:#818581;
}
.textoFooter a{
	color:#818581;
}

