/* Getting the new tags to behave */



article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }



mark, rp, rt, ruby, summary, time{ display: inline }







/* Global properties ======================================================== */



body { 



	background:#000; 



	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;



	font-size:100%; 



	line-height:1.125em;



	color:#303b3c;



}



html { min-width:980px;}



html, body { height:100%;}















/* Global Structure ============================================================= */



	



	.container_24 {



		font-size:.8125em;



	}



	/* Header */



	header{



		height:150px;



		margin-left:-3600px;



		padding-left:3600px;



		overflow:hidden;



		border-bottom:1px solid #656767;



		background:url(../images/header-bg.jpg) 50% 0 repeat-x;



	}



	



	/* Content */







	#content {

		

	}



		#content .row-1 {

			height:380px;
			background:#e3e3e3;
			width:100%;
			padding:15px 0 45px ; 
		}
		#content .row-2 {

		}
		footer{
				
			background:#6e787f;
			width:100%;
			 padding:10px 0 38px ;
			height: 15px;	
			position:relative;
			margin-top:-15px;
			clear:both;
					}



		footer .container_24 {

			

			font-size:12px;

			text-align: left;





		}



















/* Left & Right alignment */







.fleft { float:left;}



.fright { float:right;}



.clear { clear:both;}







.alignright { text-align:right;}



.aligncenter { text-align:center;}







.wrapper { 



	width:100%;



	overflow:hidden;



}







/*----- form defaults -----*/



input, select, textarea {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 1em;

	color:#FFF;

	vertical-align: middle;

	font-weight: normal;

	background-color: #333;



}







/*----- other -----*/







.img-indent { 



	margin:0 20px 0 0; 



	float:left;



}



.img-box { 



	width:100%; 



	overflow:hidden; 



	padding-bottom:20px;



}



	.img-box img { 



		float:left; 



		margin:0 20px 0 0;



	}







.extra-wrap { 



	overflow:hidden;



}







p {margin-bottom:7px;}



.p1 { margin-bottom:9px;}



.p2 { margin-bottom:18px;}



.p3 { margin-bottom:27px;



}











/*----- txt, links, lines, titles, modal -----*/



a {



	color:#43a1d7; 



	outline:none;



}



a:hover{



	text-decoration:none;



}







h1, h2, h3, h4, h5, h6 {margin-bottom:.2em;}







h1 {



	font-size:45px;



	margin-bottom:.3em;



	line-height:1em;



	color:#353535;



	letter-spacing:-2px;



}



h2 {



	font-size:37px;



	line-height:1em;



	color:#3c9ed6;



}



	h2 span {



		display:block;



		font-size:25px;



		color:#779395;



		line-height:1.2em;



		margin-top:-8px;



	}



h3 {



	font-size:24px;



	line-height:1em;



	color:#779395;



	margin-bottom:8px; /* deja el boton "leer mas" de Cliente.html en la linea proxima*/



	 /*margin-bottom:1em; */



}



h4 {



	font-size:20px;



	line-height:1em;



	margin-bottom:1em;



}



h5 {



	font-size:1em;



	color:#43a1d7;



	margin-bottom:.3em;



}



h6 {



	font-size:1em;



	color:#202323;



}







.button {



	font-family:Arial, Helvetica, sans-serif;



	display:inline-block;



	position:relative; 



	background:url(../images/button-bg.gif) 0 0 repeat-x #3b3d3e;



	border:1px solid #3b3d3e;



	font-size:11px;



	color:#fff;



	font-weight:bold;



	text-decoration:none;



	padding:1px 9px;



	margin-right:7px;



	border-radius:2px;



	-moz-border-radius:2px;



	-webkit-border-radius:2px;



	behavior:url(js/PIE.htc);



}



.button:hover {



	background:#43a1d7;



	border-color:#3da2e0;



}



	.button span {



		background:url(../images/arrow1.gif) no-repeat 100% 4px;



		padding-right:8px;



	}



/* --- Botones de clientes --- */

