@charset "utf-8";
/* CSS Document */



input {
	border: 2px solid #039;
    color: #039 !important;
    padding: 15px;
	
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;

	background-color: #FFF;
	background-image: none;
	border: 2px solid #039;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	}

textarea {
	border: 2px solid #039;
    color: #039 !important;
    padding: 15px;
	
	display: block;
	width: 100%;
	height: 100px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;

	background-color: #FFF;
	background-image: none;
	border: 2px solid #039;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	}

	
input:focus, textarea:focus {
	-moz-box-shadow: 0px 0px 10px #003399; 
	-webkit-box-shadow: 0px 0px 10px #003399; 
	box-shadow: 0px 0px 10px #003399; 
}

.brillo img:hover {
 -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

