/**/
body,
h1, h2, h3, h4, h5, h6,
p,
form{
    border:        0;
    margin:        0px;
    padding:        0px;
}

body,
form, input, textarea{
    font-family:     arial,verdana,sans-serif;
    font-size:         12px;
}

body{
    color: #438433;  
    background: #97ce2d;
}

h1{ font-size: 28px; }
h2{ font-size: 23px; }
h3{ font-size: 19px; }
h4{ font-size: 16px; }
h5{ font-size: 14px; }
h6{ font-size: 12px; }

a:link {   
  color: #fff;
  outline: none;
  font-size: 20px;
}
a:visited{     color: #000088; }

a:hover{
    color: #000000;
    text-decoration: none;
    
}

p {line-height: 18px; font-size: 16px;}

h1.mtitle{
	color: #fff;
	font-weight: normal;
	font-size: 46px;
}


#wrap{
	margin: 0 auto;
	width: 836px;
	min-height: 780px;
	background: url(imagen/bg-sm.png) center no-repeat;	
}

.msj{
	float: right;
	width: 452px;
	padding-top: 98px;
}












