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

body {
	margin: 0px;
	padding: 0px;
	background: url(../img/fabrica9.jpg) repeat;
	font-family: 'Open Sans Condensed', sans-serif;
}

a {
	color: #000;
	text-decoration:none;
}

input, select, textarea {
	font-family: 'Open Sans Condensed', sans-serif;
	border-top: 0px; 
	border-left: 0px; 
	border-right: 0px; 
	border-bottom-color:#000000 1px #aaa;
	font-size: 18px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
textarea, select {
	border:1px solid #aaa;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

input[type=text] {
    width: 300px;
    transition: ease-in-out, width .35s ease-in-out;
}

input[type=text]:focus {
    width: 320px;
}