@charset "utf-8";

@font-face {
    font-family: 'gulim';
    src: url('../fonts/tt0001m.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}
body {margin:0px;padding:0px;background-color:#e9e9e9;}
.box_container {width:700px;margin:0 auto;}
.box_header {
	font-family: Helvetica, sans-serif;
	font-weight:bold;
}
.header_logo {
	margin-top:30px;
	text-align:center;
	margin-bottom:20px;
}
.header_opciones {
	border-top: 2px #bdbdbd solid;
	border-right: 2px #bdbdbd solid;
	height:30px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	margin-bottom:20px;
}
.header_pais {
	width:200px;
	background-color:#bdbdbd;
	padding:5px;
	text-align:center;
	font-size:12px;
	float:left;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}
.header_instrucciones {
	float:right;
	font-size:11px;
	text-align:right;
	padding:5px;
	color: #666;
	padding-right:10px;
}

#container_blintrick {
	width:700px;
	height:150px;
	position:relative;
	background-image:url(../images/grupo-mancera-005.jpg);
	border:1px solid #CCC;
}
#box_blintrick {
	width:350px;
	height:150px;
	position: absolute;
	z-index:100;
}
#info_blintrick{
	width:350px;
	height:150px;
	position: absolute;
	z-index:50;
	opacity:0;
}
.container_nitrotrick {
	width:700px;
	height:150px;
	position:relative;
	background-image:url(../images/grupo-mancera-007.jpg);
	border:1px solid #CCC;
	border-top:0px;
}
#box_nitrotrick {
	width:350px;
	height:150px;
	position: absolute;
	z-index:100;
}
#info_nitrotrick{
	width:350px;
	height:150px;
	position: absolute;
	z-index:50;
	opacity:0;
}
.container_mecanica2113 {
	width:700px;
	height:150px;
	position:relative;
	background-image:url(../images/grupo-mancera-009.jpg);
	border:1px solid #CCC;
	border-top:0px;
}
#box_mecanica2113 {
	width:350px;
	height:150px;
	position: absolute;
	z-index:100;
}
#info_mecanica2113{
	width:350px;
	height:150px;
	position: absolute;
	z-index:50;
	opacity:0;
}
.container_transporte4267 {
	width:700px;
	height:150px;
	position:relative;
	background-image:url(../images/grupo-mancera-011.jpg);
	border:1px solid #CCC;
	border-top:0px;
}
#box_transporte4267 {
	width:350px;
	height:150px;
	position: absolute;
	z-index:100;
}
#info_transporte4267{
	width:350px;
	height:150px;
	position: absolute;
	z-index:50;
	opacity:0;
}
.container_mantenimientoccc {
	width:700px;
	height:150px;
	position:relative;
	background-image:url(../images/grupo-mancera-ccc-001.jpg);
	border:1px solid #CCC;
	border-top:0px;
}
#box_mantenimientoccc {
	width:350px;
	height:150px;
	position: absolute;
	z-index:100;
}
#info_mantenimientoccc{
	width:350px;
	height:150px;
	position: absolute;
	z-index:50;
	opacity:0;
}

.box_titulo {
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding:10px;
	padding-left:25px;
}
.rif {
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#999;
}
.info_empresa {
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#666;
	padding-left:25px;
	line-height:20px;
	padding-bottom:3px;
}
.box_bottom {
	padding-left:25px;
	height:60px;
}
.imagen_referencial {
	height:60px;
	width:130px;
	float:left;
}
a.enlace:link, a.enlace:visited{
	display:block;
	float:left;
	padding:10px;
	background-color:#999;
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	margin:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
a.enlace:hover{
	display:block;
	float:left;
	padding:10px;
	background-color:#333;
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	margin:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
a.enlace2:link, a.enlace2:visited{
	display:block;
	float:left;
	padding:10px;
	background-color:#F00;
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	margin:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
a.enlace2:hover{
	display:block;
	float:left;
	padding:10px;
	background-color: #600;
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	margin:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
a.enlace3:link, a.enlace3:visited{
	display:block;
	float:left;
	padding:10px;
	background-color:#00C;
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	margin:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
a.enlace3:hover{
	display:block;
	float:left;
	padding:10px;
	background-color:#006;
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	margin:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
a.enlace4:link, a.enlace4:visited{
	display:block;
	float:left;
	padding:10px;
	background-color: #0C0;
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	margin:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
a.enlace4:hover{
	display:block;
	float:left;
	padding:10px;
	background-color:#030;
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	margin:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
a.enlace5:link, a.enlace4:visited{
	display:block;
	float:left;
	padding:10px;
	background-color: #0C0;
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	margin:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
a.enlace5:hover{
	display:block;
	float:left;
	padding:10px;
	background-color:#030;
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	margin:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.box_footer {
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#333;
	height:15px;
	padding:8px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	margin-top:15px;
	text-align:center;
	background-color:#bdbdbd;
}
.firma_digital {
	padding-top:20px;
	padding-bottom:25px;
	text-align:right;
}
.box_contador {
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#999;
	float:left;
	width:200px;
	text-align:left;
}
