* {margin:0px; padding:0px;}

img {border:0px;}
:focus {outline:none;}
ul, ol {list-style-type:none;}
 
body {
	background:#f9f8f9;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#c4bdc0;	
}

h1 {
	display:block;
	background-image:url(../img/logo_webea.gif);
	background-repeat:no-repeat;
	width:190px;
	height: 0px !important; 
	height /**/:125px; /* IE 5/Win hack */ 
	padding: 125px 0 0 0;
	overflow:hidden;
	margin:10px 0px 0px 25px;
}

h2 {
	display:block;
	background-image:url(../img/question.gif);
	background-repeat:no-repeat;
	width:247px;
	height: 0px !important; 
	height /**/:31px; /* IE 5/Win hack */ 
	padding: 31px 0 0 0;
	overflow:hidden;
	margin:13px 0px 50px 255px; 
}

h3 {font-size:1.0em; letter-spacing: 0.1em; color:#625e60; text-transform:uppercase; font-weight:normal; margin-bottom:0.5em;}

/*** Clases comunes
-------------------------------------------------------------- ***/
.right {float:right;}
.left {float:left;}
.cleaning {clear:both;}

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
.clearfix {display:block;}
* html .clearfix {height:1px;}

/*** LAYOUT
-------------------------------------------------------------- ***/
#contenedor {width:760px; margin:200px auto;}
#leftCol { float:left; width:260px; background:url(../img/bg_leftCol.gif) no-repeat right top;}
#rightCol {float:right; width:460px;}
.presentacion {font-size:1.8em; line-height:1.4em; margin-bottom:0.6em;}
.presentacion_b {color:#8A858A; font-size:1.4em; line-height:1.6em;}
.question {}
.proyectos { width:43%; color:#AEA9AB;}
.contacto { width:43%;}
.contacto p span {letter-spacing:1px; color:#aea9ab; font-size:1.1em;}

ul li {margin-bottom:0.2em;}
ul li a, .contacto a {color:#f0572d; text-decoration:none; padding:2px; font-size:1.1em;}
ul li a:hover, .contacto a:hover {color:#fff; background:#f0572d; text-decoration:none; padding:1px 2px;}


