/*  CSS definations for Almazan Ingenieros  */
/*-----------------------------------------------------------------------------------------*/
/* 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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	outline:none;
}

/*-------------------------------------------------------------------------------------------*/
/* SETUP */
/*-------------------------------------------------------------------------------------------*/
/* Defaults */
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}
i, em { 
	font-style:italic; 
}
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft{
	text-align:left;	
}
.alignright{
	text-align:right;	
}
.aligncenter{
	text-align:center;	
}
.clear  {
	clear:both;
	line-height:1px;
	height:1px;
}
input, textarea{
	font-family:Arial, Helvetica, sans-serif;
}
textarea{
	overflow:auto;
}
a { 
	color:#030303;
	text-decoration:none;
}
a:hover, a.active {
	color:#999;
}
address {
	font-style:normal;
}

.no-bg{background: none !important;}
.no-img{margin:0 !important; border:none !important;}
.no-mg{margin: 0 !important;}

/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
	/*background:url(../images/bg_body.jpg) no-repeat center top #000;*/
	background:url("../images/bg_body.jpg") repeat-x scroll #0D2845;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#030303;
	font-weight:bold;
}
.box {
	width:960px;
	margin:0 auto;
}

.posicionRelativa{
	position: relative;
}

.banderin{
	position:absolute;
	left:920px; 
	top:25px; /* -15px */
}

.england{
	left:943px !important; 
}

/* topbar */
.topbar {
	background:url(../images/bg_topbar.png) no-repeat;
	width:100%;
	height:14px;
}
.topbar-left, .topbar-right {
	background:url(../images/bg_topbar_l.png) repeat;
	height:14px;
	float:left;
	position:absolute;
	top:0;
	z-index:5;
}
.topbar-left {
	left:0;
	width:50%;
	margin-left:-460px;
}
.topbar-right {
	right:0;
	width:52%;
}

/* header */
.header {
	width:100%;
	/*padding-top:23px;*/
	height:110px;
}

/* logo */
.logo {
	width:171px;
	float:left;
	padding:18px 0 0 9px;
}

/* header right */
.header-right {
	width:780px;
	float:left;
}

/* transport */
.transport {
	width:312px;
	float:right;
	padding:11px 0 0 0;
	color:#000;
}
.transport img {
	float:left;
	margin:3px 8px 0 0;
}
.transport .text {
	float:left;
}
.transport h3 {
	background:url(../images/bg_transport_hd.png) repeat-x left bottom;
	font-size:15px;
	line-height:19px;
	padding-bottom:2px;
}
.transport strong {
	display:block;
	font-size:12px;
	line-height:25px;
}

/* navigation */
.navigation {
	width:100%;
	padding-top:14px;
	float:left;
}
.navigation ul, .navigation li {
	position:relative;
	z-index:99;
}
.navigation ul {
	float:right;
	padding-right:1px;
}
.navigation li {
	float:left;
	font-size:13px;
	line-height:38px;
	margin-right:10px;
}
.navigation li span {
	background:url(../images/sprite_navigation_icon.png) no-repeat -20px -20px;
	display:inline-block;
	padding-left:32px;
}
.navigation li a {
	background:url(../images/bg_navigation.png) repeat-x #29659b;
	display:block;
	padding:0 15px;
	color:#fff;
	text-shadow:1px -1px 0 #285d8d;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	behavior:url(PIE.htc);
	position:relative;
}
.navigation li:hover a, .navigation li.active a {
	background:#fff;
	color:#141517;
	text-shadow:none;
}
.navigation li.first span {
	background-position:0 0;
}
.navigation li.first:hover a span, .navigation li.first.active a span {
	background-position:0 -38px;
}
.navigation li.second span {
	background-position:0 -76px;
	padding-left:23px;
}
.navigation li.second:hover a span, .navigation li.second.active a span {
	background-position:0 -114px;
}
.navigation li.third span {
	background-position:0 -152px;
	padding-left:28px;
}
.navigation li.third:hover a span, .navigation li.third.active a span {
	background-position:0 -190px;
}
.navigation li.fourth span {
	background-position:0 -228px;
	padding-left:22px;
}
.navigation li.fourth:hover a span, .navigation li.fourth.active a span {
	background-position:0 -266px;
}
.navigation li.fifth span {
	background-position:0 -304px;
}
.navigation li.fifth:hover a span, .navigation li.fifth.active a span {
	background-position:0 -342px;
}
.navigation li.sixth span {
	background-position:0 -380px;
	padding-left:29px;
}
.navigation li.sixth:hover a span, .navigation li.sixth.active a span {
	background-position:0 -418px;
}
.navigation ul ul {
	float:none;
	margin:0;
	width:160px;
	background:#fff;
	position:absolute;
	left:0;
	top:100%;
	z-index:10;
	padding:4px 18px 5px 12px;
	display:none;
}
.navigation li li:first-child {
	background:none;
	padding-top:0;
}
.navigation li li {
	background:url(../images/bg_navigation_dd_divider.png) repeat-x;
	line-height:25px;
	width:100%;
	height:25px;
	float:left;
	font-size:12px;
	float:none;
	margin:0;
	padding-top:4px;
}
.navigation li li a {
	text-shadow:none;
	background:#fff;
	width:150px;
	float:left;
	padding:0 5px;
	color:#141517;
}
.navigation li li:hover a, .navigation li li.active a{
	color:#3072ad;
}
.navigation li:hover > ul {
	display:block;
}

