/* 
 *	CSS Document : stilos_x.css
 *		Stilo por defecto
 */

b{
	color: #4E63A3;
}

a:hover{
	color:#011c6c;
}
a.unlink{
	color: #4E63A3;
	text-decoration:none;
}
a:hover.unlink{
	color:#011c6c;
}

h1{
	color: #4E63A3;
	
	font-size: 15px;
	font-weight: bold;
	
	margin:0px 0px 10px 0px;
	padding:0px;
}

h2{
	color: #4E63A3;
	
	font-size: 13px;
	font-weight: bold;
	
	margin:0px 0px 10px 0px;
	padding:0px;
}

hr{
	height:1px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border-top:1px #d4daee solid;
	padding:0px;
	margin-top:0px;
}

.input_error{
	border-color:#4E63A3;
	border-style:solid;
}
