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

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	background: #E6E6E6 url(images/img01.gif);
}

#wrapper{
	width:900px;
	margin:0 auto;
	text-align:left;
}
#logo{
	background:url(images/logo.jpg) no-repeat;
	height:97px;
	width:900px;
}
#flash{
	background:url(images/flash.jpg) no-repeat;
	height:259px;
	width:900px;
}
#cuerpo{
	background:url(images/fondo.jpg) repeat-x #fff;
	width:900px;
	padding-top:15px;
}
#ayuda{
	margin-top:25px;
	background:url(images/ayuda.jpg) no-repeat;
	width:327px;
	height:128px;
	padding-top:68px;
	padding-left:10px;
}
#izq{
	float:left;
	width:350px;
}
#der{
	float:right;
	width:510px;
	margin-right:10px;
	background:url(images/fondo.png) repeat-x #fff;
	padding:15px;
}


#pie{
	background:url(images/pie.jpg) no-repeat;
	height:6px;
	width:900px;
	clear:both;
}
img{
	border:0;
}
a{
	border:0;
}

h1, h2, h3, h4{
	margin:0;
	/*color:#006314;*/
}
strong{
	/*color:#006314;*/
}
h1{
	font-size:20px;
}

h2{
	font-size:18px;
}