	/* TIPOGRAFIAS */
	/* CONTENEDORES */
	/*CABECERA ESTILOS*/	
	/* DIV CONTENIDO */	
	/* PRESENTACION-MENU */
	
	#formulario-datos{
	/*background:#ff0;*/
	}
		#tabla-formulario{
		width:579px;
		margin-left:38px;
		margin-bottom:200px;
		float:left;
		background:#cac0a3;
		}
		#tabla-formulario table{
		width:575px;
		background:#f2eee2;
		margin:2px;
		}
			th{
			background:#f2eee2;
			padding:10px 20px;
			text-align:left;
			font-weight:bold;
			/*border-bottom:2px solid #fff;*/
			}
			td{
			background:#f2eee2;
			padding:10px 20px;
			color:#333;
			}
			td.precio{
			text-align:right;
			}
			input{
			border:1px solid #977;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			o-border-radius:3px;
			padding:4px;
			width:300px;
			}
			td.botones-centrados{
			text-align:center;
			padding:20px;
			}
			td.botones-centrados input{
			width:240px;
			height:40px;
			background:#f3f0f0;
			font-size:15px;
			color:#333;
			}			
			td.botones-centrados input#guardar{
			margin-right:20px;
			}
			td.botones-centrados input:hover{
			cursor:pointer;
			background:#cac0a3;
			}			
			textarea{
			resize:none;
			width:300px;
			height:150px;
			border:1px solid #977;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			o-border-radius:3px;
			padding:4px;			
			}
			.observaciones{
			vertical-align:top;
			}
		#datos-contacto{
		width:254px;
		margin-right:38px;
		float:right;
		color:#333;
		background:#f2eee2;
		padding:2px 10px 10px 10px;
		}
		#datos-contacto h2{
		font-size:15px;
		border-bottom:2px solid #fff;
		margin-bottom:7px;
		padding-bottom:3px;
		}		
		#datos-contacto p{
		margin-bottom:5px;
		}
		#datos-contacto ul li{
		list-style-type:none;
		margin-bottom:8px;		
		}			

/* PIE */
