@viewport
	{
	orientation: landscape;
	}
body
	{
	margin:0;
	padding:0;
	border:0;
	font-family:arial;
	text-decoration:none !important;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++BACKGROUND+++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.bg1
	{
	background:url(000150.jpg);
	background-size:12px 12px;
	background-repeat:repeat;
	position:absolute; width:100%; height:100%; z-index:10;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*----------------------------------------------------------------------------*/
/*-----------------------------------CONTENTS---------------------------------*/
/*----------------------------------------------------------------------------*/
/*BLUE UPPER STRIPE*/
.cont10
	{
	position:absolute;
	width:100%;
	height:60px;
	background:#06192e;
	box-shadow:0px 2px 15px black;
	text-align:right;
	z-index:20;
	}
.cont11
	{
	float:left;
	height:100%;
	display:inline-block;
	}
/*UPPER STRIPE TEXT*/
.cont12
	{
	float:left;
	width:280px;
	height:100%;
	display:table;
	}
.cont13
	{
	font-family:"Arial";
	font-size:1em;
	color:#acb6bc;
	display:table-cell;
	vertical-align:middle;
	}
.cont14
	{
	float:left;height:100%;
	display:table;
	}
.cont15
	{
	font-family:"Arial";
	font-size:2em;
	color:#00ff00;
	display:table-cell;
	vertical-align:middle;
	}
/*CONTACT BUTTONS*/
.cont15-1
	{
	float:right;
	height:100%;
	display:inline-block;
	}
/*EMAIL BUTTON*/
.cont16
	{
	float:left;
	width:100px;
	height:100%;
	display:table;
	}
.cont17
	{
	display:table-cell;
	vertical-align:middle;
	}
.cont18
	{
	width:40px;
	height:40px;
	background:url(000184.png);
	background-size:40px 40px;
	border:3px solid #464646;
	border-radius:25px;
	display:block;
	}
.cont18:hover
	{
	background:url(000185.png);
	background-size:40px 40px;
	border:3px solid #00ff00;
	
	}
/*FACEBOOK BUTTON*/
.cont19
	{
	float:left;
	width:100px;
	height:100%;
	display:table;
	}
.cont20
	{
	display:table-cell;
	vertical-align:middle;
	}
.cont21
	{
	width:40px;
	height:40px;
	background:url(000186.png);
	background-size:40px 40px;
	border:3px solid #464646;
	border-radius:25px;
	display:block;
	}
.cont21:hover
	{
	background:url(000187.png);
	background-size:40px 40px;
	border:3px solid #3b5998;
	
	}
/*TWITTER BUTTON*/
.cont22
	{
	float:left;
	width:100px;
	height:100%;
	display:table;
	}
.cont23
	{
	display:table-cell;
	vertical-align:middle;
	}
.cont24
	{
	width:40px;
	height:40px;
	background:url(000188.png);
	background-size:40px 40px;
	border:3px solid #464646;
	border-radius:25px;
	display:block;
	}
.cont24:hover
	{
	background:url(000189.png);
	background-size:40px 40px;
	border:3px solid #00bef6;
	}
/*BODY CONTAINER*/
.bodyContainer
	{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	z-index:15;
	}
/*CONTACT INFORMATION*/
.cont25
	{
	position:relative;
	width:1050px;
	height:500px;
	top:60px;
	display:inline-block;
	}
.cont26 /*CONTACT INFORMATION CONTAINER*/
	{
	width:100%;
	height:100%
	display:block;
	}
.cont35 /*TEXT CONTAINER*/
	{
	width:100%
	height:60px;
	text-align:center;
	}
.cont36
	{
	display:inline-block;
	}
.cont37
	{
	font-weight:bold;
	font-size:2em;
	color:#acb6bc;
	}
.cont38
	{
	color:#acb6bc;
	}
.cont39 /*FORM CONTAINER*/
	{
	float:left;
	width:700px;
	height:460px;
	text-align:center;
	}
.cont40
	{
	width:100%;
	height:100%;
	display:inline-block;
	}
.cont41
	{
	font-weight:bold;
	font-size:5em;
	color:#464646;
	text-shadow:-1px 1px 1px #161616, 1px -1px 1px #666666;
	}
.warning
	{
	color:yellow;
	}
.success
	{
	color:#00ff00;
	font-weight:bold;
	}
.inputText
	{
	width:300px;
	padding:10px;
	background:rgba(0, 0, 0, .3);
	background:rgb(22, 22, 22,);
	border:5px solid #464646;
	border-radius:10px;
	font-size:1.2em;
	color:#00ff00;
	}
.inputText:hover
	{
	border:5px solid #00ff00;
	}
.inputText:focus
	{
	border:5px solid #00ff00;
	}
textarea
	{
	width:625px;
	height:100px;
	padding:10px;
	background:rgba(0, 0, 0, .3);
	background:rgb(22, 22, 22,);
	border:5px solid #464646;
	border-radius:10px;
	font-family:arial;
	font-size:1.2em;
	color:#00ff00;
	}
textarea:hover
	{
	border:5px solid #00ff00;
	}
textarea:focus
	{
	border:5px solid #00ff00;
	}
.sendButton
	{
	width:100px;
	height:100px;
	font-weight:bold;
	font-size:1.5em;
	color:#464646;
	background:rgba(0, 0, 0, .3);
	background-size:12px 12px;
	background-repeat:repeat;
	border:5px solid #464646;
	box-shadow:-2px 2px 10px black;
	border-radius:50px;
	}
.sendButton:hover
	{
	color:#00ff00;
	border:5px solid #00ff00;
	}
.line
	{
	float:left;
	width:2px;
	height:470px;
	background:#00ff00;
	}
.cont42
	{
	float:left;
	width:300px;
	height:470px;
	color:#acb6bc;
	font-weight:bold;
	}
/*BUTTONS MENU*/
.cont49
	{
	position:absolute;
	width:120px;	
	height:650px;
	background:url(000150.jpg);
	background-repeat:repeat;
	border-radius:20px;
	box-shadow:-3px 3px 15px black;
	left:15px;
	top:-570px;
	z-index:30;
	}
.cont49:hover
	{
	top:-20px;
	}
/*BUTTONS MENU MAIN CONTAINER*/
.cont50
	{
	position:relative;
	width:100%;
	height:100%;
	}
.cont54
	{
	position:relative;
	width:100%;
	height:55px;
	display:block;
	}
.cont55
	{
	position:relative;
	width:100%;
	height:15px;
	display:block;
	}
/*LET'S DO BUSINESS BUTTON*/
.cont60
	{
	position:relative;
	}
.cont70
	{
	width:70px;
	height:70px;
	border:5px solid #464646;
	border-radius:55px;
	background:url(000163.png);
	background-size:70px 70px;
	background-repeat:no-repeat;
	display:block;
	}
.cont70:hover
	{
	background:url(000167.png);
	background-size:70px 70px;
	background-repeat:no-repeat;
	border:5px solid #00ff00;
	}
.cont70:hover:after
	{
	position:absolute;
	background:black;
	background:rgba(0, 0, 0, .8);
	border:2px solid #acb6bc;
	border-radius:5px;
	box-shadow:-2px 2px 10px black;
	padding:10px 30px;
	color:#acb6bc;
	left:105px;
	top:-10px;
	content:"HAZ NEGOCIO CON NOSOTROS";
	z-index:1000;
	}
.cont75
	{
	position:relative;
	width:100%;
	height:15px;
	display:block;
	}
/*SOLUTIONS BUTTON*/
.cont80
	{
	position:relative;
	}
.cont90
	{
	width:70px;
	height:70px;
	border:5px solid #464646;
	border-radius:55px;
	background:url(000162.png);
	background-size:70px 70px;
	background-repeat:no-repeat;
	display:block;
	}
.cont90:hover
	{
	background:url(000166.png);
	background-size:70px 70px;
	background-repeat:no-repeat;
	border:5px solid #00ff00;
	}
.cont90:hover:after
	{
	position:absolute;
	background:black;
	background:rgba(0, 0, 0, .8);
	border:2px solid #acb6bc;
	border-radius:5px;
	box-shadow:-2px 2px 10px black;
	padding:10px 30px;
	color:#acb6bc;
	left:105px;
	top:20px;
	content:"SOLUCIONES";
	z-index:1000;
	}
.cont95
	{
	position:relative;
	width:100%;
	height:15px;
	display:block;
	}
/*TUTORING BUTTON*/
.cont100
	{
	position:relative;
	}
.cont110
	{
	width:70px;
	height:70px;
	border:5px solid #464646;
	border-radius:55px;
	background:url(000161.png);
	background-size:70px 70px;
	background-repeat:no-repeat;
	display:block;
	}
.cont110:hover
	{
	background:url(000165.png);
	background-size:70px 70px;
	background-repeat:no-repeat;
	border:5px solid #00ff00;
	}
.cont110:hover:after
	{
	position:absolute;
	background:black;
	background:rgba(0, 0, 0, .8);
	border:2px solid #acb6bc;
	border-radius:5px;
	box-shadow:-2px 2px 10px black;
	padding:10px 30px;
	color:#acb6bc;
	left:105px;
	top:20px;
	content:"ASESORIAS";
	z-index:1000;
	}
.cont115
	{
	position:relative;
	width:100%;
	height:15px;
	display:block;
	}
/*ONLINE SHOP BUTTON*/
.cont120
	{
	position:relative;
	}
.cont130
	{
	width:70px;
	height:70px;
	border:5px solid #464646;
	border-radius:55px;
	background:url(000160.png);
	background-size:70px 70px;
	background-repeat:no-repeat;
	display:block;
	}
.cont130:hover
	{
	background:url(000164.png);
	background-size:70px 70px;
	background-repeat:no-repeat;
	border:5px solid #00ff00;
	}
.cont130:hover:after
	{
	position:absolute;
	background:black;
	background:rgba(0, 0, 0, .8);
	border:2px solid #acb6bc;
	border-radius:5px;
	box-shadow:-2px 2px 10px black;
	padding:10px 30px;
	color:#acb6bc;
	left:105px;
	top:0px;
	content:"TIENDA VIRTUAL";
	z-index:1000;
	}
.cont135
	{
	position:relative;
	width:100%;
	height:15px;
	display:block;
	}
/*LOGO HOME BUTTON*/
.cont140
	{
	position:relative;
	}
.cont150
	{
	width:70px;
	height:70px;
	border:5px solid #464646;
	border-radius:55px;
	background:url(000191.png);
	background-size:70px 70px;
	background-repeat:no-repeat;
	display:block;
	}
.cont150:hover
	{
	background:url(000192.png);
	background-size:70px 70px;
	background-repeat:no-repeat;
	border:5px solid #00ff00;
	}
.cont150:hover:after
	{
	position:absolute;
	background:black;
	background:rgba(0, 0, 0, .8);
	border:2px solid #acb6bc;
	border-radius:5px;
	box-shadow:-2px 2px 10px black;
	padding:10px 30px;
	color:#acb6bc;
	left:105px;
	top:20px;
	content:"HOME";
	z-index:1000;
	}
/*MENU TEXT*/
.cont160
	{
	width:100%;
	height:15px;
	display:block;
	}
.cont170
	{
	width:100%;
	height:40px;
	display:table;
	background:#00ff00;
	}
.cont180
	{
	width:80px;
	height:40px;
	display:table-cell;
	vertical-align:middle;
	}
.cont190
	{
	font-weight:bold;
	font-size:1.5em;
	color:#363636;
	text-shadow:-1px 1px 1px #006300, 1px -1px 1px #88ff88;
	}
/*ABOUT US BUTTON BASE POSITION*/
.aub1
	{
	position:absolute;
	width:200px;
	height:200px;
	top:35%;
	left:-160px;
	display:block;
	z-index:25;
	animation:aub 2s;
	-webkit-animation:aub 2s;
	}
@keyframes aub
	{
	0%{left:-200px;}
	100%{left:-160px;}
	}
@-webkit-keyframes aub
	{
	0%{left:-200px;}
	100%{left:-160px;}
	}
.aub1:hover
	{
	left:-150px;
	}
/*ABOUT US BUTTON ALIGNER CONTAINER*/
.aub2
	{
	width:100%;
	height:100%;
	border-radius:10px;
	box-shadow:-2px 5px 15px black;
	background:#00aeff;
	display:table;
	}
/*ABOUT US BUTTON ALIGNED*/
.aub3
	{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	filter:prodig:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-o-transform:rotate(-90deg);
	}
/*ABOUT US BUTTON TEXT*/
.aub4
	{
	position:relative;
	padding:30px 30px 10px 30px;
	top:80px;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	color:#06192e;
	}
/*----------------------------------------------------------------------------*/
