/*para cambiar todo y eliminar mergenes */
*{margin:0;padding:0;}

body {
	background:white;
	color:black;
	/*background:url("css-background2.jpg");*/
	}
a{
	font-family: 'Lora', serif;
	font-size:15px;
	color:#d44865;
}
.logo{
	font-family: 'Permanent Marker', cursive;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	color:#01DF3A;
	line-height:normal;
}
.cabecera{
	background:#9Fc9fb;
	weight:200px;
}
.cuerpo{
	background:#f7f7f7;
	width:1000px;
	height:auto;
	font-family: 'Lora', serif;
}
.pie{
	background:#9FC9FB;
	width:1000px;
	}
.parrafo{
	font-family: 'Lora', serif;
}
.formulario{
	background:#EAEAEA;
	height:390px;
}
.formulario_micuenta{
	background:#EAEAEA;
	height:390px;
}
.formulario_micuenta fieldset{
	width:360px;
	padding:10px;
}
.user_sesion_ok{
	position:absolute;
	font-family: 'Lora', serif;
	background:#4ed5c7;
	height: 18px;
	width: 350px;
	top:0px;
	left:700px;
}
.user_sesion_nok{
	position:absolute;
	font-family: 'Lora', serif;
	background:#d44865;
	height: 18px;
	width: 350px;
	top:0px;
	left:700px;
}

fieldset{
	font-family: 'Lora', serif;
	border:5px solid #black;
	background:#eaeaea
}
fieldset legend{
	font-family: 'Lora', serif;
	font-size:21px;
	color:black;
	padding:5px 30px;
	border-radius: 5px;
	box-shadow: 0 0 0 5px #fff;
	margin-left:20px;
}
table{
	border-collapse:collapse;
	border:1px solid black;
	width:1000px;
	display:table-row;
	border:#4ED5C7;
}	
td{
	border-width:1px solid black;
}

.informacion{
	width:30px;
	height:5px;
	padding; 1px;
	font-family: 'Lora', serif;
	font-size:18px;

}
footer{
	width:90%;
	max-width:1000px;
	overflow:hidden;
	background:#f7a67b;
	margin-bottom:20px;
	color:#F2F2F2;

	margin:auto;
}

header{
	width:90%;
	max-width:1000px;
	overflow:hidden;
	background:#4ed5c7;
	margin-bottom:20px;
	margin:auto;
}
header .logo{
	color:#f2f2f2;
	font-size:30px;
	line-height:200px;
	float:left;
}
header nav{
	float:right;
	line-height:140px;
}
header nav a{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:10px 20px;
	line-height:normal;
	font-size:16px;
	
	
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
header nav a:hover{
	background:#f7a67b;
	border-radius:50px;
	
}
.wrapper{
	width:90%;
	max-width:1000px;
	margin:auto;
	overflow: hidden;
	font-family: 'Lora', serif;
}
section .resultado{
	display:inline-block;
	background:#EAEAEA;
	font-family: 'Lora', serif;
	font-size:30px;
}
