html, body, div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, p, img, a {
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
	/*  -moz-outline: none;*/
}

/************/
/* generic */
/**********/
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.cl { clear: left; }
.cr { clear: right; }
.m_0 { margin: 0; }
.p_3 { padding: 3px; }
.pt_3 { padding-top: 3px; }
.p_10 { padding: 10px; }
.pb_20 { padding-bottom: 20px; }
.pb_40 { padding-bottom: 40px; }
.ta_r { text-align: right; }
.ta_l { text-align: left; }
.ta_c { text-align: center; }
.mt_10 { margin-top: 10px; }
.ml_10 { margin-left: 10px; }
.mr_10 { margin-right: 10px; }
.ml_20 { margin-left: 20px; }
.ml_250 { margin-left: 250px; }
.mr_20 { margin-right: 20px; }
.mb_5 { margin-bottom: 5px; }
.mb_10 { margin-bottom: 10px; }
.mb_15 { margin-bottom: 15px; }
.mb_50 { margin-bottom: 50px; }
.w_half { width: 50%; }
.red { color: #FF3333;}
.green { color: #339933; }


/***********/
/* global */
/*********/
a{
	outline: none;	
	text-decoration: none;		
}


h1, h2, h3, h4{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-weight: bold;
	color: #84C55C;
}
 
h1{
	font-size: 21px;
	padding-bottom:11px;	
}

h2{
	font-size: 21px;
	padding-bottom:11px;	
}

p, label, ul, ol, a{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #666666;
	padding-bottom:2px;
}

P{
	padding-bottom:9px;
}

li{ 
	padding-bottom:0px;	
	color: #f2eed3;
}

.txtVerde1
{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 24px;
	color: #89BB2B;
	padding-bottom: 15px;
}

.txtNaranja1
{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 18px;
	color: #F39C20;
	padding-bottom: 15px;
	margin-left: 25px;
}
.txtQueHacemos
{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #666666;
	padding-left: 25px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #89BB2B;
	margin-left: 25px;
	padding-bottom: 5px;
	padding-top: 30px;
}

.txtRECUADRO
{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	color: #999999;
}


/******************/
/* Site specific */
/****************/
body {
	width:10500px;
	background-attachment: fixed;
	background-color: #212121;
	background-image: url(img/fondo.jpg);
	background-repeat: repeat;
	
 }
  
#wrapper{
	float:left;
	background-color: #000000;
	padding: 50px;
	height: 430px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #A3A3A3;
	width: 10500px;
}
 


  /********/
 /* Menu */
/********/
.menu {
	height: auto;
	float:right;
	width:269px;
	position: absolute;
	left: 16px;
	top: 292px;
	
}

.mywork ul{
	float:right;
	position: absolute;
	left: 571px;
	top: 371px;
}


.menu li{
	float: left;
	list-style-image: none;
	list-style-type: none;
	padding-right: 5px;
}

.menu li a,
.mywork li a,
.mybox  li a{
	color:#999999;
	float:none;
	background-color:#333333;
	padding:3px;
}

.mywork li,
.mybox  li{
	display:inline;
}

.menu li a:hover{
	color:#f0edd2;
	border:none;	
}

.menu li a:hover,
.mywork li a:hover,
.mybox li a:hover{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color:#f0edd2;

}

#main #title{
	display:none;
}


#cCol{	
}

.myanchor{
	margin-right:22px;
	float:left;
}

.mybox a:hover,
.mywork a:hover{	
	color: #FFFFFF;	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

#lg{
	position:relative;
	padding-bottom:22px;
	padding-right:50px;
	height: auto;
	float:left;
	width:450px;
	text-align: left;
}
.mybox{
	position:relative;
	padding-right:30px;
	height: 400px;
	float:left;
	width:450px;
}

.myboxContact{
	position:relative;
	height: 400px;
	float:left;
	width:400px;
}

.mywork{
	position:relative;
	padding-right:35px;
	height:auto;
	float:left;
	width:715px;
}
.myworkdetails
{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #999999;
	margin-top: 10px;
	position: static;
	font-size: 12px;
	width: 500px;
}
.myworkIMG{
	height: 350px;
	width: 700px;
	border: thick solid #FFFFFF;
}
.mywork img{
	float:left;
	
	opacity:0.80; 
	filter:alpha(opacity=80);
}

.mywork a:hover img{	
	opacity:1;
	filter:alpha(opacity=100);
}

/*.mywork p,
.mywork ul{
	padding-left:222px;
}*/

