@charset "utf-8";
/* CSS Document */


body{
margin:0px;
padding:0px;
background-color:#000;
/*background-color:#000;
	scrollbar-arrow-color:#FFF;
    scrollbar-track-color:#BA9D4C;
    scrollbar-shadow-color:#BA9D4C;
    scrollbar-face-color:#AE8C2D;
    scrollbar-highlight-color:#BA9D4C;
    scrollbar-darkshadow-color:#BA9D4C;
    scrollbar-3dlight-color:#BA9D4C;*/

}

#capaengloba {
	
	height:100%;
	position:absolute;
	text-align:center;
	vertical-align:middle;
	width:100%;
}

	#capacentra {
			
			margin:auto;
			position:relative;
			width:930px;
			padding-top:20px;
		}
		
			#capatop {
				
				height:110px;
				width:930px;
				position:relative;		
				
			}
					#capalogo{
						height:110px;
						width:185px;
						float:left;
					}
			#capamediatop{
				background-image:url(../img_doc/barrasuperior.gif);
				background-repeat:no-repeat;
				height:49px;
				width:930px;
				position:relative;		
		
			}
			#capamediacentro{
				background-color:#353535;
				width:930px;
				height:100%;
				position:relative;
				text-align:left;
		
			}
				#capamediacentrocontenido{
					background-color:#353535;
					position:relative;
					text-align:left;
					width:799px;
					padding-left: 65px;
					padding-right: 65px;
				}
			#capamediabottom{
				background-image:url(../img_doc/barrainferior.gif);
				background-repeat:no-repeat;
				height:49px;
				width:930px;
				position:relative;		
		
			}
