/* 
	--- Bootstrap css code ---
	--------------------------
	-
	- Last Mod.: Feb '15
	- VIRTUAL CUBE
	-
	- Created by Virtual Cube Engineering
	- Main project leader: Sergio Hoyuela
	-
	----------------------
 */
 
 /* Font imports */
	@font-face { font-family: oswald; src: url("oswald.otf"); 	}
	@font-face { font-family: oswald; src: url("oswald.ttf"); 	}
	@font-face { font-family: oswald-bold; src: url("oswald-bold.ttf"); 	}
	@font-face { font-family: oswald-light; src: url("oswald-light.ttf"); 	}
	
	
/* RESET */
	body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, fieldset, select, p, blockquote, img, table, iframe {margin:0;padding:0;font-size:100%;}
	fieldset, img { border:0;}
	textarea {resize:none;}
	table { border-collapse: collapse; border-spacing: 0;}
	html,body{height:100%;}
	object, a:focus, embed {outline:none;}
	ol, ul {list-style:none;}
	h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;font-family: arial,helvetica,tahoma; color: #000; }
	a, a:hover { text-decoration:none; -o-transition:.2s; -ms-transition:.2s; -moz-transition:.2s; -webkit-transition:.2s; transition:.2s; }
	body { text-align:center; font-family: arial, helvetica, tahoma; font-size: 12pt; text-align:center; color: #000; font-weight: normal;  }
	
/* Scrollbar layout */

 	::-webkit-scrollbar { width: 5px; height: 5px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
	::-webkit-scrollbar-track:enabled { background-color: none; }
	::-webkit-scrollbar-thumb:vertical { background-color: #006eba; opacity:0.6; }
	::-webkit-scrollbar-thumb:horizontal { background-color: #006eba; opacity:0.6; }
	
/* Main blocks and transforms */

	#wrapfull { width:100%; margin:0px auto; text-align:center; }
	.rounded_box { border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius:10px; }
	.shadow_box { box-shadow: 0 0 8px #2d2d2d; }
	.ui-datepicker {  margin-left: 100px !important;  z-index: 1000 !important; }	
	.paginacion { width:95%; margin:0 auto;text-align:center; margin-top:5px; }
	.sabana { position:relative; width:100%; margin:0 auto; height:100%; background:rgba(255,255,255,0.7); opacity:0.7; display:none; }
		.sabana img { position:relative; top:45%; left:45%; }
	.opacidad { display:none; }
	.ocultodatoscontratos { min-height:420px; display:none; border:1px solid #006eba;}
	#bandacopy { height:40px; z-index: 1; }
		#bandacopy img { top:2px; position:relative; float:left; left: 10px;  }
		.elcopy { position:relative; float:left; font-family: oswald-light; right:10px; top:8px; text-shadow: 1px 2px 2px #ccc; padding-left:25px; }
		.elcopy p { font:16px oswald-light,arial; color: #fff; }	