/* container */
.container {
	padding:11px 18px 10px 15px;
	background:#fff;
	width:927px;
	-moz-border-radius:0 0 14px 14px;
	-webkit-border-radius:0 0 14px 14px;
	border-radius:0 0 14px 14px;
	behavior:url(PIE.htc);
	position:relative;
}

/* showcase */
.showcase {
	position:relative;
	width:100%;
	height:123px;
}
.showcase h3 {
	font-size:25px;
	line-height:30px;
	text-shadow:0 0 25px #2a3146, 1px 2px 0 #2a3146;
	color:#fff;
	text-transform:uppercase;
	position:absolute;
	left:32px;
	top:47px;
	z-index:1;
}

/* leftcol */
.leftcol {
	width:420px;
	padding:0 58px 0 17px;
	float:left;
}
.leftcol-our{
	width:420px;
	padding:0 2px 0 17px;
	float:left;
}

/* content */
.content {
	padding:23px 0 0 0;
}
.content p {
	text-align:justify;
	line-height:13px;
	padding-bottom:13px;
}
.content p, .content h4 {
	line-height:13px;
}
.content p span, .content h4 {
	color:#003399;
}
.content ul {
	margin-bottom:24px;
}
.content ul li:first-child {
	margin-top:0;
}
.content h4 {
	margin-bottom:7px;
}
.content ul li {
	background:url(../images/bg_content_li.png) repeat-y #f2f2f2;
	display:block;
	padding:7px 10px 0 40px;
	margin-top:10px;
}
.content img {
	border:solid 5px #f0f0f0;
	margin:4px 0 25px 0;
}

/* engineer */
.engineer {
	width:100%;
	position:relative;
	margin:10px 0 0 0;
	padding-left: 50px;
}
.engineer img {
	position:absolute;
	right:-50px;
	top:20px;
	z-index:10;
}
.engineer h3 {
	font-size:20px;
	line-height:29px;
	color:#003399;
	padding-left:22px;
}
.engineer p {
	font-size:30px;
	line-height:30px;
	color:#101010;
}
.engineer p span {
	display:block;
	padding-left:64px;
}
.engineer p strong {
	padding-left:30px;
	display:block;
	font-size:15px;
	line-height:24px;
	color:#367ec4;
}
/* rightcol */
.rightcol{
	width:422px;
	float:left;
}

/* footer */
.footer {
	background:url(../images/bg_footer.png) repeat-x;
	width:100%;
	padding-bottom:34px;
	font-size:10px;
	-moz-border-radius:14px 14px 0 0;
	-webkit-border-radius:14px 14px 0 0;
	border-radius:14px 14px 0 0;
	behavior:url(PIE.htc);
	position:relative;
}
.footer, .footer a {
	color:#99999a;
}
.footer span, .footer a:hover{
	color:#367ec4;
}
.footer-top {
	padding-top:36px;
	width:100%;
	line-height:33px;
	text-align:center;
}
.footer-top li {
	background:url(../images/bg_footer_divider.png) no-repeat left center;
	padding:0 6px 0 11px;
	display:inline-block;
}
.footer-top li:first-child {
	background:none;
}
.footer-bottom {
	width:100%;
	border-top:solid 1px #222528;
	line-height:30px;
	height:30px;
}
.footer-left, .footer-right {
	width:50%;
	float:left;
}
.footer-left li {
	background:url(../images/bg_footer_divider.png) no-repeat left center;
	padding:0 9px 0 15px;
	float:left;
}
.footer-left li:first-child {
	background:none;
	padding-left:0;
}
.footer-right ul {
	float:right;
}
.footer-right li {
	padding:0 0 0 12px;
	float:left;
}
.footer-right li img {
	float:left;
	margin:6px 11px 0 0;
}