.buttonclient {



	font-family:Arial, Helvetica, sans-serif;



	display:inline-block;



	position:relative; 



	background:url(../images/button-bg.gif) 0 0 repeat-x #3b3d3e;



	border:1px solid #3b3d3e;



	font-size:11px;



	color:#fff;



	font-weight:bold;



	text-decoration:none;



	padding:1px 9px;



	margin-left:300px;



	border-radius:2px;



	-moz-border-radius:2px;



	-webkit-border-radius:2px;



	behavior:url(js/PIE.htc);



}



.buttonclient:hover {



	background:#43a1d7;



	border-color:#3da2e0;



}



	.buttonclient span {



		background:url(../images/arrow1.gif) no-repeat 100% 4px;



		padding-right:8px;



	}

 /* ---  Ventanas modal ---*/

.ventana{

	width: 100%;

	height: 100%;

	color: #fff;

	position: fixed;

	background-image: url(../images/bg-modal.png);

	top:0;

	left:0;

	display: none;


}

.ventanachica{

	width: 400px;

	height: 400px;

	padding: 20px;

	padding-top:2px;

	background-color: #fff;

	color: #666;

	top:50%;

	left:50%;

	position: absolute;

	margin-left:-225px;

	margin-top:-225px;

}

.cerrar {

	color:#666;

	font-weight: 900;

	text-align: right;

	text-decoration: none;

}

/*--- more buttons ---*/



.button.style1 {



	background:url(../images/button-bg1.gif) 0 0 repeat-x #42181e;



	border-color:#b14050;



}



