/* CSS Document */

#mail {
	width: 167px;
	height: 17px;
	padding: 0px;
	margin: 0px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url("images/contacto.jpg");
	background-repeat: no-repeat;
}


.row {

	padding: 0 0 1em 0;
	border-bottom: 1px dotted #555;
	width: 100%;
}

#content p {
	font-size: 13px;
	font-weight: bold;
}


form{
 	margin: 0px;
	padding-top: 20px;
}

form .lugar{
 	clear: left;
	margin: 3px;
}


form .etiqueta{
 	float: left;
	clear: left;
	width: 100%;
	font-size: 11px;
}

input:focus, textarea:focus {
	color: #585858;
	background: #FFFFFF;
}

input, textarea{
	color: #585858;
	background: #EBDAB8;
	border: 1px solid #e0cd76;
	margin-top: 3px;
	font-family: "Trebuchet MS", Verdana, sans serif;
	font-size: 11px;

}

input {
	float : left;
	width: 200px;
	height: 15px;
}

#botoncito {
	float: right;
	padding-right: 4px;
}

#botoncito input {
	width: 50px;
	height: 20px;
}






