@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html,
body
{
	width: 100%;
	height: 100%;
}

body {
	background: #001200 url(../images/bg-protocolo.jpg) no-repeat center center;

	scrollbar-arrow-color:#000000; 
	scrollbar-track-color:#FFF; 
	scrollbar-shadow-color:#FFFFFF; 
	scrollbar-face-color:#cccccc; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-darkshadow-color:#828282; 
	scrollbar-3dlight-color:#828282;
}

.wrapper {
	position:absolute;
	width: 844px;
	height: 600px;
	
	margin: -273px 0 0 -416px;
	
	top: 50%;
	left: 50%;
}

	.wrapper-left {
		float: left;
		display: inline;
		
		width: 269px;
		height: 600px;
		
		background: url(../images/protocolo/bg-protocolo-izq.gif) no-repeat 0 0;
		}

	.wrapper-center {
		float: left;
		display: inline;
		
		width: 291px;
		height: 600px;
		
		background: url(../images/protocolo/bg-protocolo-pilsen.gif) no-repeat 0 0;
		}
		
	.wrapper-right {
		float: left;
		display: inline;
		
		width: 284px;
		height: 600px;
		
		background: url(../images/protocolo/bg-protocolo-der.gif) no-repeat 0 0;
		}

		.form-box {
			float: left;
			display: inline;
			
			margin: 295px 0 0 0;
			width: 284px;
			height: 110px;
			}
			
			.form-list-box {
				float: left;
				display: inline;
				
				padding: 2px 2px 2px 2px;
				margin: 0 0 0 13px;
				border: 1px solid #ABADB3;
				width: 50px;
				
				font: normal 11px/1.3em Arial, Helvetica, sans-serif;
				color: #000;
				
				background: #fff;
				}
		
			.button-aceptar:link,
			.button-aceptar:visited,
			.button-aceptar:hover,
			.button-aceptar:active {
				float: left;
				display: inline;
				clear: both;
				
				width: 96px;
				height: 40px;
				
				margin: 23px 0 0 60px;
				background: url(../images/protocolo/button-aceptar-protocol.gif) no-repeat 0 0;
			}	

			.button-aceptar:hover {
				background: url(../images/protocolo/button-aceptar-protocol.gif) no-repeat 0 -40px;
			}
			
			.status-msg {
				float: left;
				display: inline;
				clear: both;
				
				width: 230px;
				height: 50px;
				
				margin: 15px 0 0 0;
				
				font: bold 11px/1.3em Arial, Helvetica, sans-serif;
				color: #811313;
				text-align: center;
			}	


/* warning */
#warning_message
{
	width: 100%;
	height: 60px;
	
	z-index: 9999;
	
	background: #000;
}



/*¡Haz que la posicion Fixed funcione correctamente en IE6!*/  
.fixed-top    /* position fixed Top    */{position:fixed; bottom: auto;top:0px;}  
.fixed-bottom /* position fixed Bottom */{position:fixed; bottom: 0px;top:auto; z-index:2000;}  
.fixed-left   /* position fixed Left   */{position:fixed; right:auto;left:0px;}  
.fixed-right  /* position fixed right  */{position:fixed; right: 0px;left:auto;}  

* html,* html body   /* IE6 Fixed Position Jitter Fix */{background-attachment:fixed;}  

* html .fixed-top    /* IE6 position fixed Top        */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop));}  

* html .fixed-right  /* IE6 position fixed right      */{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));}  

* html .fixed-bottom /* IE6 position fixed Bottom     */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}  

* html .fixed-left   /* IE6 position fixed Left       */{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft));}  		