.button.style1:hover {background:#b14050;}



.button.style2 {



	background:url(../images/button-bg2.gif) 0 0 repeat-x #18425b;



	border-color:#3da2e0;



}



.button.style2:hover {background:#43a1d7;}











/*==================boxes====================*/



.box {



	width:100%;



}



	.box .content {



		position:relative;



		z-index:3;



		padding:30px 114px 34px 20px;



		background:url(../images/box-bg.gif) 0 0 repeat-x #272e2f;



		font-size:12px;



		line-height:15px;



		color:#bdc6ca;



		border-top:1px solid #3c4348;



	}



		.box .content .icon {



			position:absolute;



			right:8px;



			top:17px;



		}



	.box .footer {



		background:#313c3d;



		padding:13px 20px 7px 20px;



		position:relative;



		border-radius:4px;



		-moz-border-radius:4px;



		-webkit-border-radius:4px;



		behavior:url(js/PIE.htc);



		top:-4px;



	}



		.box h3 {



			background:url(../images/title-bg1.gif) 0 0 repeat-x #1787af;



			padding:14px 0 14px 20px;



			font-size:22px;



			color:#fff;



			text-transform:uppercase;



			margin-bottom:0;



			position:relative;



			z-index:1;



			border-radius:4px;



			-moz-border-radius:4px;



			-webkit-border-radius:4px;



			bottom:-4px;



			behavior:url(js/PIE.htc);



			margin-bottom:0;



		}



		.box h3 span {



			display:block;



			font-size:12px;



			font-weight:normal;



			text-transform:none;



			margin-top:-4px;



		}



		



		/*--- styling for different colors ---*/



		.box.color1 h3 {



			background:url(../images/title-bg1.gif) 0 0 repeat-x #1787af;



		}



		.box.color2 h3 {



			background:url(../images/title-bg2.gif) 0 0 repeat-x #6bac12;



		}



		.box.color3 h3 {



			background:url(../images/title-bg3.gif) 0 0 repeat-x #d9580f;



		}











.address dt {



	margin-bottom:16px;



	padding:0;



	background:none;



	font-weight:normal;



	color:#303b3c;



	margin:0;



	line-height:18px;



	margin-bottom:1em;



}



.address dd { 



	padding:0;



	line-height:20px;



	margin:0;



}















/*===== header =====*/



header .logo {



	position:absolute;



	left:6px;



	top:13px;



}



header .janus{



	position:absolute;



	left:135px;



	top:0px;



}



header .consultus {



	position:absolute;



	left: 129px;



	top:50px;



}







/*--- extra navigation ---*/



.extra-navigation {



	position:absolute;



	right:15px;



	top:10px;



}



	.extra-navigation li {



		float:left;



		padding-left:2px;



	}



		.extra-navigation li a {



			float:left;



			width:30px;



			height:30px;



			overflow:hidden;



			text-decoration:none;



		}



		.extra-navigation li a:hover, .extra-navigation li a.current {



			background-position:0 -30px !important;



		}



		.extra-navigation li a.home {background-image:url(../images/icon-home.png);}



		.extra-navigation li a.map {background-image:url(../images/icon-es.png);}



		.extra-navigation li a.mail {background-image:url(../images/icon-mail.png);}







/*--- main navigation ---*/



nav {



	position:absolute;



	left:10px;



	top:90px;



	height:1%;



}



	nav ul {



		margin:0 -32px 0 -24px;



		height:1%;



	}



		nav ul li {



			float:left;



		}



			nav ul li a {



				float:left;



				background:;



				color:#31373b;



				text-decoration:none;



				width:229px;



				height:67px;



				line-height:37px;



				font-weight:bold;



				text-shadow:0 1px 0 #fff;



				text-align:center;



				background:url(../images/nav-button-bg1.png) no-repeat 0 0;



				margin:0 -42px 0 -32px;



			}



			nav ul li a:hover, nav ul li a.current {



				background:url(../images/nav-button-bg2.png) no-repeat 0 0;



				color:#fff;



				text-shadow:0 1px 0 #28699d;



			}



		nav ul li.last a {



			margin-right:-82px;



		}











/*===== content =====*/



	



	dl {padding:.5em 0 0 0;}



	dl dt {



		background:url(../images/marker1.gif) no-repeat 0 0;



		padding:0 0 0 40px;



		line-height:16px;



		color:#43a1d7;



		margin-bottom:.5em;



		font-weight:bold;



		height:1%;



	}



	dl dd {



		padding:0 0 0 40px;



		margin-bottom:1em;



	}



	



	.news-list li {



		width:100%;



		overflow:hidden;



		padding-bottom:1em; 



	}



	



	



	.list1 {



		margin-bottom:1em;



		position:relative;



	}



		.list1 li {



			background:url(../images/arrow2.gif) no-repeat 0 6px;



			padding:0 0 6px 14px;



		}



	



	.row-2 .list1 li {background-image:url(../images/arrow1.gif);}



	



	



	



	table.downloads {



		width:100%;



	}



		table.downloads td { padding:0 30px 18px 40px;}



		table.downloads td.cell-1 {background:url(../images/marker1.gif) no-repeat 0 0;}



		table.downloads td.cell-3, table.downloads td.cell-2 {width:110px; text-align:center;}



		



			table.downloads td a {font-weight:bold;}















/*===== footer =====*/



footer a {



	text-decoration:none;



	color:#6e787f;



}



footer a:hover {



	text-decoration:underline;



}



footer a.rss {



	background:url(../images/rss.jpg) no-repeat 0 0;



	padding:0 0 2px 28px;



	display:inline-block;



	color:#389ed9;



	text-decoration:none;



	text-transform:uppercase;



}



footer a.rss:hover {



	color:#fff;



	text-decoration:underline;



}











/*----- forms -----*/



#contacts-form fieldset {



	border:none;

	

	background:#333;



	width:100%;



	overflow:hidden;



	display:block;



}



	#contacts-form label {



		display:block;

		

		height:32px;



		overflow:hidden;



	}



		#contacts-form input {



			color:#FFF;

			

			border:1px solid #b1b1b1;



			background:#333;

					

			padding:1px 0 1px 5px;



			width:160px;



		}



		#grid_12-form mensaje {



			color:#fff;



			border:1px solid #b1b1b1;



			background:#333;



			padding:1px 0 1px 5px;



			width:230px;



			overflow:auto;



			height:81px;



			margin-bottom:18px;



		}



		#contacts-form .link1 {



			float:right;



			margin-left:11px;



		}



.vlinks{



	position:relative;



	float:right;}



.one{



	position:relative;



	float:left;}



/*==========================================*/

