﻿
body{
	background-image:url('images/pgcoms_fondoX.png');
	background-repeat:repeat-x;
	margin:0 auto;
	background-color:#001750;
}
a{
		outline:0;
}
#pag{
	background-image:url('images/pgcoms_bg.png');
	background-repeat:no-repeat;	
	width:1024px;
	height:671px;
	margin:0 auto;

}
#header{
	float:left;
	width:1024px;
	margin:0 0 25px 0;
}
#logo{
	float:left;
	width:147px;
	height:44px;
	margin:25px 0 0 160px;
}
#navBar{
	float:left;
	width:580px;
	margin:34px 0 0 15px;
}
#navBar li{
	display:inline;
}
/*Classes for Navigation bar links*/
.inicio a{
	float:left;
	width:100px;
	height:33px;
	background-image:url('images/navBar_inicio.jpg');
}
.inicio a:hover{
	background-image:url('images/navBar_inicioCur.jpg');
}
.iniciocur{
	float:left;
	width:100px;
	height:33px;
	background-image:url('images/navBar_inicioCur.jpg');
}
.nosotros a{
	float:left;
	width:130px;
	height:33px;
	background-image:url('images/navBar_nosotros.jpg');
}
.nosotros a:hover{
	background-image:url('images/navBar_nosotrosCur.jpg');
}
.nosotroscur a{
	float:left;
	width:130px;
	height:33px;
	background-image:url('images/navBar_nosotrosCur.jpg');
}
.portafolio a{
	float:left;
	width:138px;
	height:33px;
	background-image:url('images/navBar_portafolio.jpg');
}
.portafolio a:hover{
	background-image:url('images/navBar_portafolioCur.jpg');
}
.portafoliocur{
	float:left;
	width:138px;
	height:33px;
	background-image:url('images/navBar_portafolioCur.jpg');
}

.contacto a{
	float:left;
	width:126px;
	height:33px;
	background-image:url('images/navBar_contacto.jpg');
}
.contacto a:hover{
	background-image:url('images/navBar_contactoCur.jpg');
}
.contactocur a{
	float:left;
	width:126px;
	height:33px;
	background-image:url('images/navBar_contactoCur.jpg');
}
#ubic{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:-5px 0 4px 167px;
	color:#A3B1CE;
}
.navLeft{
	float:left;
	width:28px;
	margin:5px 0 0 127px;
}
.navRight{
	float:left;
	margin:5px 0 0 0;
}
#contenedor{
	float:left;
	width:727px;
}

#contenidos{
	float:left;
	width:1024px;
	margin:0 0 0 -5px;
	height:587px;
}

#img01{
	float:left;
	width:251px;
	height:335px;
	margin:2px 0 0 0px;
}
#contents{
	float:left;
	width:400px;
	margin:0 0 0 35px;
}
.welcomeTitle{
	float:left;
	margin:80px 0 0 0px;
}
.welcomeDescription{
	float:left;
	margin:10px 0 0 0;;
}
.contactButton{
	float:left;
	margin:0 0 0 0px;
}
#contactButtonPortafolio{
	float:left;
	width:100px;
	margin:0px;
}

.contactButton img{
	margin:0px 0 7px 0;
	border:0 none;
}
.contactButton a{
	outline:0;
}
a img {
	text-decoration: none;
	border: 0 none;
	}
#footer{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color:#A3B1CE;
	float:left;
	text-align:center;
	margin:0 auto;
	height:158px;
	width:1024px;
	margin:55px 0;
}
#footer li{
	display:inline;
	margin-left:40px;
}
/*Portafolio*/
#contentsPortafolio{
	float:left;
	width:755px;
	margin:0 0 0 35px;
}

#portafolioitems{
	float:left;
	margin:25px 0 0 -17px;
}
.portafolio01{
	float:left;
	width:482px;
}
.descripcion{
	float:left;
	width:200px;
	margin:40px 0 0 15px;
	font-family:Arial, Helvetica, sans-serif;
}
.descripcion h1{
	font-size:20px;
	font-weight:bold;
	color:#4183CB;
	margin-bottom:5px;

}
.descripcion p{
	font-size:13px;
	color:#A7A7A7;
	font-weight:500;
	line-height:16px;
	margin:0 0 5px 0;

}
.descripcion p strong{
	color:#808080;
}
/** Clases generales **/
.clear{
	
	clear:both;
}
.center{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:12px;
}
a {
	color:#A3B1CE;
	text-decoration:none;
}
a:hover{
	color:#fff;	
	text-decoration:underline;
}
