* {
	margin:0px;
	padding:0px;
}

p {
	padding:5px;
	font-size: 14px;
}

html {
   background-color:white;
}
			
body {
   padding:10px;
   font-family: arial, serif;
   margin:auto;
   background-color:#f2f2f2;
   border:2px solid black;
   width:400px;
   margin-top:20px;
   margin-bottom:20px;
	font-size: 14px;
}

.icono_click {
	margin-left:5px;
	vertical-align:top;
}

.icono_click:hover {
	cursor:pointer;
}

.option {
	color:red;
	text-decoration: underline;
	font-size:12px;
}

.option:hover {
	cursor:pointer;
}

.link {
	color:blue;
	text-decoration: underline;
}

.link:hover {
	cursor:pointer;
}


fieldset {
  width:400px;
  border:none;
  margin-top:20px;
}

input {
  margin-bottom:5px;
}

textarea {
	height:100px;
}

input, textarea, select, button{
	width:400px;
}

.logo {
	padding:0px;
	font-size:20px;
	font-family:avenir;
	letter-spacing:8px;
	color:black;
	text-align:center;
	font-weight:normal;
	width:100%;
}

.letra2 {
	color:orange;
	font-size:inherit;
	text-shadow:inherit;
	font-family:inherit;
}
