@charset "iso-8859-2";
/* CSS Document */
html, body{
	margin:0px;
	padding:0px;
	}
	
.marco {
  width: 100%;
  padding: 0;
  margin: 0;
  }
  
.cabezote {
  width: 100%;
  }

.cabezote img{
  width: 100%;
  }
  
.tabla {
  width: 99%;
  height:275px;
  background-image:url(../images/bg_01.png);
  background-repeat:repeat ;
  padding:0.5%
   }  
   
/* content block 1 */
#mcs_container{
 
	margin:0px 0px 0px 0px; 
	width:100%; 
	height:250px; 
	padding:0px 0px; 
	}
	
#mcs_container .customScrollBox{
	position:relative; 
	height:100%; 
	overflow:hidden;
	}
	
#mcs_container .customScrollBox .container{
	position:relative; 
	width:98%; 
	top:0; 
	float:left;
	}
	
#mcs_container .customScrollBox .content{
	clear:both;
	}	
	
#mcs_container .dragger_container{
	position:relative;
	width:4px;
	height:220px;
	float:left;
	margin:10px 0 0 1%;
	background:#000;
	cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
	}
	
#mcs_container .dragger{
	position:absolute;
	width:4px;
	height:40px;
	background:#999;
	text-align:center;
	line-height:30px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	}
	
#mcs_container .dragger_pressed{
	position:absolute;
	width:4px;
	margin-left:0px;
	height:40px;
	background:#FC0;
	text-align:center;
	line-height:30px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
	}

.cajacontenedor #marco_formulario{
	height:123px;
	width:300px;
	float: right;
	padding:85px 120px 0px 80px;
	background-image:url(../images/bg_login.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:30px 0px 0px 0px;
	} 
	
.cajacontenedor #campo{
	float: left;
	width: 175px;
	height:26px;
	padding-right:5px;
	}

.cajacontenedor #campo2{
	float: left;
	width: 175px;
	height:26px;
	padding-top:18px;
	padding-left:80px;
	padding-right:5px;
	}
	
.cajacontenedor #campo3{
	float: left;
	width: 93px;
	height:25px;
	padding-top:10px;
	padding-left:200px;
	}	
	
.input{
	float: left;
	width: 175px;
	height: 25px;
	color: #205178;
	font-size: 14px;
	font-family: Arial;
	border: none;
	background: transparent;
	vertical-align: middle;
	font-weight: bold;
	 } 	


   

