@charset "utf-8";

*{
	margin:0;
	padding:0;
}

.secondlink a:link, .secondlink a:visited, .secondlink a:active{
	color:#999;
	text-decoration:none;
}

.secondlink a:hover{
	color:#999;
	text-decoration:underline;
}

img{
	border:0;
}

body{
	background:#f7f7f7;
	margin:21px 0 0 0;
	color:#666666;
	font-family:Tahoma;
	font-size:12px;
}

a:link, a:active{
	color:#93C66F;
	text-decoration:underline;
}

a:hover, a:visited{
	color:#93C66F;
	text-decoration:none;
}

.main {
	width:784px;
	height:446px;
	background:url(../images/bg.jpg) center no-repeat;
	padding:38px;
	text-align:left;
}

input{
	border:#999 1px solid;
	background:#FFFFFF;
	padding:1px;
	height:20px;
	color:#333333;
}

textarea{
	border:#999 1px solid;
	background:#FFFFFF;
	padding:2px;
	color:#333333;
	font:Tahoma;
}

h2{
	font-size:20px;
	font-family:Tahoma;
	color:#93C66F;
	font-weight:normal;
}

h1{
	font-size:30px;
	font-family:Tahoma;
	color:#93C66F;
	font-weight:normal;
}

h3{
	font-size:15px;
	font-family:Tahoma;
	color:#93C66F;
	font-weight:bold;
}

.bienvenida{
	margin:30px 0 0 0;
}

.agd{
	text-align:center;
}

.agd a:link, .agd a:visited{
	color:#93C66F;
	text-decoration:underline;
}

.agd a:hover, .agd a:active{
	text-decoration:none;
	color:#666666;
}

.contenido{
	padding:10px 30px 5px 10px;
}

.titulos{
	text-align:left;
	margin:0 0 15px 0;
}
