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

body{
	margin:0;
}
#content{
	margin:0 auto;
	padding-top: 0px;
	
	background-repeat:no-repeat;
	width: 270px;
	height: 580px;
}

form p{
	line-height: 1px;
	font-family:Arial, sans-serif;
	color: #FFF;
	font-size: 12px;
	
}

.campo {
	display:block;
	float:left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 20px;
}

input{
	background-color: #fff;
	border: solid 1px #CCC;
	height:22px;
    width: 180px;
}


textarea{
	resize: vertical; 
}

#comentario{
	margin:0 auto;
    height: 74px;
    width: 173px;
}

button.envio{
	width: 170px;
	height: 40px;
	margin-top: 15px;
	padding: 0px;
	float:left;
	background-color: #D29A31;
	border: none;
	color: #FFF;
	font-size: 15px;
}


button.envio:hover{
	background-color: #986F21;
	
}

#pais{
	background-color: #fff;
	border: thin, solid, #CCC;
    height:23px;
    width: 153px
	
	
}