@charset "utf-8";
/* CSS Document */


/* Main */
h1 {color:#63a736; font-size:1.2em; padding:0em; border-bottom:1px #63a736 solid;}

a {color:#444;}
a:link {text-decoration:underline;}
a:active {text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover {text-decoration:none;}	

/*   link de imagenes  */	
a:link img {border:0px dotted #eee;}
a:active img {border:0px dotted #eee;}
a:visited img {border:0px dotted #eee;}
a:hover img {border:0px dotted #e75420;}

/* Layout */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
margin:0px;
padding:0px;
color:#666;
background-image:url('fondo_1px.jpg');
background-repeat:repeat-x;
background-attachment:fixed;
}
#contenedor {
	margin:0px auto;
	width:800px;
	background-color:#fff;	
	padding:10px;
}
#contenido {
	margin:50px auto 10px auto;
	background-color:#fff;
}
#cabecera {
	background:url('econav.png') no-repeat;
	width:800px;
	height:75px;
	margin:auto;
	text-align:center;
	background-position:center;
}
#piecontent {margin:0 0 0 20px;}
#pie {
	width:100%;
	height:12px;
	padding:7px 0px;
	background:#ddd no-repeat;
	color:#000;
	font-size:10px;
	text-align:center;
	margin:0px;
	margin-top:10px;
	display:block;
	clear:both;
}

/* PAGINAS*/
#crambolabs img {
	float:right;
	margin:2px;
	padding:2px;
	padding-top:20px;

}
.mobile #contenido {
	margin:0px 0px;
	background-color:#fff;
	text-align:right
}

/* Soluciones */
.solucion #contenido {
	width:600px;
	background-color:#fff;
	margin-bottom:60px;
	height:400px;
	display:block;
}
.solution {
	width:159px;
	height:389px;
	display:block;
	float:left;
	background-color:#ccc;
	margin:20px;
}
.solution p {
	color:#333;
	padding:170px 6px 10px 6px;
	padding-top:180px;
	font-size:12px;
}
#pnd {
	background-image:url('imagenes/pnd.jpg');
	background-repeat:no-repeat;
}
#mobile {
	background-image:url('imagenes/mobile.jpg');
	background-repeat:no-repeat;
}
#car {
	background-image:url('imagenes/car.jpg');
		background-repeat:no-repeat;
}
