#container	{
	width: 400px;
	margin-left: auto;
	margin-top: 30px;
	margin-right: auto;
	background: #fff url(../images/logo_c.gif) no-repeat center top;
	padding: 100px 50px 30px;
	text-align: center;
	color: #7a7a7a;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #262626;
	-webkit-box-shadow:0 0 20px #262626;
	box-shadow:0 0 3px #262626;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	
	border: 1px solid #fbfeff;


	
	/*-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottotm-left-radius:10px;
	border-bottom-left-radius:10px;
	
	/*border:1px solid white;*/

	}

p {
	padding: 0;
	margin: 0 0 3px;
}

.mail {
	font-weight: bold;
	color: #5a5a5a;
}

.nombre {
	font-size: 22px;
	font-weight: bold;
	color: #1a5632;
}


.{
	color: #262626;
	border-bottom-style: hidden;
	border-bottom-width: 1px;
}