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

#alta {
	width:600px;
	margin: 0 auto;
}

 	#alta label {
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		padding: 2px;
		margin: 2px;
		width:160px;
		float:left;
		display: block;
	}
	
	#nom {
		float:left;
		 width: 600px;
	}
	
	#tel {
		clear:both;
		float:left;
		padding-top: 5px;
		 width: 600px;
	}
	#ema {
		clear:both;
		float:left;
		padding-top: 5px;
		 width: 600px;
	}
	#apell {
		clear:both;
		float:left;
		padding-top: 5px;
		 width: 600px;
	}
	
	#bot {
		clear:both;
		float:left;
		padding-top: 5px;
		width: 600px;
	}
	
	#alta #separa {
		width: auto;
		clear:both;
		height: 10px;
	}
	
	#alta #nombre, #alta #telefono,#alta #email, #alta #apelli {
		background-color:#f1f2f3;
		border: 1px solid #cecece;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-weight:normal;
		color: #069;/* color de intro h1 */
		padding: 2px 10px 2px 10px;
		font-size:12px;
	}
	#alta #nombre {
		width:350px;
	}
	#alta #telefono {
		width:150px;
	}
	#alta #email {
		width:350px;
	}
	#alta #apelli {
		width:350px;
		margin: 0;
	}
	
	#alta #nombre:hover, #alta #telefono:hover, #alta #email:hover, #alta #apelli:hover {
		border: 1px solid #7DD0F1;
	}
	#alta #nombre:focus, #alta #telefono:focus, #alta #email:focus, #alta #apelli:focus {
		border: 1px solid #7DD0F1;
		color: #000;
	}
	
	#alta #boton {
		background-color:#f1f2f3;
		border: 1px solid #cecece;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-weight:bold;
		color: #069;/* color de intro h1 */
		padding: 2px 0;
		font-size:12px;
		width: auto;
	}
	
	#botizq {
		width:auto;
		float:right;
	}
	#error {
		border: 1px solid #ff0000;
		background: #ffd0d0;
		color: #F00;
		padding: 8px;
		margin-bottom: 10px;
		text-align:left; 
		line-height:15px;
		display:none;
		width: 600px;
		margin: 10px auto 5px auto;
	}
