/*estilos generales ------------------------------------------------------------ */

body {
	background-color:#000000;
	background-image:url(../images/back.jpg);
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	background-repeat:repeat;
	background-position:center;
	background-position:top;
	color:#25405B;


}

html, body {
	color:#25405B;
	text-align:center;
	min-height:600px;
}

