﻿

.Menu
{
	position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*background: #E0E1E9;*/
    background: #3B5998;
    font-size: 12px;
    font-family: Candara;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ea se-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    height: 71px;
    z-index: 1003;
    /*color: #5F6586;*/
    color: #FFFFFF;
}

.Menu .ContainerMenu
{
	position: absolute;
	height: 100%;
	left: 50%;
	width: 905px;
	margin-left: -452px;
}

.Menu .ContainerMenu .LogoImage
{
	cursor: pointer;
	position: relative;
	float: left;
	top: 4px;
	width: 186px;
}

.Menu .ContainerMenu .OptionsDiv
{
	position: relative;
	width: 716px;
	float: left;
	height: 100%;
}

.Menu .ContainerMenu .OptionsDiv .OptionsContainer
{
	height: 100%; 
	display: inline-block;
}

.Menu .ContainerMenu .OptionsDiv .OptionsMenu
{
	position: relative;
	width: 100px;
	float: left;
	height: 68px;
	text-align: center;
	font-family: Candara, Calibri;
	font-size: 14px;
	font-weight: bold;
	line-height: 71px;
	cursor: pointer;
}

.Menu .ContainerMenu .OptionsDiv .OptionsSocialMenu
{
	position: relative;
	width: 100px;
	float: right;
	height: 68px;
	display: table;
}

.Menu .ContainerMenu .OptionsDiv .OptionsSocialMenu div
{
	display: table-cell; 
	vertical-align: middle;
}

.Menu .ContainerMenu .OptionsDiv .OptionsMenuLarge
{
	position: relative;
	width: 200px;
	float: left;
	height: 68px;
	text-align: center;
	font-family: Candara, Calibri;
	font-size: 14px;
	font-weight: bold;
	line-height: 71px;
	cursor: pointer;
}

.OptionActive
{
	/*color: #1673C0;*/
	color: #55ACEE;
}

.Menu .ContainerMenu .OptionsDiv .OptionsMenu:hover 
{
	/*color: #1673C0;*/
	color: #55ACEE;
}

.Menu .ContainerMenu .OptionsDiv .OptionsMenuLarge:hover 
{
	/*color: #1673C0;*/
	color: #55ACEE;
}




.MenuUnder
{
	position: absolute;
    top: 71px;
    left: 0;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 12px;
    font-family: Candara;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ea se-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    height: 7px;
    z-index: 1002;
    color: #5F6586;
}

