@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(images/back_wood_tile.jpg);
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

/* RESET */
h1,h2,h3,p,a { margin:0; padding:0; }
.clear { clear:both; }
a, img { border:none; text-decoration:none; color:#FFF;}
a:hover { color:#F90; }

#wrapper {
	width: 1024px;
	min-height:500px;
	height:auto;
	
	margin:30px auto 10px auto;
}

#header {
	height:100px;	
}

#logo {
	width:213px;
	height:75px;
	margin:0 0 0 30px;
	float:left;
}

#menu {
	width:700px;
	height:45px;
	float:right;
	text-align:right;
	padding-top:30px;
}

.menuButton {
	margin: 0 25px 0 0;	
}

#contentWrapperHome {
	background-image:url(images/tile_blue.jpg);
	background-repeat:repeat-x;
	background-color:#2D318A;
	
	min-height:600px;
	height:auto;
	
	padding-top:30px;
	padding-bottom:30px;
	padding-left:47px;
	padding-right:0px;
}

#footer {
	background-image:url(images/footer_back_eng.png);
	background-repeat:no-repeat;
	height:206px;
}


#left_column {
	width:730px;
	float:left;
}

#titleHome {
	width:730px;
}

#mainContentHome {
	width:600px;
	height:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	text-align:justify;	
	line-height:1.8;	
	padding: 30px;
}

.share {
	width:200px;
	text-align:right;
	margin-bottom:15px;
	margin-right:15px;
}

#twitter {
	float:right;	
	width:237px;
	min-height:172px;
	height:auto;
	
}

#twitter #body { 
	min-height:55px; 
	padding: 0 15px;
}

/* inicia seccion de servicios pagina principal */
#servicesHome {
	clear:both;	
}

.service {
	width:465px;
	height:200px;
	margin-right:20px;
}

.serviceIcon {
	width:75px;
	float:left;
	text-align:right;
	margin-left:20px;
}

.serviceText {
	width:360px;
	min-height:130px;
	float:right;
	text-align:left;
}

.serviceButton {
	height:20px;
	width:360px;
	float:right;
	text-align:left;
	margin-top:10px;
}

h1 {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#00FF00;
}

.textServices {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		color:#FFF;
		
		padding-top:15px;
		line-height:1.2;
		letter-spacing:1px;
}

.project {
	width:650px;
	min-height:150px;
	padding:5px;
	margin-top:25px;
	background-image:url(images/back_tile_project.png);
}

.project img {
	margin-bottom:20px;
}

.visitSite {
	margin-top: 15px;
}

.visitSite img { margin:0px; }

.friends { border-bottom: dashed 1px white; }

#moreInfo { 
	width:200px;
	float:left;
	margin:0 30px 0 0;
}

ul {
	margin:5px 0 5px 5px; }
