@charset "utf-8";
/* CSS Document */
/* CSS Document */

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;
}
#crambolabs img{
	float:right;
	margin:2px;
	padding:2px;
	padding-top:20px;

}
#contenedor{
	margin:0px auto;
	width:800px;
	background-color:#fff;	
	padding:10px;
}
#contenido{
			margin:50px auto 10px auto;
			background-color:#fff;
		}
.mobile #contenido{
			margin:0px 0px;
			background-color:#fff;
			text-align:right
		}
#cabecera{
	background-image:url(econav.png);
	background-repeat:no-repeat;
	width:800px;
	height:75px;
	margin:auto;
	text-align:center;
	background-position:center;
}
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 imÃ¡genes  */	
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;;
}	
#pie{
	width:100%;
	height:10px;
	padding:7px 0px;
	background-repeat:no-repeat;
	background-color:#ddd;
	color:#000;
	font-size:10px;
	text-align:center;
	margin:0px;
	margin-top:10px;
	display:block;
	clear:both;
}