/* subnav */
.subnav {
	width:263px;
	float:left;
	padding:12px 0 0 16px;
}
.subnav h3, .contact-info h3, .contact-form h3, .services h3 {
	font-size:15px;
	line-height:25px;
	color:#222;
	text-transform:uppercase;
	border-bottom:solid 1px #060606;
	margin-bottom:8px;
}
.subnav h3, .services h3 {
	text-align:center;
	position:relative;
	line-height:30px;
	margin-bottom:10px;
}
.subnav h3 strong, .services h3 strong {
	background:url(../images/arrow_down.png) no-repeat center top #fff;
	width:37px;
	height:10px;
	position:absolute;
	bottom:-9px;
	left:50%;
	margin-left:-18px;
}
.subnav h3 span, .contact-info h3 span, .contact-form h3 span {
	color:#3a83c5;
}
.subnav li {
	display:block;
	margin:5px 0 0 0;
	line-height:31px;
	border-left:solid 14px #badeff;
	padding:0 0 0 5px;
	text-transform:uppercase;
}
.subnav li a {
	display:block;
	background:#f2f2f2;
	padding:0 7px;
	color:#060606;
}
.subnav li:hover, .subnav li.active, .subnav li.select {
	border-left-color:#3b85c7;
}
.subnav li:hover a, .subnav li.active a {
	background:#3b85c7;
	color:#fff;
}

/* HOME */
.padding-home{
	padding:3px 0 0 0;
	background:#fff;
	width:960px;
	position:relative;
}


/* PROJECT LISTING */
.project-listing {
	width:602px;
	float:left;
	padding:12px 0 0 34px;
}
.project-listing h3 {
	font-size:		15px;
	line-height:	30px;
	color:			#3a83c5;
	text-transform:	uppercase;
	border-bottom:	solid 1px #060606;
}
.project-listing .rowcolumn {
	width:			100%;
	float:			left;
	border-bottom:	solid 1px #060606;
	padding-bottom:	10px;
}
.project-listing li:first-child {
	padding-left:	0;
}
.project-listing li {
	width:			277px;
	float:			left;
	padding:		16px 0 0 48px;
}
.project-listing img {
	border:			solid 5px #f0f0f0;
}
.project-listing h4 {
	font-size:		13px;
	line-height:	21px;
	color:			#0d0d0d;
	margin:			4px 0 0 6px;
	height: 65px;
}
.project-listing .see-more {
	background: 	url("../images/bg_see_more.png") no-repeat scroll right center transparent;
    display: 		inline-block;
    float: 			right;
    font-size: 		10px;
    line-height: 	12px;
    margin-right: 	6px;
    padding-right: 	16px;
}

.previous, .next {
	background:		url(../images/bg_prev.png) repeat-x;
	line-height:	23px;
	font-size:		13px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:	3px;
	behavior:		url(PIE.htc);
	position:		relative;
	color:			#fff;
}
.previous:hover, .next:hover {
	background:		#165181;
	color:			#fff;
}
.previous span {
	background:		url(../images/bg_prev_span.png) no-repeat left center;
	display:		block;
	padding:		0 20px 0 36px;
	margin-left:	8px;
}
.next span {
	background:		url(../images/bg_next_span.png) no-repeat right center;
	display:		block;
	padding:		0 36px 0 20px;
	margin-right:	8px;
}
.project-listing .previous, .project-listing .next {
	margin:			16px 0 40px 0;
	float:			left;
}
.project-listing .next {
	float:			right;
}

