/*=Header*/
#header{
	width:768px;
	height:208px;
	margin:0 auto;
	background:url(../images/site/MainBanner.jpg) no-repeat top left;
	text-align:left;
	border:#999 1px dashed;
}

/*=Inside*/
#inside{
	width:748px;
	margin:0 auto;
	color:#fff;
	padding:10px;
	background-image:url(../images/site/transparent.png);
/*	background:black;
*/	clear:both;
	border-right:#999 1px dashed;
	border-left:#999 1px dashed;	
}
/*=One*/
#one{
/*	background:url(../images/site/oneBG.jpg);
*/	width:532px;
	float:left;
	padding:0 10px;
}
h1.oneheader{
	margin-left:-10px;
	margin-top:0px;
/*	background:url(../images/site/oneHEADERBG.jpg) no-repeat;
*/	width:100%;
	height:19px;
	float:left;
	padding:0px 10px 0px 10px;
}
#onefooter{
	margin-left:-10px;
/*	background:url(../images/site/onefooterBG.jpg);
*/	width:552px;
	height:19px;
	padding:0px 0px 0px 0px;
}

/*=Subnav*/
#subnav{
	width: 184px;
	float:right;
	background:black;
	border:dashed white 1px;		

}
#subnavcontainer {
	width: 150px;	
	margin-left:15px;
}
#subnavcontainer ul{
	padding-top:0px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#subnavcontainer a{
	display:block;
	padding:4px;
	width:140px;
	background-color:transparent;
	border-bottom:1px dotted #7d7d7d;
}
#subnavcontainer a:link, #subnavlist a:visited{
	text-decoration:none;
	font-weight: bold;
	color: #D8112E;
}
#subnavcontainer a:hover{
	background-color:#D8112E;
	color:#fff;
}

.subnavheader{
	margin-top:0px;
	width:169px;
	height:30px;
	padding:10px 0 3px 15px;
	background:url(../images/site/subnavHEADERBG.gif);
}
.subnavfooter{
	margin-top:0px;
	width:169px;
	height:30px;
	padding:10px 0 0 15px;
	background:url(../images/site/subnavFOOTERBG.gif);
}

/*Two Column*/
#twocolumn{
/*background: #EFEFDE;
*/	width: 748px;
	padding-top:10px;
	padding-bottom:10px;
}
#left{
	width:350px;
	padding:10px 10px 10px 10px;
	height:100%;
	float:left;
/*	background:url(../images/site/leftBG.png);
*/
}
#leftheader{
	margin-top:-10px;
	margin-left:-10px;
/*	background:url(../images/site/leftHEADER.png);
*/	width: 370px;
	height:11px;
}
#leftfooter{
	margin-bottom:-10px;
	margin-left:-10px;
/*	background:url(../images/site/leftFOOTER.png);
*/	width: 370px;
	height:11px;

}
#right{
	width:340px;
	padding:10px 10px 10px 10px;
	height:100%;
	float:right;
/*	background:url(../images/site/rightBG.png);
*/
}
#rightheader{
	margin-top:-10px;
	margin-left:-10px;
/*	background:url(../images/site/rightHEADER.png);
*/	width: 370px;
	height:11px;
}
#rightfooter{
	margin-bottom:-10px;
	margin-left:-10px;
/*	background:url(../images/site/rightFOOTER.png);
*/	width: 370px;
	height:11px;	
}


/*=Locutores*/
#locutores {
	width: 768px;
	padding-top:7px;
	height:201px;
	border:dashed 1px white;
/*	background:white;
*/}
#locutores dl{
	width:121px;
	height:193px;
	float: right;
	margin: 0 0 0 6px;
	background:url(../images/djs/steelBG.jpg);
	border: #fff dashed 1px;
}
#locutores dt{
text-indent:5px;
	margin:0;
	padding: 0;
	font-size: 100%;
	text-decoration:none;
	color: white;
}
#locutores dd{
	margin: 0;
	line-height: 1.5em;
}
#locutores dl.izquierdo{
	width:240px;
	float: left;
	background:url(../images/djs/conocelos.jpg);
	border:none;
}
#locutores dt.izquierdo{
	padding-top: 70px;
	padding-left:20px;
}
#locutores dl.derecho{
	width:121px;
	float: right;
	background:url(../images/djs/steelBG.jpg);	
	margin-right:6px;
}
#locutores dd.fotitos{
	height:109px;
	width:109px;
	margin: 5px 5px;
	border: #000000 solid 1px;
}
#locutores dd.locu{
padding-left:5px;
color:#fff;
}
#locutores a.locu{text-decoration:none;
}


/*=Footer*/
#footer{
	width:750px;
	height:14px;
	margin:0 auto;
	padding: 30px 10px 20px 10px;
	background:url(../images/site/footerbg.jpg) no-repeat top left;
}
.copy{
	text-indent:50px;
	float:left;
}
.credit{
	text-indent: -200px;
	float:right;
}
#footer a{
	font-weight:bold;
	color:#999;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/*=Clearboth*/
#clearboth{ clear:both; }
