﻿@import "clients.css";
@import "news.css";
@import "home.css";
@import "products.css";
@import "services.css";
@import "contactUs.css";

body {
	background-color: #142027;
	background-image: url('/img/front/backgrounds/background1.jpg');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #161616;
}

.general {
	width: 1000px;
	padding-top: 10px;
}

/* --- Estilos para el div de cargando --- */
.loadingDiv {
	position: fixed;
	_position: absolute;
	overflow: hidden;
	float:left;
	top: 0;
	left: 350px;
	width: 300px;
	height: 30px;
	padding-top: 7px;
	vertical-align: middle;
	background-color: #269DE6;
	color: #FFFFFF;
	font-family: 'Lucida Sans Unicode', 'Trebuchet MS', 'Arial', sans-serif;
   	font-size: 13px;
	font-weight: bold;
	text-align: center;
	z-index: 20;
}
/* --- Fin estilos para el div de cargando --- */

/* -- Estilos para el header -- */
.header {
	position: relative;
	float: left;
	display: block;
	width: 1000px;
	height: 50px;
}

.bigHeaderLinks {
	width: 400px;
	height: 30px;
	padding-left: 16px;
	padding-top: 5px;
}
.bigHeaderLinks a {
	font-size: 12px;
	font-weight: bold;
	color: #E5E3F0;
	text-decoration: none;
	margin-right: 25px;
}
.bigHeaderLinks a:hover {
	color: #E5E3F0;
}

.smallHeaderLinks {
	color: #9E9493;
	width: 200px;
	height: 20px;
	padding-left: 9px;
}

.smallHeaderLinks a {
	color: #9E9493;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;	
	padding-right: 7px;
	padding-left: 7px;
}


.headerLinks { /* Lista de links separados por pipes */
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 200px;
	display: inline;
	position: relative;
	margin-left: 9px;
	font-weight: bold;
	font-size: 11px;
	vertical-align: text-top;
}
.headerLinks a {
	color: #999999;
	text-decoration: none;
	font-size: 11px;
}
.headerLinks a:hover {
	color: #999999;
}
.headerLinks ul {
	margin: 0;
	padding: 0;
	margin-left: 6px;
	display: inline;
}
.headerLinks ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	color: #999999;
}

.headerLinkList { /* lista de links sin pipes */
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.headerLinkList li {
	display: inline;
}
.sinapsisHeaderLogo {
	background-image: url('/img/front/logo-sinapsis-header.png');
	background-repeat: no-repeat;
	_behavior: url(/css/front/iepngfix.htc);
	width: 131px;
	height: 35px;
	float: right;
}

.backgroundText {
	position: relative;
	float: left;
	display: block;
	font-family: Arial, serif;
	margin-top: 34px;
	color: #F7FFFF;
	width: 100%;
	height: 222px;
	line-height: 20px;
	text-decoration: none;
	font-size: 0;
}
/* -- Fin de estilos para el header -- */

/* -- Estilos para el el titulo del contenido -- */

.contentTitle {
	position: relative;
	float: left;
	display: block;
	background-image: url('/img/front/background-header.png');
	background-repeat: repeat;
	width: 961px;
	height: inherit;
	color: #FFFFFF;
	margin: 0 auto;
	padding-top: 34px;
	padding-right: 23px;
	padding-left: 16px;
	padding-bottom: 19px;
}
.title {
	position: relative;
	float: left;
	display: block;
	font-size: 30px;
	height: 30px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.titleRoute {
	position: relative;
	float: left;
	display: block;
	color:	#F7FFFF;
	font-size: 12px;
	width: 100%;
	margin: 0 auto;
	margin-top: 8px;
	padding: 0;
}
.titleRoute a {
	color:	#F7FFFF;
	text-decoration: none;
}

.titleRoute a:hover {
	color:	#F7FFFF;
}

.titleRoute span {
	color: #616A6F;
}

/* -- Fin de estilos para el titulo del contenido -- */

/* -- Estilos para el contenido -- */

.container {
	position: relative;
	float: left;
	display: block;
	width: 1000px;
}
.content {
	position: relative;
	float: left;
	display: block;
	background-color: #F3F3F3;
	width: 1000px;
	padding-bottom: 20px;
	min-height: 100px;
}
.rightContentColumn {
	margin: 0;
	position: relative;
	float: right;
	display: inline;
	width: 336px;
	margin-top: 25px;
	margin-left: 22px;
	margin-right: 23px;
}
.rightContentColumn p {
	font-size: 13px;
	line-height: 20px;
}
.contentColumn {
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	display: inline;
	width: 579px;
	margin-top: 25px;
	margin-left: 16px;
	padding-right: 23px;	
	border-right: 1px solid #DCDCDC;
}

/* -- Fin de estilos para el contenido -- */


/* -- Fin de estilos para el footer -- */
.footer {
	position: relative;
	float: left;
	display: block;
	font-size: 12px;
	background-image: url('/img/front/background-footer.png');
	background-repeat: repeat;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 17px;
	width: 100%;
	height: inherit;
	overflow: hidden;
}
.pipedLinks { /* Lista de links con pipes */
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 17px;
}
.pipedLinks a {
	font-size: inherit;
	text-decoration: none;
	color: #FFFFFF;
}

.pipedLinks a:hover {
	color: #FFFFFF;
}

.pipedLinks ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
.pipedLinks ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	color: #FFFFFF;
}		

.footerSinapsis {
	position: relative;
	float: left;
	display: block;
	width: inherit;
	color: #999999;
	font-size: 12px;
	line-height: 20px;	
	padding-left: 16px;
}
.footerSinapsis span {
	color: #999999;
	font-weight: bold;
	font-size: 12px;
}

/* -- Fin de estilos para el footer -- */

/* -- Estilos que se usan en todos los contenidos-- */

.columnDataBlock {
	position: relative;
	float: left;
	display: block;
	background-color: #E4E9ED;
	width: 319px;
	padding-top: 17px;	
	padding-bottom: 25px;
	padding-left: 17px;
	border-bottom: 4px solid #94A1AA;
	margin-bottom: 25px;
	font-style: normal;
}
.columnDataBlock a {
	font-weight: bold;
	text-decoration: none;
}
.columnDataBlock ul {
	margin: 0;
	padding: 0;
	width: 300px;
}

.columnDataBlock ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 13px;
	list-style: none;
	background-image: url('/img/front/icons/list-services.jpg');
	background-repeat: no-repeat;
	background-position: 0 5px;
	display: inline-block;
	padding-left: 15px;
	width: 90%;
}

h1 {
	font-size: 30px;
	color: #FFFFFF;
	margin: 0;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: normal;
	color: #161616;
	line-height: 24px;
}
h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: normal;
	color: #161616;
	line-height: 24px;
}

h4 {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	color: #0F3D5A;
	line-height: 24px;
	margin: 0;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	margin: 0;
}
p {
	display: inline;
	font-size: 14px;
	color: #161616;
	line-height: 24px;
	margin: 0;
}

a {
	color: #0BC5EB;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	color: #269DE6;
	text-decoration: underline;
}

.externalLink {
	color: #0BC5EB;
	text-decoration: underline;
	background-image:  url('/img/front/icons/link.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
	font-size: 14px;
	text-decoration: none;
}

.externalLink:hover {
	color: #269DE6;
}

/* -- Fin de estilos que se usan en todos los contenidos -- */
