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

.contenedorppal{
	margin: 40px auto 0 auto;
	width:640px;
	height: 480px;
	background-image:url(../imagenes/cortesia.jpg);
	background-position: center 60px;
	background-repeat: no-repeat;
	/*border:1px solid #727073;*/
	}

.bloque_webmail{
	/*background-color:#313332;*/
	background-image:url(../imagenes/bloque_webmail.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	position:relative;
	width: 200px;
	height:152px;
	top:250px;
	margin: 0 auto;
	padding:  8px 10px 10px 10px;
	text-align:center;
	color: #fff;
	/*border:1px solid #727073;*/
}

.bloque_webmail input{width: 95%;}

.boton{
	position:relative;
	width: 150px !important;
	margin: 10px auto 0 auto;
	border:1px solid #333;
	background-image:url(../imagenes/fondoboton.jpg);
	background-position: top;
	background-repeat:repeat-x;
	color:#333;
	font-weight:bold;
}

.boton:hover{
	background-position:bottom;
}