/* table */
.table {
	width:			900px;
	padding:		10px 0 0 18px;
	float:			left;
	display:		table;
}
.table .td1, .table .td2, .table .td3, .table .td4, .table .td5 {
	float:			left;
}
.table .th {
	background:		url(../images/bg_table_th.png) repeat-x;
	width:			100%;
	float:			left;
	text-transform:	uppercase;
	line-height:	14px;
	height:			45px;
	border-radius:	5px;
	behavior:		url(PIE.htc);
	position:		relative;
	color:			#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.table .th div {
	height:			29px;
	border-right:	solid 1px #fff;
}
.table .th .td1 {
	background:		url(../images/ico_calender.png) no-repeat left center;
	width:			53px;
	padding:		16px 0 0 29px;
	margin-left:	12px;
}
.table .th .td2 {
	background:		url(../images/ico_notepad.png) no-repeat left center;
	width:			364px;
	padding:		16px 0 0 24px;
	margin-left:	11px;
}
.table .th .td3 {
	background:		url(../images/ico_info.png) no-repeat left center;
	width:			98px;
	padding:		8px 0 0 29px;
	margin-left:	8px;
	height:			37px;
}
.table .th .td4 {
	background:		url(../images/ico_edit.png) no-repeat left center;
	width:			108px;
	padding:		16px 0 0 22px;
	margin-left:	12px;
}
.table .th .td5 {
	background:		url(../images/ico_download.png) no-repeat left center;
	width:			76px;
	padding:		16px 0 0 29px;
	margin-left:	9px;
	border:			none;
}
.table .tr {
	width:			100%;
	float:			left;
	margin-top:		5px;
	display:		table-row;
}
.table .tr div {
	background:		#f2f2f2;
	line-height:	50px;
	height:			50px;
	color:			#101010;
	margin-left:	3px;
}
.table .tr .td1 {
	background:		#d7d7d7;
	text-align:		center;
	width:			94px;
	margin-left:	0;
	display: 		table-cell; 
	vertical-align: middle;
}
.table .tr .td2 {
	background:		#e2e2e2;
	width:			397px;
	display: 		table-cell; 
	vertical-align: middle;
}
.table .tr .td3 {
	width:			119px;
	padding-left:	14px;
	display: 		table-cell; 
	vertical-align: middle;
}
.table .tr .td4 {
	width:			140px;
	display: 		table-cell; 
	vertical-align: middle;
}
.table .tr .td5 {
	width:			124px;
	display: 		table-cell; 
	vertical-align: middle;
}
.table .tr .td5 a {
	background:		url(../images/ico_pdf.png) no-repeat 10px center;
	padding-left:	41px;
	display:		block;
}
.table .tr p {
	line-height:	13px;
	text-align:		left;
	padding:		10px 0 10px;
	vertical-align: middle;
}
.table .previous, .table .next {
	margin:			24px 19px 20px 19px;
	float:			left;
}
.table .next {
	float:			right;
}

/* contact-info */
.contact-info, .contact-form {
	width:			422px;
	float:			left;
	padding-top:	18px;
}
.contact-info {
	padding-right:	54px;
	padding-left:	16px;
}
.contact-info img {
	margin-bottom:	3px;
}
.contact-info .row {
	background:		url(../images/bg_contact_info_row.png) repeat-x left bottom;
	width:			100%;
	float:			left;
	line-height:	18px;
	padding:		10px 0 13px 0;
}
.contact-info .row h4 {
	color:			#3a83c6;
}

/* CONTACT FORM */
.contact-form {
	padding-bottom:	54px;
}
.contact-form p {
	line-height:	13px;
	color:			#101010;
	padding:		11px 0 13px 0;
}
.contact-form .row {
	width:			100%;
	float:			left;
	padding:		4px 0 0 0;
}
.contact-form .row label {
	background:		#dbdbdb;
	font-size:		12px;
	color:			#060606;
	text-transform:	uppercase;
	width:			74px;
	padding:		0 9px;
	line-height:	30px;
	text-align:		right;
	float:			left;
}
.contact-form .row label.last {
	height:			202px;
}
.contact-form .input, .contact-form textarea {
	background:		#f2f2f2;
	border:			none;
	float:			left;
	font-size:		12px;
	color:			#060606;
	line-height:	16px;
	margin-left:	2px;
}
.contact-form .input {
	height:			16px;
	width:			308px;
	padding:		7px 9px;
}
.contact-form textarea {
	height:			183px;
	padding:		9px;
	width:			308px;
	margin-bottom:	19px;
}
.contact-form .checkbox {
	float:			left;
}
.contact-form form span {
	line-height:	13px;
	float:			left;
	padding-left:	8px;
	color:			#101010;
}
.contact-form a {
	color:			#101010;
	text-decoration:underline;
}
.contact-form a:hover {
	text-decoration:none;
}
.contact-form .button {
	background:		url(../images/bg_form_button.png) no-repeat;
	width:			201px;
	height:			33px;
	border:			none;
	cursor:			pointer;
	float:			right;
}

.contact-form .button2 {
	background:		url(../images/bg_form_button2.png) no-repeat;
	width:			201px;
	height:			33px;
	border:			none;
	cursor:			pointer;
	float:			right;
}
.contact-form .button:hover {
	background-position:left bottom;
}

