body {
	color: #010101;
	font-size: 13px; 
	filter: default; 		/*evitamos el anti-alias del texto*/
	background-color: #fff;
	text-align: left;
	margin: 0 auto; 
	font-family: Arial, Verdana, times;
}
ul {
	border: 0px solid red;
  padding: 0 8px 6px 8px;
  margin: 0 0 0 13px;
  list-style-image: url(../img/flecha.jpg);
  list-style-type: circle;
}
li { 
  margin-left: 10px;
  padding-left: 5px;
  color: #565555;
}
p { border: 0px solid red; margin-bottom: 4px; }
form { margin-top: 0px; }
a, a:link { color: #000;  } 
a:visited { color: #000;  }
a:hover   { color: #000; text-decoration:none; }
img{ border:0;}
INPUT, TEXTAREA, SELECT { 
	border: 1px solid #AAAAAA; 
	font-size: 11px; 
	font-weight: normal;
}
INPUT:hover, TEXTAREA:hover, SELECT:hover { 
	background-color: #EEEEEE; 
}
.check { border: 0px; }
#izquierda { float: left; }
#derecha { float: right; }
.cuerpo {
	width: 770px;
	text-align: left;
	margin: 0 auto; 
	border: 0px solid red;
}

/*** CABECERA ***/
#cabecera {
	position: relative;
	border: 0px solid red;
}
#info_contacto {
	float: right;
	text-align: right; 
	color: #526542;
	margin-right: 7px;
	margin-top: 35px;
}
#logo { position: absolute; top: 40px; }
#titulo { 
	float: right; 
	color: #fff;
	font-size: 19px;
	width: 596px;
	background-color: #b2d72f;
	margin-top: 5px;
	letter-spacing: 3px;
	padding: 2px;
}

/*** MENU ***/
#menu_total { float: left; margin-top: 50px; border: 0px solid red; }
.menu {
	text-align:left;  
	left: 28px; 
	height: 20px; 
	line-height: 20px;
	background-color: #b2d72f;
	margin-bottom: 33px;
	padding: 1px;
	cursor: hand;
	color: #fff;
	font-size: 17px;
	width: 165px;
	letter-spacing: 4px;
}
#menu_total a, #menu_total a:hover, #menu_total a:link, #menu_total a:visited { text-decoration: none; color: #fff; }
#menu_total a.selec, #menu_total a.selec:hover, #menu_total a.selec:link, #menu_total a.selec:visited  { font-weight: bold;}

/*** PIE ***/
.pie {
	text-align: right;
	font-size: 10px; 
	width: 100%;
	margin-top: 3px;
}
.pie#contacto { text-align: center; }

/** RESTO **/
#contenido { position: relative; border: 0px solid yellow; }
#info {
	border: 0px solid #000000;
	float: right;
	width: 596px;
}
#arriba { border: 0px solid green; margin: 25px 15px auto 15px; position: relative; }
#imagen {
	position: absolute;
	right: 0px;
	text-align: right;
}
.empresa { top: 120px; }
.cedulas { top: 150px; width: 230px; }
.obra_menor { top: 110px; right: -5px; }
.servicios { top: 130px; }
#info span { font-weight: bold; margin-right: 15px; }
table { text-align: justify; border: 0; }
td.texto { text-align: right; padding: 0px; }

/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix { height:1px; }