.MenuUnder .MenuLeft
{
	width: 408px;
	height: 100%;
	position: relative;
	float: left;
	/*background-color: #E0E1E9;*/
	background: #3B5998;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}

.MenuUnder .MenuTriangle
{
	width: 14px;
	height: 100%;
	position: relative;
	float: left;
	background: url(/Image/Background/Triangle.png) no-repeat;
}

.MenuUnder .MenuRight
{
	/*width: 500px;*/
	left: 422px;
	right: 0px;
	height: 100%;
	position: absolute;
	float: left;
	/*background-color: #E0E1E9;*/
	background: #3B5998;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

.MenuShadow
{
	position: absolute;
    top: 64px;
    left: 50%;
    margin-left: -582px;
    z-index: 1001;
}




.PrincipalBanner
{
	position: absolute;
    /*top: 0;
    left: 0;
    text-align: center;
    display: block;*/
    top: 64px;
    left: 0px;
    width: 100%;
    height: 421px;
    overflow: hidden;
    background: #C6C6C6;
    /*height: 71px;*/
    z-index: 1000;
}



.TitleSectionDiv
{
	font-size: 40px;
	font-weight: bold;
	font-family: Clio C Black;
	text-align: left;
	color: #338DD7;
}

.TitleInternalPageDiv
{
	font-size: 50px;
	font-weight: bold;
	font-family: Candara;
	text-align: center;
	color: #5F6586;
}

.DescriptionSectionDiv
{
	font-size: 14px;
	font-family: Arial;
	text-align: justify;
	color: #000000;
}

.DescriptionSectionDiv .BlueText
{
	color: #338DD7;
}

.DescriptionSectionDiv ul {
    list-style: none;
    padding:0;
    margin:0;
}

.DescriptionSectionDiv li { 
    padding-left: 1em; 
    text-indent: -1.2em;
}

.DescriptionSectionDiv li:before {
    content: "• ";
    color: #338DD7;
    font-size: 24px;
}

.DescriptionInternalPageDiv
{
	font-size: 20px;
	font-family: Candara;
	text-align: justify;
	color: #000000;
	font-weight: bold;
}

.DescriptionJoinUsPageDiv
{
	font-size: 18px;
	font-family: Candara;
	text-align: justify;
	color: #5F6585;
}

.DescriptionUsPageDiv
{
	font-size: 18px;
	font-family: Candara;
	text-align: justify;
	color: #5F6585;
}

.DescriptionUsPageDiv .BlueText
{
	color: #338DD7;
	font-weight: bold;
}

.DescriptionClientsPageDiv
{
	font-size: 18px;
	font-family: Candara;
	text-align: justify;
	color: #5F6585;
}

.DescriptionBusinessPartnersPageDiv
{
	font-size: 18px;
	font-family: Candara;
	text-align: justify;
	color: #5F6585;
	position: relative;
}

.DescriptionLegalPageDiv
{
	font-size: 18px;
	font-family: Candara;
	text-align: justify;
	color: #5F6585;
}

.BlueList {
    list-style: none;
    padding:0;
    margin:0;
}

.BlueList li { 
    padding-left: 1em; 
    text-indent: -1.2em;
}

.BlueList li:before {
    content: "• ";
    color: #338DD7;
    font-size: 24px;
}



.DescriptionJoinUsPageDiv .CompanyName
{
	font-size: 20px;
}

.DescriptionJoinUsPageDiv .SubTitle
{
	background-color: #5F6585;
	color: #FFFFFF;
}

.BannerBackWebDesignDiv
{
	/*background-image: url(/Image/Banner/BannerWebDesign.png);*/
	height: 247px;
	width: 100%;
	position: absolute;
	z-index: 2;
}

.BannerBackWebDesignDiv .LeftDiv
{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	background-color: #E9DBD5;
}

.BannerBackWebDesignDiv .RightDiv
{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	background-color: #FD7B51;
}

.BannerWebDesignDiv
{
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 247px;
	background-image: url(/Image/Banner/BannerWebDesign.png);
	background-repeat: no-repeat;
	background-position: center;
}

.BannerHostingDiv
{
	width: 100%;
	height: 399px;
	background: #7EABC7 url(/Image/Banner/BannerHosting.png);
	background-repeat: no-repeat;
	background-position: center;
}

.BannerOptimizationProcessDiv
{
	width: 100%;
	height: 348px;
	background: #FF9966 url(/Image/Banner/BannerOptimizationProcess.png);
	background-repeat: no-repeat;
	background-position: center;
}

.BannerOptimizationProcessDiv .DivLink
{
	width: 250px;
	height: 80px;
	bottom: 40px;
	left: 50%;
	margin-left: 200px;
	position: absolute;
	cursor: pointer;
}

.BannerBackDevelopmentDiv
{
	background-color: #000000;
	height: 35px;
	width: 100%;
	position: absolute;
	z-index: 2;
}

.BannerDevelopmentDiv
{
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 142px;
	background:url(/Image/Banner/BannerDevelopment.png);
	background-repeat: no-repeat;
	background-position: center;
}

.BannerProductsDiv
{
	width: 100%;
	height: 271px;
	background: #95CFCE url(/Image/Banner/BannerProducts.png);
	background-repeat: no-repeat;
	background-position: center;
}

.BannerAssignmentsDiv
{
	width: 100%;
	height: 271px;
	background: #4DBBC2 url(/Image/Banner/BannerAssignments.png);
	background-repeat: no-repeat;
	background-position: center;
}

.BannerClientsDiv
{
	width: 100%;
	height: 220px;
	background: #EAEDF4 url(/Image/Banner/BannerClients.png);
	background-repeat: no-repeat;
	background-position: center;
}


.FooterDiv
{
	height: 300px;
	width: 100%;
	bottom: 0px;
	position: absolute;
}

.FooterDiv .FooterMenu
{
	height: 67px;
	width: 100%;
	background-color: #899FA5;
	color: #FFFFFF;
}

.FooterDiv .FooterMenu .ContainerFooterMenu
{
	position: absolute;
	height: 100%;
	left: 50%;
	width: 750px;
	margin-left: -375px;
}

.FooterDiv .FooterMenu .ContainerFooterMenu .OptionsFooterMenu
{
	position: relative;
	width: 100px;
	float: left;
	height: 67px;
	text-align: center;
	font-family: Candara, Calibri;
	font-size: 14px;
	font-weight: bold;
	line-height: 67px;
	cursor: pointer;
}

.FooterDiv .FooterMenu .ContainerFooterMenu .OptionsFooterMenuLarge
{
	position: relative;
	width: 200px;
	float: left;
	height: 67px;
	text-align: center;
	font-family: Candara, Calibri;
	font-size: 14px;
	font-weight: bold;
	line-height: 67px;
	cursor: pointer;
}

.FooterDiv .FooterBrand
{
	width: 100%;
	background-color: #FFFFFF;
	color: #5F6585;
}

.FooterDiv .FooterBrand .ContainerFooterBrand
{
	position: absolute;
	left: 50%;
	width: 905px;
	margin-left: -452px;
	/*padding-top: 30px;*/
}

.FooterDiv .FooterBrand .ContainerFooterBrand img
{
	padding: 30px;
}

.BannerContactDiv
{
	width: 100%;
	height: 416px;
	background: #FFFFFF url(/Image/Banner/BannerContact.jpg) no-repeat;
    background-position: center bottom;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.BannerContactDiv .TitleBanner
{
	font-size: 40px;
	color: #FFFFFF;
	font-family: Candara;
	width: 450px;
	position: relative;
	left: 50%;
	top: 50%;
}

.BannerBusinessPartnersDiv
{
	width: 100%;
	height: 412px;
	background: #FFFFFF url(/Image/Banner/BannerBusinessPartners.jpg) no-repeat;
    background-position: center bottom;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.BannerUsDiv
{
	width: 100%;
	height: 392px;
	background: #FFFFFF url(/Image/Banner/BannerUs.jpg) no-repeat;
    background-position: center bottom;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.BannerJoinUsDiv
{
	width: 100%;
	height: 416px;
	background: #FFFFFF url(/Image/Banner/BannerJoinUs.jpg) no-repeat;
    background-position: center bottom;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.BannerJoinUsDiv .TitleBanner
{
	font-size: 40px;
	color: #6AE3FE;
	font-family: Candara;
	width: 950px;
	position: relative;
	margin: auto;
	top: 50%;
}

.FormContactDiv
{
	width: 100%;
}

.FormContactDiv table
{
	margin: auto;
}


.LoadingDiv
{
	background-color: #243443;
    left: 0px;
    height: 100%;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index:10003;
    opacity: 0.9;
}

.LoadingDiv .LoadingImageDiv
{
	height: 150px;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	position: relative;
	top: 50%;
	width: 150px;
}



/*Estilos para el MiniFormulario de contacto emergente*/

.EmergentContactDiv
{
	width: 270px;
	/*height: 320px;*/
	height: 35px;
	color: #FFFFFF;
	border-radius: 5px;
	/*background: url(/Image/Background/EmergentContactBack.jpg) repeat-x;*/
	background-color: #000000;
	bottom: 3px;
	left: 50%;
	margin-left: 200px;
	position: fixed;
	z-index: 10002;
	/*box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);*/
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.EmergentContactDiv .TitleDiv
{
	width: 100%;
	height: 30px;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	cursor: pointer;
}

.EmergentContactDiv .TitleDiv label
{
	cursor: pointer;
}

.EmergentContactDiv .BodyDiv
{
	width: 100%;
}

.EmergentContactDiv .BodyDiv table
{
	margin: auto;
}


.BannerRedesYTelecomunicacionesDiv
{
	width: 100%;
	height: 271px;
	background: #FFFFFF url(/Image/Banner/BannerRedesYTelecomunicaciones.png) no-repeat;
    background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.BannerSeguridadITDiv
{
	width: 100%;
	height: 271px;
	background: #FFFFFF url(/Image/Banner/BannerSeguridadIT.png) no-repeat;
    background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.BannerMantenimientoITDiv
{
	width: 100%;
	height: 271px;
	background: #FFFFFF url(/Image/Banner/BannerMantenimientoIT.png) no-repeat;
    background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}





