﻿/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
	Modified by ACOVIS
*/

/* em --> Relative to the font-size of the element (2em means 2 times the size of the current font)
	como el tamaño de la fuente base es 10pt
	1 em = 10pt  // 2em = 20pt

	1 point = 1.333333 px  ===> 10pt = 13.3333333333
 */

/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style:none;
}
blockquote, q
{
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content:'';
	content:none;
}
:focus
{
	outline:0;
}
ins
{
	text-decoration:none;
}
del
{
	text-decoration:line-through;
}
table
{
	border-collapse:collapse;
	border-spacing:0;
}

/* ************************************************************************** */
/* ACOVIS STYLES */

* {
  box-sizing: border-box;
}

#row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  background: #fff url('../images/background/a3.gif') top left repeat-x;
}

/* //////////////////// HTML                             //////////////////// */
html
{
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 10pt;
}

h1,h2,h3,h4,h5,h6
{
	color: #6a6a6a;
}

table
{
	width: 100%;
	border: dotted 1px #cacaca;
	margin-left: 5px;
}

table th
{
	padding: 5px;
}

table td
{
	padding: 5px;
}

/* //////////////////// Header                           //////////////////// */

#header
{
	background: #FFFFFF top right no-repeat;
	margin-left: 10px;*/
}

#header img	/* ACOVIS Logo */
{
	width:250px;
	height:86px
}

/* ////////// Menu top ////////// */

#menutop
{
/*	float: right;*/
	position: absolute;
	width: 800px;
	height: 90px;
	top: 00px;
	margin: 0px 0px 0px 300px;
	padding: 0px 0px 0px 0px;
	background: #ffffff top left repeat-x;
}

#menutop-icon /* Se usa solo en version mobile */
{
/*	display:inline-block;
	width: 40px;
	height: 40px;
	background: #C00000 url('../images/icons/menu.png') center; */
}

#menutop a:hover#menutop-icon /* Se usa solo version mobile */
{
/*	background-color: #880000;
	border-radius: 4px 4px 0 0;*/
}

#menutop ul
{
	list-style: none;
/*	display: none;
	width: 70%; */
	position: absolute;
	top: 70px;
	left: 10px;
	margin-left: 0px;
	border-left: 0px;
	padding-left: 0px;
/*	background: #fff;
	border-radius: 4px 0 4px 4px; */
}

#menutop li
{
	display: inline;
/*	float: left;
	width: 100%; */
/*	margin: 0; */
	border-left: 1px;
	padding: 10px 2px 10px 5px;
	border-style: dotted;
	border-color: red green blue gray;
/*	text-align: left; */
}

#menutop a
{
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	font-size: 1.0em;
}

#menutop a:hover
{
	background: #FFFFFF url('../images/background/a4.gif') bottom left repeat-x;
	color: #fff;
}

/* //////////////////// Lateral Menu                     //////////////////// */

#latmenu
{
	font-size: 1.0em; /* 1.0x10=10pt */
}

#latmenu ul {
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
}

#latmenu li {
	display: list-item;
	padding: 10px 5px 10px 5px;
}

#latmenu li a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	font-size: 1.0em; /* 0.9x10=9pt */
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

#latmenu a:hover {
	background: #FFFFFF url('../images/background/a4.gif') bottom left repeat-x;
	color: #fff;
}

/* //////////////////// Primary Content                  //////////////////// */

#primaryContent
{
	width: 860px;
	border-left: dotted 1px #cacaca;
}

#primaryContent h2
{
	font-size: 1.5em; /* 1.5x10=15pt */
}

#primaryContent h3
{
	font-size: 1.1em; /* 1.1x10=11pt */
}

#primaryContent h2,h3,h4,h5,h6
{
	margin: 20px 0px 16px 10px;
	padding-bottom: 3px;
	border-bottom: dotted 1px #cacaca;
}

#primaryContent p
{
	margin: 0px 0px 20px 10px;
	line-height: 21px;
}

#primaryContent ul
{
	margin: 0px 0px 20px 10px;
	padding-left: 13px;
	line-height: 21px;
}

#primaryContent a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
}

#primaryContent blockquote
{
	margin: 0px 0px 0px 10px;
	padding: 7px 0px 7px 13px;
	border-left: solid 11px #cacaca;
	line-height: 21px;
}

#primaryContent blockquote p
{
	margin: 0px;
	display: inline;
}

