/* 
 *	CSS Document : stilos_x.css
 *		Stilo por defecto
 */

b{
	color: #2E8A05;
}

a:hover{
	color:#2E8A05;
}
a.unlink{
	color: #2E8A05;
	text-decoration:none;
}
h1{
	color: #2E8A05;
	
	font-size: 15px;
	font-weight: bold;
	
	margin:0px 0px 10px 0px;
	padding:0px;
}

h2{
	color: #2E8A05;
	
	font-size: 13px;
	font-weight: bold;
	
	margin:0px 0px 10px 0px;
	padding:0px;
}

input.input_error{
	border-color:#2E8A05;
	border-style:solid;
}
