@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'alien';
    src: url('../fonts/FUTURAMI.TTF') format("truetype");
    font-style: normal;
    font-weight: normal;
}
body{
	margin:0px;
	padding:0px;
	background-color:#000;
	background-image:url(../images/grupo-mancera-072.jpg);
}
.back_trick {
	background-image:url(../images/grupo-mancera-070.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.box_header {
	width:800px;
	height:400px;
	margin:0 auto;
}
.box_logo {
	float:left;
	height:100px;
	width:250px;
	padding-top:20px;
}
.mini_contacto_header {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:11px;
	padding:10px;
	text-align:right;
	line-height:20px;
}
.rif{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#999;
}
.box_nav {
	background-image:url(../images/grupo-mancera-069.jpg);
	height:50px;
	width:790px;
	margin:0 auto;
	padding-left:10px;
	border:1px #666 solid;
	border-bottom:0px;
	border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	-webkit-border-top-right-radius:20px;
}
a.btn_nav:link, a.btn_nav:visited{
	padding:20px;
	padding-bottom:0px;
	font-family: "alien", Lucida Grande, sans-serif;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	display:block;
	float:left;
	font-size:11px;
}
a.btn_nav:hover{
	color:#fff;
}
.nav_separador {
	float:left;
	height:50px;
	width:12px;
}
#box_content {
	background-image:url(../images/grupo-mancera-073.png);
	width:800px;
	height:400px;
	overflow:hidden;
	margin:0 auto;
	border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	border:1px #666 solid;
	border-top:0px;
}
.textofooter {
	float:left;
	padding:8px;
	font-size:9px;
}
.box_pie {
	background-color:#000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:780px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	height:30px;
	padding:10px;
}
#inicio {
	width:800px;
	height:400px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
#quienes {
	width:800px;
	height:400px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
#servicios {
	width:800px;
	height:400px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
#contacto {
	width:800px;
	height:400px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
.inicio_boxtext {
	float:left;
	padding:20px;
	padding-bottom:0px;
	width:200px;
	line-height:20px;
}
.inicio_boxtext strong {
	color:#FFF;
}.inicio_img {
	float:left;
	width:329px;
	padding-top:20px;
}
.inicio_vermultimedia {
	float:left;
	width:228px;
}
.texto_vermultimedia {
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:20px;
	font-size:12px;
}
.inicio_vermultimedia_img {
	padding:0px;
	margin:0px;
}
.quienes_divisor_box {
	width:400px;
	float:left;
}
.texto_quienes {
	padding:20px;
	line-height:20px;
	text-align:justify;
}
.texto_quienes strong{
	color:#FFF;
}
.titulo_servicio {
	padding:20px;
	font-size:20px;
	color:#FFF;
}
.texto_servicios{
	padding:20px;
	padding-top:0px;
	line-height:20px;
	text-align:justify;
}
.imagen_servicios {
}
.info_contacto {
	float:left;
	width:360px;
	height:305px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:15px;
	padding-top:30px;
	padding-left:25px;
	line-height:25px;
	color:#666;
}
.info_contacto strong {
	color: #fff;
}
.contactanos{
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:15px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#000;
	border:3px  #333 solid;
	font-weight:bold;
	color:#666;
}
.box_formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:20px;
	background-color: #000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	margin-top:30px;
	padding-left:25px;
	border:3px #333333 solid;
	color:#999;
}
.casillas{
	width:300px;
	padding:3px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.btn_enviar{
	background-color: #333;
	font-family: "future", Times, serif;
	font-size:16px;
	color:#fff;
	padding:5px;
	margin:0 auto;
	display:block;
	width:100px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
}
.textfieldRequiredMsg, .textfieldInvalidFormatMsg{
	float:right;
	padding:3px;
	font-size:10px;
	color:#FFF !important;
	background-color:#F00;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.box_header_swf {
	width:800px;
	height:140px;
	margin:0 auto;
}
.box_swf {
	width:800px;
	height:600px;
	margin:0 auto;
	margin-bottom:20px;
}
.video_quienes {
	padding-top:20px;
	padding-right:20px;
}
