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