/*
*****************************************************
 url			: www.grupowebasic.com
 Descrip		: Portafolio Grupo Webasic
 Date 		: Noviembre 2007
 Mail			: grupo[ t o ]webasic.com

*****************************************************
 (c) 2007     Grupo Webasic [www.webasic.com]
*****************************************************
*/
 
/* Body
----------------------------------------------------*/
body {
	margin: 0px;
	padding: 0;
	background-color:#FFFFFF;
	background-image: url("../images/bg01.jpg");
	background-repeat: repeat-x;
}


#logotipo{
	width:268px;
	height: 95px;
	margin-top: 20px;
	margin-left: 10px;
	float:left;
}

#logotipo img{
	border: 0px;
}

#banner {
	width:480px;
	height: 80px;
	margin-left: 20%;
	margin-top: 24px;
	float: left;
}

#menu{
	clear: both;
	padding-top: 80px;
	width: 95%;
	height: 45px;
	margin-left:20px;
	float:left;
}

.boton{
	margin-right:40px;
	float:left;	
	height: 43px;
}
.boton img{
	border:0;
}

#contenedor{
clear: left;
width: 90%;
padding-left:55px;
padding-top: 30px;
}

#boxizq{
text-align:justify;
float:left;	
width: 450px;
color: #bebebd;

font-family: Tahoma;
font-size: 18px;
}

#boxder{
float: left;
width: 220px;
}

#txtcontact{
	color: #000000;
	font-size: 12px;
}

.img_thum{
border:1px solid #7d7d7d;
}

.txt_port{
border: dotted 1px	#7d7d7d;
font-family: "Courier New", Courier, monospace;
font-size: 12px;
}

.img_port{
	border:1px dotted #7d7d7d;
}



#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}

/****************************************/

/*
#logo {
	text-align: center;
	width: 100%;
	height: 383px;
	margin-top: 50px;

}

#contenedor{
	margin-top: 30px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: ThreedDarkShadow;
	text-align:center;
	width: 100%;
}

#contenedor img{
	border: 0;
}

#pie{
	margin-top: 50px;
	clear: left;
	text-align: right;
	height: 27px;
	width: 90%;
}
#pie img{
	border: 0;
}

#pie a{
	text-decoration: none;
	
}
*/