/*
Designed RGB Consultores
soporte@gmail.com
*/

body {
	margin: 0px auto;
	width: 700px;
}

a {
	color: rgb(91,184,21);
	text-decoration:none;
}

a:hover{
	color: blue;
	text-decoration: none;
}

#contenttext{
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000;
}

p.body_text{
	text-align: justify;
}

input {
	background-color: rgb(232,245,226);
	border: 1px solid rgb(91, 184,21);
}

td {
	text-align: left;
	vertical-align: top;
}

h2 {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: rgb(91, 184,21);
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}
