@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
background-image:url(../img/fondo.jpg);
background-repeat:repeat;
/*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:100px;
			text-align:center;
		}
		
		
		#capacontenido{
		
					
			width:930px;
			height:447px;
			background-repeat:no-repeat;
			position:relative;
			
			
		}
			#capaobjetoflash{
			
				background-image:url(../img/esquinas.png);
				background-position:center;
				background-repeat:no-repeat;
				position: relative;
				width:930px;
				height:447px;
			}
			#capaobjetofondocargador{
			
				
				background-image:url(../img/ajax-loader.gif);
				background-position:center;
				background-repeat:no-repeat;
				
				width:930px;
				height:447px;
			}
			
		#capamenu{
	height:150px;
	width:930px;
	position:relative;
		}
		