/* ////////// Cadena de Valor                  ////////// */

#primaryContentValueChain
{
	background-color: rgb(169, 169, 169);
	color: rgb(255, 255, 255) ! important;
	cursor: pointer;
	width: 99%;
	height: 40px;
	margin: 0px 5px 5px 5px;
	padding: 4px 0px 4px 0px;
}

#primaryContentValueChain p
{
	color:#ffffff;
	text-align: center;
	font-weight:bold;
	font-size:1.8em; /* 1.8x10=18pt */
	margin: 5px 0px 0px 0px;
}

/* ////////// Valores de Acovis                ////////// */

#primaryContentTitles
{
	display: inline-grid;
	background-color: rgb(192, 0, 0);
	color: rgb(255, 255, 255) ! important;
	cursor: pointer;
	width: 134px;
	height: 100px;
	margin: 0px 0px 2px 5px;
	padding: 0px 0px 0px 0px;
}

#primaryContentTitles h2
{
	color:#fff !important;
	font-size: 1.2em; /* 1.2x10=12pt */
	border-bottom: dotted 1px #cacaca;
	height: 45px;
	margin: 5px 0px 0px 5px;
}

#primaryContentTitles p
{
	color:#ffffff;
	font-size:0.9em; /* 1.2x10=12pt */
	height: 50px;
	margin: 0px 0px 0px 5px;
}

/* ////////// Tabla para pagina Soluciones     ////////// */

#primaryContent table#t01
{
	margin-bottom: 10px;
}

#primaryContent table#t01 td
{
/*	display: block;*/
	vertical-align: top;
	border-right: 1px dotted #cacaca;
}

#primaryContent table#t01 td:nth-child(2)
{
/*	display: table-cell; */
	vertical-align: top;
	border-right: 0px solid #cacaca;
}

#primaryContent table#t01 h3
{
	margin-top: 5px;
}

/* ////////// Tabla para pagina Experticia     ////////// */

#primaryContent table#t02
{
	margin-bottom: 10px;
}

#primaryContent table#t02 tr
{
	border-bottom: 1px dotted #cacaca;
}

#primaryContent table#t02 td
{
	vertical-align: top;
}

#primaryContent table#t02 td:nth-child(2)
{
	vertical-align: top;
}

#primaryContent table#t02 ul
{
	margin-top: 5px;
	margin-bottom: 2px;
	padding-left: 0px;
}

/* ////////// Tabla para pagina Cursos y Contactos       ////////// */

#primaryContent table#t03 tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#primaryContent table#t03 tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

#primaryContent table#t03 td
{
	vertical-align: middle;
	padding:2px;
}

#primaryContent table#t03 a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	margin-right: 8px;
	padding: 4px;
}

#primaryContent table#t03 tr:hover
{
	color: black;
}

/* ////////// Tabla para pagina Ambiente                 ////////// */

#primaryContent table#t04
{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	width:100%;
	font-family:arial;
	font-size: 1em; /* 1x10=10pt */
	background-color: #ffffff;
	border: 2px solid black;
}

#primaryContent table#t04 th
{
	text-align: left;
	vertical-align: middle;
}

/* ////////// Info Contacto Acovis                       ////////// */

#contactos
{
	display: inline-grid;
	width: 48%;
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 0px 0px;
}

/* ////////// Info Contacto Acovis                       ////////// */

#cursos
{
	width: 90%;
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 0px 0px;
}

/* ////////// Mapa ubicacion Oficina           ////////// */

#mapaOficina
{
	margin: 0px 0px 0px 10px;
}

#mapaOficina iframe
{
	width: 96%;
	height: 480px;
}

/* ////////// Mapa Experiencia                 ////////// */

#mapaExperiencia
{
	margin: 0px 0px 0px 10px;
}

#mapaExperiencia iframe
{
	width: 96%;
	height: 480px;
}

/* ////////// Mapa Procesos                    ////////// */

#mapaProcesos
{
	margin-left:10px;
}

#mapaProcesos img
{
	width: 100%;
}

/* ////////// Pie de Pagina ////////// */

#footer
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 0.9em;/* 0.9x10=9pt */
	text-align: center;
	border-top: dotted 1px #cacaca;
}

/* Screen upper than 768px */
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

#IsMobile {visibility:hidden; display: none;}
#IsDesktop {display: inline;}
