body,h1,h2,h3,p,td,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	margin-top:20px;
	color:white;
	font-size:13px;
	background-color: white;
}

.clear{
	clear:both;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#container{
	width:auto;
	margin:20px auto;
}

.heading,#footer{
	background-color:#428f5d;
	border:1px solid #444444;
	height:20px;
	padding:6px 0 25px 15px;
	margin-bottom:30px;
	overflow:hidden;
}
.heading .text{
	color:#fff;
	font-size:20px;
	font-weight:bold;
}

#footer{
	height:auto;
	margin:20px 0 20px 0;
	padding:6px 0 11px 15px;
}

div.nomargin{
	margin-right:0px;
}

.pic{
	float:left;
	margin:0 15px 15px 0;
	border:5px solid white;
	width:200px;
	height:250px;
}

.pic a{
	width:200px;
	height:250px;
	text-indent:-99999px;
	display:block;
}

/* h1{ */
	/* font-size:28px; */
	/* font-weight:bold; */
	/* font-family:"Trebuchet MS",Arial, Helvetica, sans-serif; */
/* } */

.error{
	font-size:16px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:red;
}
.correcto{
	font-size:16px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:blue;
}
h2{
	font-weight:normal;
	font-size:14px;
	color:white;
}