/* SERVICES */
.services {
	padding:		16px 10px 0 17px;
}
.services .leftcol {
	padding-left:	0;
}
.services h3 {
	margin-bottom:	26px;
}
.services h3 span{ color:#3a83c5; }
.services p {
	text-align:		justify;
	line-height:	13px;
	padding-bottom:	14px;
	font-size:12px;
}
.services p span {
	color:			#003399;
}
.services .our-text{
	margin:			20px 0;
	font-size: 		12px;
}
.services .international-list{
	padding-left: 	25px;
	background: 	url(../images/bg_international.jpg) top left no-repeat;
	margin-top: 	10px;
}


/* consulting */
.consulting {
	padding-bottom:	53px;
}
.consulting img {
	border:			solid 5px #f2f2f2;
	margin:			26px 0 5px 0;
}
.consulting .text {
	padding-bottom:	17px;
}
.serives-listing li {
	border-left:	solid 26px #327bbd;
	padding:		0 0 0 3px;
	margin:			6px 0 0 0;
	line-height:	31px;
	color:			#060606;
	text-transform:	uppercase;
}
.serives-listing li span {
	display:		block;
	padding-left:	12px;
	background:		#f2f2f2;
}
.serives-listing li.first {
	border-left-color:#327bbd;
}
.serives-listing li.second {
	border-left-color:#3b85c7;
}
.serives-listing li.third {
	border-left-color:#519bdd;
}
.serives-listing li.fourth {
	border-left-color:#75b6f0;
}
.serives-listing li.fifth {
	border-left-color:#90c8fb;
}
.serives-listing li.sixth {
	border-left-color:#badeff;
}
.serives-listing li.seventh {
	border-left-color:#cee8ff;
}
.serives-listing li.eighth {
	border-left-color:#e7f4ff;
}
.serives-listing .last{
	width:			350px;
	line-height: 	16px;
}
/* projects */
.projects {
	padding-bottom:	12px;
}
.projectcol li:first-child {
	padding-left:	0;
}
.projectcol li {
	float:			left;
	padding:5px 0 20px 3px;
}
.projects .rowcolumn {
	background:url(../images/bg_projects_rowcolumn.png) repeat-y;
	width:100%;
	padding:6px 0 3px 0;
	margin:8px 0 20px 0;
}
.projects .rowcolumn-left {
	width:420px;
	float:left;
	padding-right:58px;
}
.projects .rowcolumn-right {
	width:420px;
	float:left;
}
.projects .rowcolumn li {
	background:url(../images/default.png) no-repeat left 10px;
	display:block;
	padding:0 0 0 32px;
}
.projects .rowcolumn-left li {
	line-height:20px;
}
.projects .rowcolumn-right li {
	line-height:18px;
}

.paginasPaginador {
   background: #165181;
   background: -webkit-gradient(linear, left top, left bottom, from(#5897d0), to(#165181));
   background: -webkit-linear-gradient(top, #5897d0, #165181);
   background: -moz-linear-gradient(top, #5897d0, #165181);
   background: -ms-linear-gradient(top, #5897d0, #165181);
   background: -o-linear-gradient(top, #5897d0, #165181);
   padding: 4px 9px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   color: white;
   font-size: 11px;
   text-decoration: none;
   vertical-align: middle;
   margin: 0 2.5px;
   }
   
.paginaActiva{
	border: solid 1px #5897d0;
	background: #ffffff;
	color: #5897d0;
}   

.paginasPaginador:hover {
   border-top-color: #165181;
   background: #165181;
   color: #ccc;
}
.paginasPaginador:active {
   border-top-color: #165181;
   background: #165181;
}

table td{
	vertical-align:middle;
	height: 50px;
	
	padding:3px;
	background-color:#F2F2F2;
	border-top:solid 3px #FFFFFF;
	border-bottom:solid 3px #FFFFFF;
	border-left:solid 2px #FFFFFF;
	border-right:solid 2px #FFFFFF;
}
.centrado1 {
	text-align:center;
}
.paddineado {
	padding-left:10px;
	padding-right:10px;
}
.propio1{
	width:92px;background-color:#D7D7D7;
}
.propio2{
	width:408px;background-color:#E2E2E2;
}
.propio3{
	width:120px;
}
.propio4{
	width:132px;
}
.propio5{
	width:117px;line-height:34px;
}
.enlaceDescarga{
	background: url("../images/ico_pdf.png") no-repeat scroll 10px center transparent; display: block; padding-left: 41px;
}

.newBtnPaginador {
	background: none !important;
	margin: none !important;
	padding: 0 15px 0 8px !important;
}
.nuevomargen {
	margin: 24px 3px 20px !important;
	font-size: 17px;
}
.contienePaginadorGranda{
	width: 688px; 
	text-align: center;
	float: left;
	margin: 30px 9px 20px;
}
.malgranda{
	width: 390px !important; 
}
.controlesPaginador{
	width: 97px; 
	float:left;
}

#facebox .body {
width: 800px !important;
}
#facebox .image img {
width: 800px !important;
}
