@charset "utf-8";
html {background:#fff;}
body {
	color:#555;	
	font:11px "Trebuchet MS", Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:#fff;
	min-width:895px;
}

/* Common Parts */
a {
	text-decoration:none;
	color:#97D5E5;
}
a:hover {text-decoration:underline;}
p {
	margin:0 0 18px;
	padding:0;
	line-height:18px;
}
img {border:0px;}

/* Main Blocks */
/* Header */
#header {
	background:#fff url(imagenes/header-bg.gif) repeat-x left bottom;
}
#header .content {
	width:895px;
	margin:0 auto;
	overflow:hidden;
}


